#33BF18

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

Shades of Kelly Green #33BF18

Tints of Kelly Green #33BF18

Color information

#33BF18 (or 0x33BF18) is unknown color: approx Kelly Green. HEX triplet: 33, BF and 18. RGB value is (51,191,24). Sum of RGB (Red+Green+Blue) = 51+191+24=266 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.17% from 266); Green value is 191 (75% from 255 or 71.80% from 266); Blue value is 24 (9.77% from 255 or 9.02% from 266); Max value from RGB is 191 - color contains mainly: green. Hex color #33BF18 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #33BF18 is #CC40E7. Grayscale: #828282. Windows color (decimal): -13385960 or 1621811. OLE color: 1621811.

HSL color Cylindrical-coordinate representation of color #33BF18: hue angle of 110.3º 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 #33BF18 is Cyan = 0.73, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.25.

Color convert

RGB5119124-
CMYK0.7300.870.25
HSL110.3º77.67%42.16%-
HSV(B)110.3º87.43%74.9%-
XYZ20.1638.037.14-
YUV130.168.1271.58-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.17%
GREEN value IS 191 (75% from 255) = 71.80%
BLUE value IS 24 (9.77% from 255) = 9.02%
R=19.17%
G=71.80%
B=9.02%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal51191240.7300.870.25110.377.6742.16
Hex33BF1849057196e4e2a
Octal632773011101273115611652
Binary11001110111111110001001001010101111100111011101001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33BF18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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