Shades of Kelly Green #31BC16
Tints of Kelly Green #31BC16
RGB
CMYK
RGB Variations
Color information
#31BC16 (or 0x31BC16) is known color: Kelly Green. HEX triplet: 31, BC and 16. RGB value is (49,188,22). Sum of RGB (Red+Green+Blue) = 49+188+22=259 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.92% from 259); Green value is 188 (73.83% from 255 or 72.59% from 259); Blue value is 22 (8.98% from 255 or 8.49% from 259); Max value from RGB is 188 - color contains mainly: green. Hex color #31BC16 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #31BC16 is #CE43E9. Grayscale: #808080. Windows color (decimal): -13517802 or 1489969. OLE color: 1489969.
HSL color Cylindrical-coordinate representation of color #31BC16: hue angle of 110.24º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #31BC16 is Cyan = 0.74, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 49 | 188 | 22 | - |
| CMYK | 0.74 | 0 | 0.88 | 0.26 |
| HSL | 110.24º | 0.79% | 0.41% | - |
| HSV(B) | 110.24º | 0.88% | 0.74% | - |
| XYZ | 19.39 | 36.68 | 6.82 | - |
| YUV | 127.52 | 68.45 | 72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 188 | 22 | 0.74 | 0 | 0.88 | 0.26 | 110.24 | 0.79 | 0.41 |
| Hex | 31 | BC | 16 | 4A | 0 | 58 | 1A | 6E | 4F | 29 |
| Octal | 61 | 274 | 26 | 112 | 0 | 130 | 32 | 156 | 117 | 51 |
| Binary | 110001 | 10111100 | 10110 | 1001010 | 0 | 1011000 | 11010 | 1101110 | 1001111 | 101001 |
Color Harmonies of #31BC16
Complementary color
Monochromatic Colors of #31BC16
Black with #31BC16
Text Example
Text Example
White with #31BC16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31BC16; }
p { color: rgb(49,188,22); }
H1.HeaderClassName
{
color: #31BC16;
}
.AnyTagClassName
{
color: #31BC16;
}
</style>
background-color css
<style>
a { background-color: #31BC16; }
a { background-color: rgb(49,188,22); }
div.DivClassName
{
background-color: #31BC16;
}
.BgClassName
{
background-color: #31BC16;
}
</style>
border-color css
<style>
span { border-color: #31BC16; }
span { border-color: rgb(49,188,22); }
td.TdClassName
{
border-color: #31BC16;
}
.TagClassName
{
border-color: #31BC16;
}
</style>