Shades of Kelly Green #32D20E
Tints of Kelly Green #32D20E
RGB
CMYK
RGB Variations
Color information
#32D20E (or 0x32D20E) is known color: Kelly Green. HEX triplet: 32, D2 and 0E. RGB value is (50,210,14). Sum of RGB (Red+Green+Blue) = 50+210+14=274 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.25% from 274); Green value is 210 (82.42% from 255 or 76.64% from 274); Blue value is 14 (5.86% from 255 or 5.11% from 274); Max value from RGB is 210 - color contains mainly: green. Hex color #32D20E is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #32D20E is #CD2DF1. Grayscale: #8C8C8C. Windows color (decimal): -13446642 or 971314. OLE color: 971314.
HSL color Cylindrical-coordinate representation of color #32D20E: hue angle of 108.98º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #32D20E is Cyan = 0.76, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 50 | 210 | 14 | - |
| CMYK | 0.76 | 0 | 0.93 | 0.18 |
| HSL | 108.98º | 0.88% | 0.44% | - |
| HSV(B) | 108.98º | 0.93% | 0.82% | - |
| XYZ | 24.44 | 46.8 | 8.16 | - |
| YUV | 139.82 | 56.99 | 63.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 210 | 14 | 0.76 | 0 | 0.93 | 0.18 | 108.98 | 0.88 | 0.44 |
| Hex | 32 | D2 | E | 4C | 0 | 5D | 12 | 6D | 58 | 2C |
| Octal | 62 | 322 | 16 | 114 | 0 | 135 | 22 | 155 | 130 | 54 |
| Binary | 110010 | 11010010 | 1110 | 1001100 | 0 | 1011101 | 10010 | 1101101 | 1011000 | 101100 |
Color Harmonies of #32D20E
Complementary color
Monochromatic Colors of #32D20E
Black with #32D20E
Text Example
Text Example
White with #32D20E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32D20E; }
p { color: rgb(50,210,14); }
H1.HeaderClassName
{
color: #32D20E;
}
.AnyTagClassName
{
color: #32D20E;
}
</style>
background-color css
<style>
a { background-color: #32D20E; }
a { background-color: rgb(50,210,14); }
div.DivClassName
{
background-color: #32D20E;
}
.BgClassName
{
background-color: #32D20E;
}
</style>
border-color css
<style>
span { border-color: #32D20E; }
span { border-color: rgb(50,210,14); }
td.TdClassName
{
border-color: #32D20E;
}
.TagClassName
{
border-color: #32D20E;
}
</style>