Shades of Kelly Green #32CD08
Tints of Kelly Green #32CD08
RGB
CMYK
RGB Variations
Color information
#32CD08 (or 0x32CD08) is known color: Kelly Green. HEX triplet: 32, CD and 08. RGB value is (50,205,8). Sum of RGB (Red+Green+Blue) = 50+205+8=263 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.01% from 263); Green value is 205 (80.47% from 255 or 77.95% from 263); Blue value is 8 (3.52% from 255 or 3.04% from 263); Max value from RGB is 205 - color contains mainly: green. Hex color #32CD08 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #32CD08 is #CD32F7. Grayscale: #888888. Windows color (decimal): -13447928 or 576818. OLE color: 576818.
HSL color Cylindrical-coordinate representation of color #32CD08: hue angle of 107.21º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #32CD08 is Cyan = 0.76, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 50 | 205 | 8 | - |
| CMYK | 0.76 | 0 | 0.96 | 0.20 |
| HSL | 107.21º | 0.92% | 0.42% | - |
| HSV(B) | 107.21º | 0.96% | 0.8% | - |
| XYZ | 23.19 | 44.36 | 7.57 | - |
| YUV | 136.2 | 55.65 | 66.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 205 | 8 | 0.76 | 0 | 0.96 | 0.20 | 107.21 | 0.92 | 0.42 |
| Hex | 32 | CD | 8 | 4C | 0 | 60 | 14 | 6B | 5C | 2A |
| Octal | 62 | 315 | 10 | 114 | 0 | 140 | 24 | 153 | 134 | 52 |
| Binary | 110010 | 11001101 | 1000 | 1001100 | 0 | 1100000 | 10100 | 1101011 | 1011100 | 101010 |
Color Harmonies of #32CD08
Complementary color
Monochromatic Colors of #32CD08
Black with #32CD08
Text Example
Text Example
White with #32CD08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32CD08; }
p { color: rgb(50,205,8); }
H1.HeaderClassName
{
color: #32CD08;
}
.AnyTagClassName
{
color: #32CD08;
}
</style>
background-color css
<style>
a { background-color: #32CD08; }
a { background-color: rgb(50,205,8); }
div.DivClassName
{
background-color: #32CD08;
}
.BgClassName
{
background-color: #32CD08;
}
</style>
border-color css
<style>
span { border-color: #32CD08; }
span { border-color: rgb(50,205,8); }
td.TdClassName
{
border-color: #32CD08;
}
.TagClassName
{
border-color: #32CD08;
}
</style>