Shades of Kelly Green #32CA04
Tints of Kelly Green #32CA04
RGB
CMYK
RGB Variations
Color information
#32CA04 (or 0x32CA04) is known color: Kelly Green. HEX triplet: 32, CA and 04. RGB value is (50,202,4). Sum of RGB (Red+Green+Blue) = 50+202+4=256 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.53% from 256); Green value is 202 (79.30% from 255 or 78.91% from 256); Blue value is 4 (1.95% from 255 or 1.56% from 256); Max value from RGB is 202 - color contains mainly: green. Hex color #32CA04 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #32CA04 is #CD35FB. Grayscale: #868686. Windows color (decimal): -13448700 or 313906. OLE color: 313906.
HSL color Cylindrical-coordinate representation of color #32CA04: hue angle of 106.06º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #32CA04 is Cyan = 0.75, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 50 | 202 | 4 | - |
| CMYK | 0.75 | 0 | 0.98 | 0.21 |
| HSL | 106.06º | 0.96% | 0.4% | - |
| HSV(B) | 106.06º | 0.98% | 0.79% | - |
| XYZ | 22.46 | 42.93 | 7.22 | - |
| YUV | 133.98 | 54.64 | 68.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 202 | 4 | 0.75 | 0 | 0.98 | 0.21 | 106.06 | 0.96 | 0.4 |
| Hex | 32 | CA | 4 | 4B | 0 | 62 | 15 | 6A | 60 | 28 |
| Octal | 62 | 312 | 4 | 113 | 0 | 142 | 25 | 152 | 140 | 50 |
| Binary | 110010 | 11001010 | 100 | 1001011 | 0 | 1100010 | 10101 | 1101010 | 1100000 | 101000 |
Color Harmonies of #32CA04
Complementary color
Monochromatic Colors of #32CA04
Black with #32CA04
Text Example
Text Example
White with #32CA04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32CA04; }
p { color: rgb(50,202,4); }
H1.HeaderClassName
{
color: #32CA04;
}
.AnyTagClassName
{
color: #32CA04;
}
</style>
background-color css
<style>
a { background-color: #32CA04; }
a { background-color: rgb(50,202,4); }
div.DivClassName
{
background-color: #32CA04;
}
.BgClassName
{
background-color: #32CA04;
}
</style>
border-color css
<style>
span { border-color: #32CA04; }
span { border-color: rgb(50,202,4); }
td.TdClassName
{
border-color: #32CA04;
}
.TagClassName
{
border-color: #32CA04;
}
</style>