Shades of Kelly Green #31AF19
Tints of Kelly Green #31AF19
RGB
CMYK
RGB Variations
Color information
#31AF19 (or 0x31AF19) is known color: Kelly Green. HEX triplet: 31, AF and 19. RGB value is (49,175,25). Sum of RGB (Red+Green+Blue) = 49+175+25=249 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.68% from 249); Green value is 175 (68.75% from 255 or 70.28% from 249); Blue value is 25 (10.16% from 255 or 10.04% from 249); Max value from RGB is 175 - color contains mainly: green. Hex color #31AF19 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #31AF19 is #CE50E6. Grayscale: #787878. Windows color (decimal): -13521127 or 1683249. OLE color: 1683249.
HSL color Cylindrical-coordinate representation of color #31AF19: hue angle of 110.4º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #31AF19 is Cyan = 0.72, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 49 | 175 | 25 | - |
| CMYK | 0.72 | 0 | 0.86 | 0.31 |
| HSL | 110.4º | 0.75% | 0.39% | - |
| HSV(B) | 110.4º | 0.86% | 0.69% | - |
| XYZ | 16.77 | 31.38 | 6.09 | - |
| YUV | 120.23 | 74.26 | 77.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 175 | 25 | 0.72 | 0 | 0.86 | 0.31 | 110.4 | 0.75 | 0.39 |
| Hex | 31 | AF | 19 | 48 | 0 | 56 | 1F | 6E | 4B | 27 |
| Octal | 61 | 257 | 31 | 110 | 0 | 126 | 37 | 156 | 113 | 47 |
| Binary | 110001 | 10101111 | 11001 | 1001000 | 0 | 1010110 | 11111 | 1101110 | 1001011 | 100111 |
Color Harmonies of #31AF19
Complementary color
Monochromatic Colors of #31AF19
Black with #31AF19
Text Example
Text Example
White with #31AF19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31AF19; }
p { color: rgb(49,175,25); }
H1.HeaderClassName
{
color: #31AF19;
}
.AnyTagClassName
{
color: #31AF19;
}
</style>
background-color css
<style>
a { background-color: #31AF19; }
a { background-color: rgb(49,175,25); }
div.DivClassName
{
background-color: #31AF19;
}
.BgClassName
{
background-color: #31AF19;
}
</style>
border-color css
<style>
span { border-color: #31AF19; }
span { border-color: rgb(49,175,25); }
td.TdClassName
{
border-color: #31AF19;
}
.TagClassName
{
border-color: #31AF19;
}
</style>