Shades of Kelly Green #31B613
Tints of Kelly Green #31B613
RGB
CMYK
RGB Variations
Color information
#31B613 (or 0x31B613) is known color: Kelly Green. HEX triplet: 31, B6 and 13. RGB value is (49,182,19). Sum of RGB (Red+Green+Blue) = 49+182+19=250 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.6% from 250); Green value is 182 (71.48% from 255 or 72.8% from 250); Blue value is 19 (7.81% from 255 or 7.6% from 250); Max value from RGB is 182 - color contains mainly: green. Hex color #31B613 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #31B613 is #CE49EC. Grayscale: #7C7C7C. Windows color (decimal): -13519341 or 1291825. OLE color: 1291825.
HSL color Cylindrical-coordinate representation of color #31B613: hue angle of 108.96º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #31B613 is Cyan = 0.73, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 49 | 182 | 19 | - |
| CMYK | 0.73 | 0 | 0.90 | 0.29 |
| HSL | 108.96º | 0.81% | 0.39% | - |
| HSV(B) | 108.96º | 0.9% | 0.71% | - |
| XYZ | 18.11 | 34.16 | 6.25 | - |
| YUV | 123.65 | 68.94 | 74.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 182 | 19 | 0.73 | 0 | 0.90 | 0.29 | 108.96 | 0.81 | 0.39 |
| Hex | 31 | B6 | 13 | 49 | 0 | 5A | 1D | 6D | 51 | 27 |
| Octal | 61 | 266 | 23 | 111 | 0 | 132 | 35 | 155 | 121 | 47 |
| Binary | 110001 | 10110110 | 10011 | 1001001 | 0 | 1011010 | 11101 | 1101101 | 1010001 | 100111 |
Color Harmonies of #31B613
Complementary color
Monochromatic Colors of #31B613
Black with #31B613
Text Example
Text Example
White with #31B613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31B613; }
p { color: rgb(49,182,19); }
H1.HeaderClassName
{
color: #31B613;
}
.AnyTagClassName
{
color: #31B613;
}
</style>
background-color css
<style>
a { background-color: #31B613; }
a { background-color: rgb(49,182,19); }
div.DivClassName
{
background-color: #31B613;
}
.BgClassName
{
background-color: #31B613;
}
</style>
border-color css
<style>
span { border-color: #31B613; }
span { border-color: rgb(49,182,19); }
td.TdClassName
{
border-color: #31B613;
}
.TagClassName
{
border-color: #31B613;
}
</style>