#35BB1B

Color #35BB1B Kelly Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kelly Green #35BB1B

Tints of Kelly Green #35BB1B

Color information

#35BB1B (or 0x35BB1B) is unknown color: approx Kelly Green. HEX triplet: 35, BB and 1B. RGB value is (53,187,27). Sum of RGB (Red+Green+Blue) = 53+187+27=267 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.85% from 267); Green value is 187 (73.44% from 255 or 70.04% from 267); Blue value is 27 (10.94% from 255 or 10.11% from 267); Max value from RGB is 187 - color contains mainly: green. Hex color #35BB1B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35BB1B is #CA44E4. Grayscale: #818181. Windows color (decimal): -13255909 or 1817397. OLE color: 1817397.

HSL color Cylindrical-coordinate representation of color #35BB1B: hue angle of 110.25º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #35BB1B is Cyan = 0.72, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.27.

Color convert

RGB5318727-
CMYK0.7200.860.27
HSL110.25º74.77%41.96%-
HSV(B)110.25º85.56%73.33%-
XYZ19.4436.387.03-
YUV128.6970.6174.01-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 53 (21.09% from 255) = 19.85%
GREEN value IS 187 (73.44% from 255) = 70.04%
BLUE value IS 27 (10.94% from 255) = 10.11%
R=19.85%
G=70.04%
B=10.11%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal53187270.7200.860.27110.2574.7741.96
Hex35BB1B480561B6e4b2a
Octal652733311001263315611352
Binary11010110111011110111001000010101101101111011101001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35BB1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35BB1B; }

 p { color: rgb(53,187,27); }

 H1.HeaderClassName
 {
   color: #35BB1B;
 }
 .AnyTagClassName
 {
   color: #35BB1B;
 }
</style>
background-color css

<style>
 a { background-color: #35BB1B; }

 a { background-color: rgb(53,187,27); }

 div.DivClassName
 {
   background-color: #35BB1B;
 }
 .BgClassName
 {
   background-color: #35BB1B;
 }
</style>
border-color css

<style>
 span { border-color: #35BB1B; }

 span { border-color: rgb(53,187,27); }

 td.TdClassName
 {
   border-color: #35BB1B;
 }
 .TagClassName
 {
   border-color: #35BB1B;
 }
</style>