Shades of Kelly Green #31B816
Tints of Kelly Green #31B816
RGB
CMYK
RGB Variations
Color information
#31B816 (or 0x31B816) is known color: Kelly Green. HEX triplet: 31, B8 and 16. RGB value is (49,184,22). Sum of RGB (Red+Green+Blue) = 49+184+22=255 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.22% from 255); Green value is 184 (72.27% from 255 or 72.16% from 255); Blue value is 22 (8.98% from 255 or 8.63% from 255); Max value from RGB is 184 - color contains mainly: green. Hex color #31B816 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #31B816 is #CE47E9. Grayscale: #7D7D7D. Windows color (decimal): -13518826 or 1488945. OLE color: 1488945.
HSL color Cylindrical-coordinate representation of color #31B816: hue angle of 110º 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 #31B816 is Cyan = 0.73, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 49 | 184 | 22 | - |
| CMYK | 0.73 | 0 | 0.88 | 0.28 |
| HSL | 110º | 0.79% | 0.4% | - |
| HSV(B) | 110º | 0.88% | 0.72% | - |
| XYZ | 18.55 | 34.99 | 6.54 | - |
| YUV | 125.17 | 69.77 | 73.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 184 | 22 | 0.73 | 0 | 0.88 | 0.28 | 110 | 0.79 | 0.4 |
| Hex | 31 | B8 | 16 | 49 | 0 | 58 | 1C | 6E | 4F | 28 |
| Octal | 61 | 270 | 26 | 111 | 0 | 130 | 34 | 156 | 117 | 50 |
| Binary | 110001 | 10111000 | 10110 | 1001001 | 0 | 1011000 | 11100 | 1101110 | 1001111 | 101000 |
Color Harmonies of #31B816
Complementary color
Monochromatic Colors of #31B816
Black with #31B816
Text Example
Text Example
White with #31B816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31B816; }
p { color: rgb(49,184,22); }
H1.HeaderClassName
{
color: #31B816;
}
.AnyTagClassName
{
color: #31B816;
}
</style>
background-color css
<style>
a { background-color: #31B816; }
a { background-color: rgb(49,184,22); }
div.DivClassName
{
background-color: #31B816;
}
.BgClassName
{
background-color: #31B816;
}
</style>
border-color css
<style>
span { border-color: #31B816; }
span { border-color: rgb(49,184,22); }
td.TdClassName
{
border-color: #31B816;
}
.TagClassName
{
border-color: #31B816;
}
</style>