Shades of Kelly Green #31B502
Tints of Kelly Green #31B502
RGB
CMYK
RGB Variations
Color information
#31B502 (or 0x31B502) is known color: Kelly Green. HEX triplet: 31, B5 and 02. RGB value is (49,181,2). Sum of RGB (Red+Green+Blue) = 49+181+2=232 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.12% from 232); Green value is 181 (71.09% from 255 or 78.02% from 232); Blue value is 2 (1.17% from 255 or 0.86% from 232); Max value from RGB is 181 - color contains mainly: green. Hex color #31B502 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #31B502 is #CE4AFD. Grayscale: #797979. Windows color (decimal): -13519614 or 177457. OLE color: 177457.
HSL color Cylindrical-coordinate representation of color #31B502: hue angle of 104.25º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #31B502 is Cyan = 0.73, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 49 | 181 | 2 | - |
| CMYK | 0.73 | 0 | 0.99 | 0.29 |
| HSL | 104.25º | 0.98% | 0.36% | - |
| HSV(B) | 104.25º | 0.99% | 0.71% | - |
| XYZ | 17.8 | 33.71 | 5.62 | - |
| YUV | 121.13 | 60.77 | 76.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 181 | 2 | 0.73 | 0 | 0.99 | 0.29 | 104.25 | 0.98 | 0.36 |
| Hex | 31 | B5 | 2 | 49 | 0 | 63 | 1D | 68 | 62 | 24 |
| Octal | 61 | 265 | 2 | 111 | 0 | 143 | 35 | 150 | 142 | 44 |
| Binary | 110001 | 10110101 | 10 | 1001001 | 0 | 1100011 | 11101 | 1101000 | 1100010 | 100100 |
Color Harmonies of #31B502
Complementary color
Monochromatic Colors of #31B502
Black with #31B502
Text Example
Text Example
White with #31B502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31B502; }
p { color: rgb(49,181,2); }
H1.HeaderClassName
{
color: #31B502;
}
.AnyTagClassName
{
color: #31B502;
}
</style>
background-color css
<style>
a { background-color: #31B502; }
a { background-color: rgb(49,181,2); }
div.DivClassName
{
background-color: #31B502;
}
.BgClassName
{
background-color: #31B502;
}
</style>
border-color css
<style>
span { border-color: #31B502; }
span { border-color: rgb(49,181,2); }
td.TdClassName
{
border-color: #31B502;
}
.TagClassName
{
border-color: #31B502;
}
</style>