Shades of Kelly Green #32CB05
Tints of Kelly Green #32CB05
RGB
CMYK
RGB Variations
Color information
#32CB05 (or 0x32CB05) is known color: Kelly Green. HEX triplet: 32, CB and 05. RGB value is (50,203,5). Sum of RGB (Red+Green+Blue) = 50+203+5=258 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.38% from 258); Green value is 203 (79.69% from 255 or 78.68% from 258); Blue value is 5 (2.34% from 255 or 1.94% from 258); Max value from RGB is 203 - color contains mainly: green. Hex color #32CB05 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #32CB05 is #CD34FA. Grayscale: #878787. Windows color (decimal): -13448443 or 379698. OLE color: 379698.
HSL color Cylindrical-coordinate representation of color #32CB05: hue angle of 106.36º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #32CB05 is Cyan = 0.75, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 50 | 203 | 5 | - |
| CMYK | 0.75 | 0 | 0.98 | 0.20 |
| HSL | 106.36º | 0.95% | 0.41% | - |
| HSV(B) | 106.36º | 0.98% | 0.8% | - |
| XYZ | 22.7 | 43.4 | 7.32 | - |
| YUV | 134.68 | 54.81 | 67.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 203 | 5 | 0.75 | 0 | 0.98 | 0.20 | 106.36 | 0.95 | 0.41 |
| Hex | 32 | CB | 5 | 4B | 0 | 62 | 14 | 6A | 5F | 29 |
| Octal | 62 | 313 | 5 | 113 | 0 | 142 | 24 | 152 | 137 | 51 |
| Binary | 110010 | 11001011 | 101 | 1001011 | 0 | 1100010 | 10100 | 1101010 | 1011111 | 101001 |
Color Harmonies of #32CB05
Complementary color
Monochromatic Colors of #32CB05
Black with #32CB05
Text Example
Text Example
White with #32CB05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32CB05; }
p { color: rgb(50,203,5); }
H1.HeaderClassName
{
color: #32CB05;
}
.AnyTagClassName
{
color: #32CB05;
}
</style>
background-color css
<style>
a { background-color: #32CB05; }
a { background-color: rgb(50,203,5); }
div.DivClassName
{
background-color: #32CB05;
}
.BgClassName
{
background-color: #32CB05;
}
</style>
border-color css
<style>
span { border-color: #32CB05; }
span { border-color: rgb(50,203,5); }
td.TdClassName
{
border-color: #32CB05;
}
.TagClassName
{
border-color: #32CB05;
}
</style>