Shades of Kelly Green #31B115
Tints of Kelly Green #31B115
RGB
CMYK
RGB Variations
Color information
#31B115 (or 0x31B115) is known color: Kelly Green. HEX triplet: 31, B1 and 15. RGB value is (49,177,21). Sum of RGB (Red+Green+Blue) = 49+177+21=247 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.84% from 247); Green value is 177 (69.53% from 255 or 71.66% from 247); Blue value is 21 (8.59% from 255 or 8.50% from 247); Max value from RGB is 177 - color contains mainly: green. Hex color #31B115 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #31B115 is #CE4EEA. Grayscale: #797979. Windows color (decimal): -13520619 or 1421617. OLE color: 1421617.
HSL color Cylindrical-coordinate representation of color #31B115: hue angle of 109.23º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #31B115 is Cyan = 0.72, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 49 | 177 | 21 | - |
| CMYK | 0.72 | 0 | 0.88 | 0.31 |
| HSL | 109.23º | 0.79% | 0.39% | - |
| HSV(B) | 109.23º | 0.88% | 0.69% | - |
| XYZ | 17.12 | 32.15 | 6.01 | - |
| YUV | 120.94 | 71.59 | 76.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 177 | 21 | 0.72 | 0 | 0.88 | 0.31 | 109.23 | 0.79 | 0.39 |
| Hex | 31 | B1 | 15 | 48 | 0 | 58 | 1F | 6D | 4F | 27 |
| Octal | 61 | 261 | 25 | 110 | 0 | 130 | 37 | 155 | 117 | 47 |
| Binary | 110001 | 10110001 | 10101 | 1001000 | 0 | 1011000 | 11111 | 1101101 | 1001111 | 100111 |
Color Harmonies of #31B115
Complementary color
Monochromatic Colors of #31B115
Black with #31B115
Text Example
Text Example
White with #31B115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31B115; }
p { color: rgb(49,177,21); }
H1.HeaderClassName
{
color: #31B115;
}
.AnyTagClassName
{
color: #31B115;
}
</style>
background-color css
<style>
a { background-color: #31B115; }
a { background-color: rgb(49,177,21); }
div.DivClassName
{
background-color: #31B115;
}
.BgClassName
{
background-color: #31B115;
}
</style>
border-color css
<style>
span { border-color: #31B115; }
span { border-color: rgb(49,177,21); }
td.TdClassName
{
border-color: #31B115;
}
.TagClassName
{
border-color: #31B115;
}
</style>