Shades of Kelly Green #31A911
Tints of Kelly Green #31A911
RGB
CMYK
RGB Variations
Color information
#31A911 (or 0x31A911) is known color: Kelly Green. HEX triplet: 31, A9 and 11. RGB value is (49,169,17). Sum of RGB (Red+Green+Blue) = 49+169+17=235 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.85% from 235); Green value is 169 (66.41% from 255 or 71.91% from 235); Blue value is 17 (7.03% from 255 or 7.23% from 235); Max value from RGB is 169 - color contains mainly: green. Hex color #31A911 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #31A911 is #CE56EE. Grayscale: #747474. Windows color (decimal): -13522671 or 1157425. OLE color: 1157425.
HSL color Cylindrical-coordinate representation of color #31A911: hue angle of 107.37º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #31A911 is Cyan = 0.71, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 49 | 169 | 17 | - |
| CMYK | 0.71 | 0 | 0.90 | 0.34 |
| HSL | 107.37º | 0.82% | 0.36% | - |
| HSV(B) | 107.37º | 0.9% | 0.66% | - |
| XYZ | 15.56 | 29.07 | 5.32 | - |
| YUV | 115.79 | 72.24 | 80.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 169 | 17 | 0.71 | 0 | 0.90 | 0.34 | 107.37 | 0.82 | 0.36 |
| Hex | 31 | A9 | 11 | 47 | 0 | 5A | 22 | 6B | 52 | 24 |
| Octal | 61 | 251 | 21 | 107 | 0 | 132 | 42 | 153 | 122 | 44 |
| Binary | 110001 | 10101001 | 10001 | 1000111 | 0 | 1011010 | 100010 | 1101011 | 1010010 | 100100 |
Color Harmonies of #31A911
Complementary color
Monochromatic Colors of #31A911
Black with #31A911
Text Example
Text Example
White with #31A911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31A911; }
p { color: rgb(49,169,17); }
H1.HeaderClassName
{
color: #31A911;
}
.AnyTagClassName
{
color: #31A911;
}
</style>
background-color css
<style>
a { background-color: #31A911; }
a { background-color: rgb(49,169,17); }
div.DivClassName
{
background-color: #31A911;
}
.BgClassName
{
background-color: #31A911;
}
</style>
border-color css
<style>
span { border-color: #31A911; }
span { border-color: rgb(49,169,17); }
td.TdClassName
{
border-color: #31A911;
}
.TagClassName
{
border-color: #31A911;
}
</style>