Shades of Kelly Green #31BF15
Tints of Kelly Green #31BF15
RGB
CMYK
RGB Variations
Color information
#31BF15 (or 0x31BF15) is known color: Kelly Green. HEX triplet: 31, BF and 15. RGB value is (49,191,21). Sum of RGB (Red+Green+Blue) = 49+191+21=261 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.77% from 261); Green value is 191 (75% from 255 or 73.18% from 261); Blue value is 21 (8.59% from 255 or 8.05% from 261); Max value from RGB is 191 - color contains mainly: green. Hex color #31BF15 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #31BF15 is #CE40EA. Grayscale: #818181. Windows color (decimal): -13517035 or 1425201. OLE color: 1425201.
HSL color Cylindrical-coordinate representation of color #31BF15: hue angle of 110.12º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #31BF15 is Cyan = 0.74, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 49 | 191 | 21 | - |
| CMYK | 0.74 | 0 | 0.89 | 0.25 |
| HSL | 110.12º | 0.8% | 0.42% | - |
| HSV(B) | 110.12º | 0.89% | 0.75% | - |
| XYZ | 20.03 | 37.97 | 6.98 | - |
| YUV | 129.16 | 66.96 | 70.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 191 | 21 | 0.74 | 0 | 0.89 | 0.25 | 110.12 | 0.8 | 0.42 |
| Hex | 31 | BF | 15 | 4A | 0 | 59 | 19 | 6E | 50 | 2A |
| Octal | 61 | 277 | 25 | 112 | 0 | 131 | 31 | 156 | 120 | 52 |
| Binary | 110001 | 10111111 | 10101 | 1001010 | 0 | 1011001 | 11001 | 1101110 | 1010000 | 101010 |
Color Harmonies of #31BF15
Complementary color
Monochromatic Colors of #31BF15
Black with #31BF15
Text Example
Text Example
White with #31BF15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31BF15; }
p { color: rgb(49,191,21); }
H1.HeaderClassName
{
color: #31BF15;
}
.AnyTagClassName
{
color: #31BF15;
}
</style>
background-color css
<style>
a { background-color: #31BF15; }
a { background-color: rgb(49,191,21); }
div.DivClassName
{
background-color: #31BF15;
}
.BgClassName
{
background-color: #31BF15;
}
</style>
border-color css
<style>
span { border-color: #31BF15; }
span { border-color: rgb(49,191,21); }
td.TdClassName
{
border-color: #31BF15;
}
.TagClassName
{
border-color: #31BF15;
}
</style>