Shades of Kelly Green #31AA05
Tints of Kelly Green #31AA05
RGB
CMYK
RGB Variations
Color information
#31AA05 (or 0x31AA05) is known color: Kelly Green. HEX triplet: 31, AA and 05. RGB value is (49,170,5). Sum of RGB (Red+Green+Blue) = 49+170+5=224 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.88% from 224); Green value is 170 (66.80% from 255 or 75.89% from 224); Blue value is 5 (2.34% from 255 or 2.23% from 224); Max value from RGB is 170 - color contains mainly: green. Hex color #31AA05 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #31AA05 is #CE55FA. Grayscale: #737373. Windows color (decimal): -13522427 or 371249. OLE color: 371249.
HSL color Cylindrical-coordinate representation of color #31AA05: hue angle of 104º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #31AA05 is Cyan = 0.71, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 49 | 170 | 5 | - |
| CMYK | 0.71 | 0 | 0.97 | 0.33 |
| HSL | 104º | 0.94% | 0.34% | - |
| HSV(B) | 104º | 0.97% | 0.67% | - |
| XYZ | 15.67 | 29.41 | 5 | - |
| YUV | 115.01 | 65.91 | 80.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 170 | 5 | 0.71 | 0 | 0.97 | 0.33 | 104 | 0.94 | 0.34 |
| Hex | 31 | AA | 5 | 47 | 0 | 61 | 21 | 68 | 5E | 22 |
| Octal | 61 | 252 | 5 | 107 | 0 | 141 | 41 | 150 | 136 | 42 |
| Binary | 110001 | 10101010 | 101 | 1000111 | 0 | 1100001 | 100001 | 1101000 | 1011110 | 100010 |
Color Harmonies of #31AA05
Complementary color
Monochromatic Colors of #31AA05
Black with #31AA05
Text Example
Text Example
White with #31AA05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31AA05; }
p { color: rgb(49,170,5); }
H1.HeaderClassName
{
color: #31AA05;
}
.AnyTagClassName
{
color: #31AA05;
}
</style>
background-color css
<style>
a { background-color: #31AA05; }
a { background-color: rgb(49,170,5); }
div.DivClassName
{
background-color: #31AA05;
}
.BgClassName
{
background-color: #31AA05;
}
</style>
border-color css
<style>
span { border-color: #31AA05; }
span { border-color: rgb(49,170,5); }
td.TdClassName
{
border-color: #31AA05;
}
.TagClassName
{
border-color: #31AA05;
}
</style>