Shades of Kelly Green #32CA07
Tints of Kelly Green #32CA07
RGB
CMYK
RGB Variations
Color information
#32CA07 (or 0x32CA07) is known color: Kelly Green. HEX triplet: 32, CA and 07. RGB value is (50,202,7). Sum of RGB (Red+Green+Blue) = 50+202+7=259 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.31% from 259); Green value is 202 (79.30% from 255 or 77.99% from 259); Blue value is 7 (3.12% from 255 or 2.70% from 259); Max value from RGB is 202 - color contains mainly: green. Hex color #32CA07 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #32CA07 is #CD35F8. Grayscale: #868686. Windows color (decimal): -13448697 or 510514. OLE color: 510514.
HSL color Cylindrical-coordinate representation of color #32CA07: hue angle of 106.77º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #32CA07 is Cyan = 0.75, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 50 | 202 | 7 | - |
| CMYK | 0.75 | 0 | 0.97 | 0.21 |
| HSL | 106.77º | 0.93% | 0.41% | - |
| HSV(B) | 106.77º | 0.97% | 0.79% | - |
| XYZ | 22.47 | 42.93 | 7.3 | - |
| YUV | 134.32 | 56.14 | 67.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 202 | 7 | 0.75 | 0 | 0.97 | 0.21 | 106.77 | 0.93 | 0.41 |
| Hex | 32 | CA | 7 | 4B | 0 | 61 | 15 | 6B | 5D | 29 |
| Octal | 62 | 312 | 7 | 113 | 0 | 141 | 25 | 153 | 135 | 51 |
| Binary | 110010 | 11001010 | 111 | 1001011 | 0 | 1100001 | 10101 | 1101011 | 1011101 | 101001 |
Color Harmonies of #32CA07
Complementary color
Monochromatic Colors of #32CA07
Black with #32CA07
Text Example
Text Example
White with #32CA07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32CA07; }
p { color: rgb(50,202,7); }
H1.HeaderClassName
{
color: #32CA07;
}
.AnyTagClassName
{
color: #32CA07;
}
</style>
background-color css
<style>
a { background-color: #32CA07; }
a { background-color: rgb(50,202,7); }
div.DivClassName
{
background-color: #32CA07;
}
.BgClassName
{
background-color: #32CA07;
}
</style>
border-color css
<style>
span { border-color: #32CA07; }
span { border-color: rgb(50,202,7); }
td.TdClassName
{
border-color: #32CA07;
}
.TagClassName
{
border-color: #32CA07;
}
</style>