Shades of Kelly Green #32C406
Tints of Kelly Green #32C406
RGB
CMYK
RGB Variations
Color information
#32C406 (or 0x32C406) is known color: Kelly Green. HEX triplet: 32, C4 and 06. RGB value is (50,196,6). Sum of RGB (Red+Green+Blue) = 50+196+6=252 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.84% from 252); Green value is 196 (76.95% from 255 or 77.78% from 252); Blue value is 6 (2.73% from 255 or 2.38% from 252); Max value from RGB is 196 - color contains mainly: green. Hex color #32C406 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #32C406 is #CD3BF9. Grayscale: #838383. Windows color (decimal): -13450234 or 443442. OLE color: 443442.
HSL color Cylindrical-coordinate representation of color #32C406: hue angle of 106.11º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #32C406 is Cyan = 0.74, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 50 | 196 | 6 | - |
| CMYK | 0.74 | 0 | 0.97 | 0.23 |
| HSL | 106.11º | 0.94% | 0.4% | - |
| HSV(B) | 106.11º | 0.97% | 0.77% | - |
| XYZ | 21.09 | 40.17 | 6.81 | - |
| YUV | 130.69 | 57.63 | 70.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 196 | 6 | 0.74 | 0 | 0.97 | 0.23 | 106.11 | 0.94 | 0.4 |
| Hex | 32 | C4 | 6 | 4A | 0 | 61 | 17 | 6A | 5E | 28 |
| Octal | 62 | 304 | 6 | 112 | 0 | 141 | 27 | 152 | 136 | 50 |
| Binary | 110010 | 11000100 | 110 | 1001010 | 0 | 1100001 | 10111 | 1101010 | 1011110 | 101000 |
Color Harmonies of #32C406
Complementary color
Monochromatic Colors of #32C406
Black with #32C406
Text Example
Text Example
White with #32C406
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32C406; }
p { color: rgb(50,196,6); }
H1.HeaderClassName
{
color: #32C406;
}
.AnyTagClassName
{
color: #32C406;
}
</style>
background-color css
<style>
a { background-color: #32C406; }
a { background-color: rgb(50,196,6); }
div.DivClassName
{
background-color: #32C406;
}
.BgClassName
{
background-color: #32C406;
}
</style>
border-color css
<style>
span { border-color: #32C406; }
span { border-color: rgb(50,196,6); }
td.TdClassName
{
border-color: #32C406;
}
.TagClassName
{
border-color: #32C406;
}
</style>