Shades of Kelly Green #32CA0D
Tints of Kelly Green #32CA0D
RGB
CMYK
RGB Variations
Color information
#32CA0D (or 0x32CA0D) is known color: Kelly Green. HEX triplet: 32, CA and 0D. RGB value is (50,202,13). Sum of RGB (Red+Green+Blue) = 50+202+13=265 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.87% from 265); Green value is 202 (79.30% from 255 or 76.23% from 265); Blue value is 13 (5.47% from 255 or 4.91% from 265); Max value from RGB is 202 - color contains mainly: green. Hex color #32CA0D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #32CA0D is #CD35F2. Grayscale: #878787. Windows color (decimal): -13448691 or 903730. OLE color: 903730.
HSL color Cylindrical-coordinate representation of color #32CA0D: hue angle of 108.25º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #32CA0D is Cyan = 0.75, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 50 | 202 | 13 | - |
| CMYK | 0.75 | 0 | 0.94 | 0.21 |
| HSL | 108.25º | 0.88% | 0.42% | - |
| HSV(B) | 108.25º | 0.94% | 0.79% | - |
| XYZ | 22.51 | 42.95 | 7.48 | - |
| YUV | 135.01 | 59.14 | 67.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 202 | 13 | 0.75 | 0 | 0.94 | 0.21 | 108.25 | 0.88 | 0.42 |
| Hex | 32 | CA | D | 4B | 0 | 5E | 15 | 6C | 58 | 2A |
| Octal | 62 | 312 | 15 | 113 | 0 | 136 | 25 | 154 | 130 | 52 |
| Binary | 110010 | 11001010 | 1101 | 1001011 | 0 | 1011110 | 10101 | 1101100 | 1011000 | 101010 |
Color Harmonies of #32CA0D
Complementary color
Monochromatic Colors of #32CA0D
Black with #32CA0D
Text Example
Text Example
White with #32CA0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32CA0D; }
p { color: rgb(50,202,13); }
H1.HeaderClassName
{
color: #32CA0D;
}
.AnyTagClassName
{
color: #32CA0D;
}
</style>
background-color css
<style>
a { background-color: #32CA0D; }
a { background-color: rgb(50,202,13); }
div.DivClassName
{
background-color: #32CA0D;
}
.BgClassName
{
background-color: #32CA0D;
}
</style>
border-color css
<style>
span { border-color: #32CA0D; }
span { border-color: rgb(50,202,13); }
td.TdClassName
{
border-color: #32CA0D;
}
.TagClassName
{
border-color: #32CA0D;
}
</style>