Shades of Kelly Green #32D70A
Tints of Kelly Green #32D70A
RGB
CMYK
RGB Variations
Color information
#32D70A (or 0x32D70A) is known color: Kelly Green. HEX triplet: 32, D7 and 0A. RGB value is (50,215,10). Sum of RGB (Red+Green+Blue) = 50+215+10=275 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.18% from 275); Green value is 215 (84.38% from 255 or 78.18% from 275); Blue value is 10 (4.30% from 255 or 3.64% from 275); Max value from RGB is 215 - color contains mainly: green. Hex color #32D70A is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #32D70A is #CD28F5. Grayscale: #8E8E8E. Windows color (decimal): -13445366 or 710450. OLE color: 710450.
HSL color Cylindrical-coordinate representation of color #32D70A: hue angle of 108.29º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #32D70A is Cyan = 0.77, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 50 | 215 | 10 | - |
| CMYK | 0.77 | 0 | 0.95 | 0.16 |
| HSL | 108.29º | 0.91% | 0.44% | - |
| HSV(B) | 108.29º | 0.95% | 0.84% | - |
| XYZ | 25.67 | 49.3 | 8.45 | - |
| YUV | 142.3 | 53.34 | 62.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 215 | 10 | 0.77 | 0 | 0.95 | 0.16 | 108.29 | 0.91 | 0.44 |
| Hex | 32 | D7 | A | 4D | 0 | 5F | 10 | 6C | 5B | 2C |
| Octal | 62 | 327 | 12 | 115 | 0 | 137 | 20 | 154 | 133 | 54 |
| Binary | 110010 | 11010111 | 1010 | 1001101 | 0 | 1011111 | 10000 | 1101100 | 1011011 | 101100 |
Color Harmonies of #32D70A
Complementary color
Monochromatic Colors of #32D70A
Black with #32D70A
Text Example
Text Example
White with #32D70A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32D70A; }
p { color: rgb(50,215,10); }
H1.HeaderClassName
{
color: #32D70A;
}
.AnyTagClassName
{
color: #32D70A;
}
</style>
background-color css
<style>
a { background-color: #32D70A; }
a { background-color: rgb(50,215,10); }
div.DivClassName
{
background-color: #32D70A;
}
.BgClassName
{
background-color: #32D70A;
}
</style>
border-color css
<style>
span { border-color: #32D70A; }
span { border-color: rgb(50,215,10); }
td.TdClassName
{
border-color: #32D70A;
}
.TagClassName
{
border-color: #32D70A;
}
</style>