Shades of Kelly Green #31B013
Tints of Kelly Green #31B013
RGB
CMYK
RGB Variations
Color information
#31B013 (or 0x31B013) is known color: Kelly Green. HEX triplet: 31, B0 and 13. RGB value is (49,176,19). Sum of RGB (Red+Green+Blue) = 49+176+19=244 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20.08% from 244); Green value is 176 (69.14% from 255 or 72.13% from 244); Blue value is 19 (7.81% from 255 or 7.79% from 244); Max value from RGB is 176 - color contains mainly: green. Hex color #31B013 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #31B013 is #CE4FEC. Grayscale: #787878. Windows color (decimal): -13520877 or 1290289. OLE color: 1290289.
HSL color Cylindrical-coordinate representation of color #31B013: hue angle of 108.54º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #31B013 is Cyan = 0.72, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 49 | 176 | 19 | - |
| CMYK | 0.72 | 0 | 0.89 | 0.31 |
| HSL | 108.54º | 0.81% | 0.38% | - |
| HSV(B) | 108.54º | 0.89% | 0.69% | - |
| XYZ | 16.91 | 31.75 | 5.85 | - |
| YUV | 120.13 | 70.92 | 77.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 176 | 19 | 0.72 | 0 | 0.89 | 0.31 | 108.54 | 0.81 | 0.38 |
| Hex | 31 | B0 | 13 | 48 | 0 | 59 | 1F | 6D | 51 | 26 |
| Octal | 61 | 260 | 23 | 110 | 0 | 131 | 37 | 155 | 121 | 46 |
| Binary | 110001 | 10110000 | 10011 | 1001000 | 0 | 1011001 | 11111 | 1101101 | 1010001 | 100110 |
Color Harmonies of #31B013
Complementary color
Monochromatic Colors of #31B013
Black with #31B013
Text Example
Text Example
White with #31B013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31B013; }
p { color: rgb(49,176,19); }
H1.HeaderClassName
{
color: #31B013;
}
.AnyTagClassName
{
color: #31B013;
}
</style>
background-color css
<style>
a { background-color: #31B013; }
a { background-color: rgb(49,176,19); }
div.DivClassName
{
background-color: #31B013;
}
.BgClassName
{
background-color: #31B013;
}
</style>
border-color css
<style>
span { border-color: #31B013; }
span { border-color: rgb(49,176,19); }
td.TdClassName
{
border-color: #31B013;
}
.TagClassName
{
border-color: #31B013;
}
</style>