Shades of Kelly Green #31AA11
Tints of Kelly Green #31AA11
RGB
CMYK
RGB Variations
Color information
#31AA11 (or 0x31AA11) is known color: Kelly Green. HEX triplet: 31, AA and 11. RGB value is (49,170,17). Sum of RGB (Red+Green+Blue) = 49+170+17=236 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.76% from 236); Green value is 170 (66.80% from 255 or 72.03% from 236); Blue value is 17 (7.03% from 255 or 7.20% from 236); Max value from RGB is 170 - color contains mainly: green. Hex color #31AA11 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #31AA11 is #CE55EE. Grayscale: #747474. Windows color (decimal): -13522415 or 1157681. OLE color: 1157681.
HSL color Cylindrical-coordinate representation of color #31AA11: hue angle of 107.45º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #31AA11 is Cyan = 0.71, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 49 | 170 | 17 | - |
| CMYK | 0.71 | 0 | 0.9 | 0.33 |
| HSL | 107.45º | 0.82% | 0.37% | - |
| HSV(B) | 107.45º | 0.9% | 0.67% | - |
| XYZ | 15.74 | 29.44 | 5.38 | - |
| YUV | 116.38 | 71.91 | 79.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 170 | 17 | 0.71 | 0 | 0.9 | 0.33 | 107.45 | 0.82 | 0.37 |
| Hex | 31 | AA | 11 | 47 | 0 | 5A | 21 | 6B | 52 | 25 |
| Octal | 61 | 252 | 21 | 107 | 0 | 132 | 41 | 153 | 122 | 45 |
| Binary | 110001 | 10101010 | 10001 | 1000111 | 0 | 1011010 | 100001 | 1101011 | 1010010 | 100101 |
Color Harmonies of #31AA11
Complementary color
Monochromatic Colors of #31AA11
Black with #31AA11
Text Example
Text Example
White with #31AA11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31AA11; }
p { color: rgb(49,170,17); }
H1.HeaderClassName
{
color: #31AA11;
}
.AnyTagClassName
{
color: #31AA11;
}
</style>
background-color css
<style>
a { background-color: #31AA11; }
a { background-color: rgb(49,170,17); }
div.DivClassName
{
background-color: #31AA11;
}
.BgClassName
{
background-color: #31AA11;
}
</style>
border-color css
<style>
span { border-color: #31AA11; }
span { border-color: rgb(49,170,17); }
td.TdClassName
{
border-color: #31AA11;
}
.TagClassName
{
border-color: #31AA11;
}
</style>