#32CF0C

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

Shades of Kelly Green #32CF0C

Tints of Kelly Green #32CF0C

Color information

#32CF0C (or 0x32CF0C) is unknown color: approx Kelly Green. HEX triplet: 32, CF and 0C. RGB value is (50,207,12). Sum of RGB (Red+Green+Blue) = 50+207+12=269 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.59% from 269); Green value is 207 (81.25% from 255 or 76.95% from 269); Blue value is 12 (5.08% from 255 or 4.46% from 269); Max value from RGB is 207 - color contains mainly: green. Hex color #32CF0C is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #32CF0C is #CD30F3. Grayscale: #8A8A8A. Windows color (decimal): -13447412 or 839474. OLE color: 839474.

HSL color Cylindrical-coordinate representation of color #32CF0C: hue angle of 108.31º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #32CF0C is Cyan = 0.76, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.19.

Color convert

RGB5020712-
CMYK0.7600.940.19
HSL108.31º89.04%42.94%-
HSV(B)108.31º94.2%81.18%-
XYZ23.6945.337.85-
YUV137.8356.9965.36-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.59%
GREEN value IS 207 (81.25% from 255) = 76.95%
BLUE value IS 12 (5.08% from 255) = 4.46%
R=18.59%
G=76.95%
B=4.46%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal50207120.7600.940.19108.3189.0442.94
Hex32CFC4C05E136c592b
Octal623171411401362315413153
Binary1100101100111111001001100010111101001111011001011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32CF0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32CF0C; }

 p { color: rgb(50,207,12); }

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

<style>
 a { background-color: #32CF0C; }

 a { background-color: rgb(50,207,12); }

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

<style>
 span { border-color: #32CF0C; }

 span { border-color: rgb(50,207,12); }

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