Shades of Kelly Green #31AF16
Tints of Kelly Green #31AF16
RGB
CMYK
RGB Variations
Color information
#31AF16 (or 0x31AF16) is known color: Kelly Green. HEX triplet: 31, AF and 16. RGB value is (49,175,22). Sum of RGB (Red+Green+Blue) = 49+175+22=246 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.92% from 246); Green value is 175 (68.75% from 255 or 71.14% from 246); Blue value is 22 (8.98% from 255 or 8.94% from 246); Max value from RGB is 175 - color contains mainly: green. Hex color #31AF16 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #31AF16 is #CE50E9. Grayscale: #787878. Windows color (decimal): -13521130 or 1486641. OLE color: 1486641.
HSL color Cylindrical-coordinate representation of color #31AF16: hue angle of 109.41º 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 #31AF16 is Cyan = 0.72, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 49 | 175 | 22 | - |
| CMYK | 0.72 | 0 | 0.87 | 0.31 |
| HSL | 109.41º | 0.78% | 0.39% | - |
| HSV(B) | 109.41º | 0.87% | 0.69% | - |
| XYZ | 16.74 | 31.37 | 5.93 | - |
| YUV | 119.88 | 72.76 | 77.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 175 | 22 | 0.72 | 0 | 0.87 | 0.31 | 109.41 | 0.78 | 0.39 |
| Hex | 31 | AF | 16 | 48 | 0 | 57 | 1F | 6D | 4E | 27 |
| Octal | 61 | 257 | 26 | 110 | 0 | 127 | 37 | 155 | 116 | 47 |
| Binary | 110001 | 10101111 | 10110 | 1001000 | 0 | 1010111 | 11111 | 1101101 | 1001110 | 100111 |
Color Harmonies of #31AF16
Complementary color
Monochromatic Colors of #31AF16
Black with #31AF16
Text Example
Text Example
White with #31AF16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31AF16; }
p { color: rgb(49,175,22); }
H1.HeaderClassName
{
color: #31AF16;
}
.AnyTagClassName
{
color: #31AF16;
}
</style>
background-color css
<style>
a { background-color: #31AF16; }
a { background-color: rgb(49,175,22); }
div.DivClassName
{
background-color: #31AF16;
}
.BgClassName
{
background-color: #31AF16;
}
</style>
border-color css
<style>
span { border-color: #31AF16; }
span { border-color: rgb(49,175,22); }
td.TdClassName
{
border-color: #31AF16;
}
.TagClassName
{
border-color: #31AF16;
}
</style>