Shades of Kelly Green #31A310
Tints of Kelly Green #31A310
RGB
CMYK
RGB Variations
Color information
#31A310 (or 0x31A310) is known color: Kelly Green. HEX triplet: 31, A3 and 10. RGB value is (49,163,16). Sum of RGB (Red+Green+Blue) = 49+163+16=228 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.49% from 228); Green value is 163 (64.06% from 255 or 71.49% from 228); Blue value is 16 (6.64% from 255 or 7.02% from 228); Max value from RGB is 163 - color contains mainly: green. Hex color #31A310 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #31A310 is #CE5CEF. Grayscale: #707070. Windows color (decimal): -13524208 or 1090353. OLE color: 1090353.
HSL color Cylindrical-coordinate representation of color #31A310: hue angle of 106.53º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #31A310 is Cyan = 0.70, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 49 | 163 | 16 | - |
| CMYK | 0.70 | 0 | 0.90 | 0.36 |
| HSL | 106.53º | 0.82% | 0.35% | - |
| HSV(B) | 106.53º | 0.9% | 0.64% | - |
| XYZ | 14.46 | 26.88 | 4.92 | - |
| YUV | 112.16 | 73.73 | 82.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 163 | 16 | 0.70 | 0 | 0.90 | 0.36 | 106.53 | 0.82 | 0.35 |
| Hex | 31 | A3 | 10 | 46 | 0 | 5A | 24 | 6B | 52 | 23 |
| Octal | 61 | 243 | 20 | 106 | 0 | 132 | 44 | 153 | 122 | 43 |
| Binary | 110001 | 10100011 | 10000 | 1000110 | 0 | 1011010 | 100100 | 1101011 | 1010010 | 100011 |
Color Harmonies of #31A310
Complementary color
Monochromatic Colors of #31A310
Black with #31A310
Text Example
Text Example
White with #31A310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31A310; }
p { color: rgb(49,163,16); }
H1.HeaderClassName
{
color: #31A310;
}
.AnyTagClassName
{
color: #31A310;
}
</style>
background-color css
<style>
a { background-color: #31A310; }
a { background-color: rgb(49,163,16); }
div.DivClassName
{
background-color: #31A310;
}
.BgClassName
{
background-color: #31A310;
}
</style>
border-color css
<style>
span { border-color: #31A310; }
span { border-color: rgb(49,163,16); }
td.TdClassName
{
border-color: #31A310;
}
.TagClassName
{
border-color: #31A310;
}
</style>