Shades of Kelly Green #31B716
Tints of Kelly Green #31B716
RGB
CMYK
RGB Variations
Color information
#31B716 (or 0x31B716) is known color: Kelly Green. HEX triplet: 31, B7 and 16. RGB value is (49,183,22). Sum of RGB (Red+Green+Blue) = 49+183+22=254 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.29% from 254); Green value is 183 (71.88% from 255 or 72.05% from 254); Blue value is 22 (8.98% from 255 or 8.66% from 254); Max value from RGB is 183 - color contains mainly: green. Hex color #31B716 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #31B716 is #CE48E9. Grayscale: #7D7D7D. Windows color (decimal): -13519082 or 1488689. OLE color: 1488689.
HSL color Cylindrical-coordinate representation of color #31B716: hue angle of 109.94º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #31B716 is Cyan = 0.73, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 49 | 183 | 22 | - |
| CMYK | 0.73 | 0 | 0.88 | 0.28 |
| HSL | 109.94º | 0.79% | 0.4% | - |
| HSV(B) | 109.94º | 0.88% | 0.72% | - |
| XYZ | 18.34 | 34.58 | 6.47 | - |
| YUV | 124.58 | 70.11 | 74.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 183 | 22 | 0.73 | 0 | 0.88 | 0.28 | 109.94 | 0.79 | 0.4 |
| Hex | 31 | B7 | 16 | 49 | 0 | 58 | 1C | 6E | 4F | 28 |
| Octal | 61 | 267 | 26 | 111 | 0 | 130 | 34 | 156 | 117 | 50 |
| Binary | 110001 | 10110111 | 10110 | 1001001 | 0 | 1011000 | 11100 | 1101110 | 1001111 | 101000 |
Color Harmonies of #31B716
Complementary color
Monochromatic Colors of #31B716
Black with #31B716
Text Example
Text Example
White with #31B716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31B716; }
p { color: rgb(49,183,22); }
H1.HeaderClassName
{
color: #31B716;
}
.AnyTagClassName
{
color: #31B716;
}
</style>
background-color css
<style>
a { background-color: #31B716; }
a { background-color: rgb(49,183,22); }
div.DivClassName
{
background-color: #31B716;
}
.BgClassName
{
background-color: #31B716;
}
</style>
border-color css
<style>
span { border-color: #31B716; }
span { border-color: rgb(49,183,22); }
td.TdClassName
{
border-color: #31B716;
}
.TagClassName
{
border-color: #31B716;
}
</style>