#35BF18

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

Shades of Kelly Green #35BF18

Tints of Kelly Green #35BF18

Color information

#35BF18 (or 0x35BF18) is unknown color: approx Kelly Green. HEX triplet: 35, BF and 18. RGB value is (53,191,24). Sum of RGB (Red+Green+Blue) = 53+191+24=268 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.78% from 268); Green value is 191 (75% from 255 or 71.27% from 268); Blue value is 24 (9.77% from 255 or 8.96% from 268); Max value from RGB is 191 - color contains mainly: green. Hex color #35BF18 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #35BF18 is #CA40E7. Grayscale: #838383. Windows color (decimal): -13254888 or 1621813. OLE color: 1621813.

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

Color convert

RGB5319124-
CMYK0.7200.870.25
HSL109.58º77.67%42.16%-
HSV(B)109.58º87.43%74.9%-
XYZ20.2638.087.15-
YUV130.767.7872.58-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.78%
GREEN value IS 191 (75% from 255) = 71.27%
BLUE value IS 24 (9.77% from 255) = 8.96%
R=19.78%
G=71.27%
B=8.96%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal53191240.7200.870.25109.5877.6742.16
Hex35BF1848057196e4e2a
Octal652773011001273115611652
Binary11010110111111110001001000010101111100111011101001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35BF18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,191,24); }

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

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

 a { background-color: rgb(53,191,24); }

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

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

 span { border-color: rgb(53,191,24); }

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