Shades of Kelly Green #32AF16
Tints of Kelly Green #32AF16
RGB
CMYK
RGB Variations
Color information
#32AF16 (or 0x32AF16) is known color: Kelly Green. HEX triplet: 32, AF and 16. RGB value is (50,175,22). Sum of RGB (Red+Green+Blue) = 50+175+22=247 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.24% from 247); Green value is 175 (68.75% from 255 or 70.85% from 247); Blue value is 22 (8.98% from 255 or 8.91% from 247); Max value from RGB is 175 - color contains mainly: green. Hex color #32AF16 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #32AF16 is #CD50E9. Grayscale: #787878. Windows color (decimal): -13455594 or 1486642. OLE color: 1486642.
HSL color Cylindrical-coordinate representation of color #32AF16: hue angle of 109.02º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #32AF16 is Cyan = 0.71, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 50 | 175 | 22 | - |
| CMYK | 0.71 | 0 | 0.87 | 0.31 |
| HSL | 109.02º | 0.78% | 0.39% | - |
| HSV(B) | 109.02º | 0.87% | 0.69% | - |
| XYZ | 16.79 | 31.4 | 5.93 | - |
| YUV | 120.18 | 72.59 | 77.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 175 | 22 | 0.71 | 0 | 0.87 | 0.31 | 109.02 | 0.78 | 0.39 |
| Hex | 32 | AF | 16 | 47 | 0 | 57 | 1F | 6D | 4E | 27 |
| Octal | 62 | 257 | 26 | 107 | 0 | 127 | 37 | 155 | 116 | 47 |
| Binary | 110010 | 10101111 | 10110 | 1000111 | 0 | 1010111 | 11111 | 1101101 | 1001110 | 100111 |
Color Harmonies of #32AF16
Complementary color
Monochromatic Colors of #32AF16
Black with #32AF16
Text Example
Text Example
White with #32AF16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32AF16; }
p { color: rgb(50,175,22); }
H1.HeaderClassName
{
color: #32AF16;
}
.AnyTagClassName
{
color: #32AF16;
}
</style>
background-color css
<style>
a { background-color: #32AF16; }
a { background-color: rgb(50,175,22); }
div.DivClassName
{
background-color: #32AF16;
}
.BgClassName
{
background-color: #32AF16;
}
</style>
border-color css
<style>
span { border-color: #32AF16; }
span { border-color: rgb(50,175,22); }
td.TdClassName
{
border-color: #32AF16;
}
.TagClassName
{
border-color: #32AF16;
}
</style>