Shades of Kelly Green #31A718
Tints of Kelly Green #31A718
RGB
CMYK
RGB Variations
Color information
#31A718 (or 0x31A718) is known color: Kelly Green. HEX triplet: 31, A7 and 18. RGB value is (49,167,24). Sum of RGB (Red+Green+Blue) = 49+167+24=240 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.42% from 240); Green value is 167 (65.62% from 255 or 69.58% from 240); Blue value is 24 (9.77% from 255 or 10% from 240); Max value from RGB is 167 - color contains mainly: green. Hex color #31A718 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #31A718 is #CE58E7. Grayscale: #737373. Windows color (decimal): -13523176 or 1615665. OLE color: 1615665.
HSL color Cylindrical-coordinate representation of color #31A718: hue angle of 109.51º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #31A718 is Cyan = 0.71, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 49 | 167 | 24 | - |
| CMYK | 0.71 | 0 | 0.86 | 0.35 |
| HSL | 109.51º | 0.75% | 0.37% | - |
| HSV(B) | 109.51º | 0.86% | 0.65% | - |
| XYZ | 15.25 | 28.36 | 5.53 | - |
| YUV | 115.42 | 76.41 | 80.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 167 | 24 | 0.71 | 0 | 0.86 | 0.35 | 109.51 | 0.75 | 0.37 |
| Hex | 31 | A7 | 18 | 47 | 0 | 56 | 23 | 6E | 4B | 25 |
| Octal | 61 | 247 | 30 | 107 | 0 | 126 | 43 | 156 | 113 | 45 |
| Binary | 110001 | 10100111 | 11000 | 1000111 | 0 | 1010110 | 100011 | 1101110 | 1001011 | 100101 |
Color Harmonies of #31A718
Complementary color
Monochromatic Colors of #31A718
Black with #31A718
Text Example
Text Example
White with #31A718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31A718; }
p { color: rgb(49,167,24); }
H1.HeaderClassName
{
color: #31A718;
}
.AnyTagClassName
{
color: #31A718;
}
</style>
background-color css
<style>
a { background-color: #31A718; }
a { background-color: rgb(49,167,24); }
div.DivClassName
{
background-color: #31A718;
}
.BgClassName
{
background-color: #31A718;
}
</style>
border-color css
<style>
span { border-color: #31A718; }
span { border-color: rgb(49,167,24); }
td.TdClassName
{
border-color: #31A718;
}
.TagClassName
{
border-color: #31A718;
}
</style>