Shades of Kelly Green #31C808
Tints of Kelly Green #31C808
RGB
CMYK
RGB Variations
Color information
#31C808 (or 0x31C808) is known color: Kelly Green. HEX triplet: 31, C8 and 08. RGB value is (49,200,8). Sum of RGB (Red+Green+Blue) = 49+200+8=257 (34% of max value = 765). Red value is 49 (19.53% from 255 or 19.07% from 257); Green value is 200 (78.52% from 255 or 77.82% from 257); Blue value is 8 (3.52% from 255 or 3.11% from 257); Max value from RGB is 200 - color contains mainly: green. Hex color #31C808 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #31C808 is #CE37F7. Grayscale: #858585. Windows color (decimal): -13514744 or 575537. OLE color: 575537.
HSL color Cylindrical-coordinate representation of color #31C808: hue angle of 107.19º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #31C808 is Cyan = 0.76, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 49 | 200 | 8 | - |
| CMYK | 0.76 | 0 | 0.96 | 0.22 |
| HSL | 107.19º | 0.92% | 0.41% | - |
| HSV(B) | 107.19º | 0.96% | 0.78% | - |
| XYZ | 21.96 | 41.98 | 7.17 | - |
| YUV | 132.96 | 57.47 | 68.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 200 | 8 | 0.76 | 0 | 0.96 | 0.22 | 107.19 | 0.92 | 0.41 |
| Hex | 31 | C8 | 8 | 4C | 0 | 60 | 16 | 6B | 5C | 29 |
| Octal | 61 | 310 | 10 | 114 | 0 | 140 | 26 | 153 | 134 | 51 |
| Binary | 110001 | 11001000 | 1000 | 1001100 | 0 | 1100000 | 10110 | 1101011 | 1011100 | 101001 |
Color Harmonies of #31C808
Complementary color
Monochromatic Colors of #31C808
Black with #31C808
Text Example
Text Example
White with #31C808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31C808; }
p { color: rgb(49,200,8); }
H1.HeaderClassName
{
color: #31C808;
}
.AnyTagClassName
{
color: #31C808;
}
</style>
background-color css
<style>
a { background-color: #31C808; }
a { background-color: rgb(49,200,8); }
div.DivClassName
{
background-color: #31C808;
}
.BgClassName
{
background-color: #31C808;
}
</style>
border-color css
<style>
span { border-color: #31C808; }
span { border-color: rgb(49,200,8); }
td.TdClassName
{
border-color: #31C808;
}
.TagClassName
{
border-color: #31C808;
}
</style>