#33C412

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

Shades of Kelly Green #33C412

Tints of Kelly Green #33C412

Color information

#33C412 (or 0x33C412) is unknown color: approx Kelly Green. HEX triplet: 33, C4 and 12. RGB value is (51,196,18). Sum of RGB (Red+Green+Blue) = 51+196+18=265 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.25% from 265); Green value is 196 (76.95% from 255 or 73.96% from 265); Blue value is 18 (7.42% from 255 or 6.79% from 265); Max value from RGB is 196 - color contains mainly: green. Hex color #33C412 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #33C412 is #CC3BED. Grayscale: #848484. Windows color (decimal): -13384686 or 1229875. OLE color: 1229875.

HSL color Cylindrical-coordinate representation of color #33C412: hue angle of 108.88º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #33C412 is Cyan = 0.74, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.23.

Color convert

RGB5119618-
CMYK0.7400.910.23
HSL108.88º83.18%41.96%-
HSV(B)108.88º90.82%76.86%-
XYZ21.2140.237.22-
YUV132.3563.4669.97-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.25%
GREEN value IS 196 (76.95% from 255) = 73.96%
BLUE value IS 18 (7.42% from 255) = 6.79%
R=19.25%
G=73.96%
B=6.79%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal51196180.7400.910.23108.8883.1841.96
Hex33C4124A05B176d532a
Octal633042211201332715512352
Binary11001111000100100101001010010110111011111011011010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33C412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,196,18); }

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

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

 a { background-color: rgb(51,196,18); }

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

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

 span { border-color: rgb(51,196,18); }

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