Shades of Kelly Green #31C508
Tints of Kelly Green #31C508
RGB
CMYK
RGB Variations
Color information
#31C508 (or 0x31C508) is known color: Kelly Green. HEX triplet: 31, C5 and 08. RGB value is (49,197,8). Sum of RGB (Red+Green+Blue) = 49+197+8=254 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.29% from 254); Green value is 197 (77.34% from 255 or 77.56% from 254); Blue value is 8 (3.52% from 255 or 3.15% from 254); Max value from RGB is 197 - color contains mainly: green. Hex color #31C508 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #31C508 is #CE3AF7. Grayscale: #838383. Windows color (decimal): -13515512 or 574769. OLE color: 574769.
HSL color Cylindrical-coordinate representation of color #31C508: hue angle of 106.98º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #31C508 is Cyan = 0.75, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 49 | 197 | 8 | - |
| CMYK | 0.75 | 0 | 0.96 | 0.23 |
| HSL | 106.98º | 0.92% | 0.4% | - |
| HSV(B) | 106.98º | 0.96% | 0.77% | - |
| XYZ | 21.28 | 40.6 | 6.95 | - |
| YUV | 131.2 | 58.47 | 69.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 197 | 8 | 0.75 | 0 | 0.96 | 0.23 | 106.98 | 0.92 | 0.4 |
| Hex | 31 | C5 | 8 | 4B | 0 | 60 | 17 | 6B | 5C | 28 |
| Octal | 61 | 305 | 10 | 113 | 0 | 140 | 27 | 153 | 134 | 50 |
| Binary | 110001 | 11000101 | 1000 | 1001011 | 0 | 1100000 | 10111 | 1101011 | 1011100 | 101000 |
Color Harmonies of #31C508
Complementary color
Monochromatic Colors of #31C508
Black with #31C508
Text Example
Text Example
White with #31C508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31C508; }
p { color: rgb(49,197,8); }
H1.HeaderClassName
{
color: #31C508;
}
.AnyTagClassName
{
color: #31C508;
}
</style>
background-color css
<style>
a { background-color: #31C508; }
a { background-color: rgb(49,197,8); }
div.DivClassName
{
background-color: #31C508;
}
.BgClassName
{
background-color: #31C508;
}
</style>
border-color css
<style>
span { border-color: #31C508; }
span { border-color: rgb(49,197,8); }
td.TdClassName
{
border-color: #31C508;
}
.TagClassName
{
border-color: #31C508;
}
</style>