Shades of Kelly Green #32D20A
Tints of Kelly Green #32D20A
RGB
CMYK
RGB Variations
Color information
#32D20A (or 0x32D20A) is known color: Kelly Green. HEX triplet: 32, D2 and 0A. RGB value is (50,210,10). Sum of RGB (Red+Green+Blue) = 50+210+10=270 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.52% from 270); Green value is 210 (82.42% from 255 or 77.78% from 270); Blue value is 10 (4.30% from 255 or 3.70% from 270); Max value from RGB is 210 - color contains mainly: green. Hex color #32D20A is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #32D20A is #CD2DF5. Grayscale: #8B8B8B. Windows color (decimal): -13446646 or 709170. OLE color: 709170.
HSL color Cylindrical-coordinate representation of color #32D20A: hue angle of 108º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #32D20A is Cyan = 0.76, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 50 | 210 | 10 | - |
| CMYK | 0.76 | 0 | 0.95 | 0.18 |
| HSL | 108º | 0.91% | 0.43% | - |
| HSV(B) | 108º | 0.95% | 0.82% | - |
| XYZ | 24.42 | 46.79 | 8.03 | - |
| YUV | 139.36 | 54.99 | 64.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 210 | 10 | 0.76 | 0 | 0.95 | 0.18 | 108 | 0.91 | 0.43 |
| Hex | 32 | D2 | A | 4C | 0 | 5F | 12 | 6C | 5B | 2B |
| Octal | 62 | 322 | 12 | 114 | 0 | 137 | 22 | 154 | 133 | 53 |
| Binary | 110010 | 11010010 | 1010 | 1001100 | 0 | 1011111 | 10010 | 1101100 | 1011011 | 101011 |
Color Harmonies of #32D20A
Complementary color
Monochromatic Colors of #32D20A
Black with #32D20A
Text Example
Text Example
White with #32D20A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32D20A; }
p { color: rgb(50,210,10); }
H1.HeaderClassName
{
color: #32D20A;
}
.AnyTagClassName
{
color: #32D20A;
}
</style>
background-color css
<style>
a { background-color: #32D20A; }
a { background-color: rgb(50,210,10); }
div.DivClassName
{
background-color: #32D20A;
}
.BgClassName
{
background-color: #32D20A;
}
</style>
border-color css
<style>
span { border-color: #32D20A; }
span { border-color: rgb(50,210,10); }
td.TdClassName
{
border-color: #32D20A;
}
.TagClassName
{
border-color: #32D20A;
}
</style>