Shades of Kelly Green #31B619
Tints of Kelly Green #31B619
RGB
CMYK
RGB Variations
Color information
#31B619 (or 0x31B619) is known color: Kelly Green. HEX triplet: 31, B6 and 19. RGB value is (49,182,25). Sum of RGB (Red+Green+Blue) = 49+182+25=256 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.14% from 256); Green value is 182 (71.48% from 255 or 71.09% from 256); Blue value is 25 (10.16% from 255 or 9.77% from 256); Max value from RGB is 182 - color contains mainly: green. Hex color #31B619 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #31B619 is #CE49E6. Grayscale: #7C7C7C. Windows color (decimal): -13519335 or 1685041. OLE color: 1685041.
HSL color Cylindrical-coordinate representation of color #31B619: hue angle of 110.83º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #31B619 is Cyan = 0.73, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 49 | 182 | 25 | - |
| CMYK | 0.73 | 0 | 0.86 | 0.29 |
| HSL | 110.83º | 0.76% | 0.41% | - |
| HSV(B) | 110.83º | 0.86% | 0.71% | - |
| XYZ | 18.17 | 34.18 | 6.56 | - |
| YUV | 124.34 | 71.94 | 74.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 182 | 25 | 0.73 | 0 | 0.86 | 0.29 | 110.83 | 0.76 | 0.41 |
| Hex | 31 | B6 | 19 | 49 | 0 | 56 | 1D | 6F | 4C | 29 |
| Octal | 61 | 266 | 31 | 111 | 0 | 126 | 35 | 157 | 114 | 51 |
| Binary | 110001 | 10110110 | 11001 | 1001001 | 0 | 1010110 | 11101 | 1101111 | 1001100 | 101001 |
Color Harmonies of #31B619
Complementary color
Monochromatic Colors of #31B619
Black with #31B619
Text Example
Text Example
White with #31B619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31B619; }
p { color: rgb(49,182,25); }
H1.HeaderClassName
{
color: #31B619;
}
.AnyTagClassName
{
color: #31B619;
}
</style>
background-color css
<style>
a { background-color: #31B619; }
a { background-color: rgb(49,182,25); }
div.DivClassName
{
background-color: #31B619;
}
.BgClassName
{
background-color: #31B619;
}
</style>
border-color css
<style>
span { border-color: #31B619; }
span { border-color: rgb(49,182,25); }
td.TdClassName
{
border-color: #31B619;
}
.TagClassName
{
border-color: #31B619;
}
</style>