Shades of Kelly Green #31AB19
Tints of Kelly Green #31AB19
RGB
CMYK
RGB Variations
Color information
#31AB19 (or 0x31AB19) is known color: Kelly Green. HEX triplet: 31, AB and 19. RGB value is (49,171,25). Sum of RGB (Red+Green+Blue) = 49+171+25=245 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20% from 245); Green value is 171 (67.19% from 255 or 69.80% from 245); Blue value is 25 (10.16% from 255 or 10.20% from 245); Max value from RGB is 171 - color contains mainly: green. Hex color #31AB19 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #31AB19 is #CE54E6. Grayscale: #767676. Windows color (decimal): -13522151 or 1682225. OLE color: 1682225.
HSL color Cylindrical-coordinate representation of color #31AB19: hue angle of 110.14º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #31AB19 is Cyan = 0.71, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 49 | 171 | 25 | - |
| CMYK | 0.71 | 0 | 0.85 | 0.33 |
| HSL | 110.14º | 0.74% | 0.38% | - |
| HSV(B) | 110.14º | 0.85% | 0.67% | - |
| XYZ | 16.01 | 29.85 | 5.84 | - |
| YUV | 117.88 | 75.58 | 78.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 171 | 25 | 0.71 | 0 | 0.85 | 0.33 | 110.14 | 0.74 | 0.38 |
| Hex | 31 | AB | 19 | 47 | 0 | 55 | 21 | 6E | 4A | 26 |
| Octal | 61 | 253 | 31 | 107 | 0 | 125 | 41 | 156 | 112 | 46 |
| Binary | 110001 | 10101011 | 11001 | 1000111 | 0 | 1010101 | 100001 | 1101110 | 1001010 | 100110 |
Color Harmonies of #31AB19
Complementary color
Monochromatic Colors of #31AB19
Black with #31AB19
Text Example
Text Example
White with #31AB19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31AB19; }
p { color: rgb(49,171,25); }
H1.HeaderClassName
{
color: #31AB19;
}
.AnyTagClassName
{
color: #31AB19;
}
</style>
background-color css
<style>
a { background-color: #31AB19; }
a { background-color: rgb(49,171,25); }
div.DivClassName
{
background-color: #31AB19;
}
.BgClassName
{
background-color: #31AB19;
}
</style>
border-color css
<style>
span { border-color: #31AB19; }
span { border-color: rgb(49,171,25); }
td.TdClassName
{
border-color: #31AB19;
}
.TagClassName
{
border-color: #31AB19;
}
</style>