Shades of Kelly Green #31A508
Tints of Kelly Green #31A508
RGB
CMYK
RGB Variations
Color information
#31A508 (or 0x31A508) is known color: Kelly Green. HEX triplet: 31, A5 and 08. RGB value is (49,165,8). Sum of RGB (Red+Green+Blue) = 49+165+8=222 (29% of max value = 765). Red value is 49 (19.53% from 255 or 22.07% from 222); Green value is 165 (64.84% from 255 or 74.32% from 222); Blue value is 8 (3.52% from 255 or 3.60% from 222); Max value from RGB is 165 - color contains mainly: green. Hex color #31A508 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #31A508 is #CE5AF7. Grayscale: #707070. Windows color (decimal): -13523704 or 566577. OLE color: 566577.
HSL color Cylindrical-coordinate representation of color #31A508: hue angle of 104.33º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #31A508 is Cyan = 0.70, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 49 | 165 | 8 | - |
| CMYK | 0.70 | 0 | 0.95 | 0.35 |
| HSL | 104.33º | 0.91% | 0.34% | - |
| HSV(B) | 104.33º | 0.95% | 0.65% | - |
| XYZ | 14.77 | 27.58 | 4.78 | - |
| YUV | 112.42 | 69.07 | 82.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 165 | 8 | 0.70 | 0 | 0.95 | 0.35 | 104.33 | 0.91 | 0.34 |
| Hex | 31 | A5 | 8 | 46 | 0 | 5F | 23 | 68 | 5B | 22 |
| Octal | 61 | 245 | 10 | 106 | 0 | 137 | 43 | 150 | 133 | 42 |
| Binary | 110001 | 10100101 | 1000 | 1000110 | 0 | 1011111 | 100011 | 1101000 | 1011011 | 100010 |
Color Harmonies of #31A508
Complementary color
Monochromatic Colors of #31A508
Black with #31A508
Text Example
Text Example
White with #31A508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31A508; }
p { color: rgb(49,165,8); }
H1.HeaderClassName
{
color: #31A508;
}
.AnyTagClassName
{
color: #31A508;
}
</style>
background-color css
<style>
a { background-color: #31A508; }
a { background-color: rgb(49,165,8); }
div.DivClassName
{
background-color: #31A508;
}
.BgClassName
{
background-color: #31A508;
}
</style>
border-color css
<style>
span { border-color: #31A508; }
span { border-color: rgb(49,165,8); }
td.TdClassName
{
border-color: #31A508;
}
.TagClassName
{
border-color: #31A508;
}
</style>