Shades of Kelly Green #31D008
Tints of Kelly Green #31D008
RGB
CMYK
RGB Variations
Color information
#31D008 (or 0x31D008) is known color: Kelly Green. HEX triplet: 31, D0 and 08. RGB value is (49,208,8). Sum of RGB (Red+Green+Blue) = 49+208+8=265 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.49% from 265); Green value is 208 (81.64% from 255 or 78.49% from 265); Blue value is 8 (3.52% from 255 or 3.02% from 265); Max value from RGB is 208 - color contains mainly: green. Hex color #31D008 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #31D008 is #CE2FF7. Grayscale: #8A8A8A. Windows color (decimal): -13512696 or 577585. OLE color: 577585.
HSL color Cylindrical-coordinate representation of color #31D008: hue angle of 107.7º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #31D008 is Cyan = 0.76, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 49 | 208 | 8 | - |
| CMYK | 0.76 | 0 | 0.96 | 0.18 |
| HSL | 107.7º | 0.93% | 0.42% | - |
| HSV(B) | 107.7º | 0.96% | 0.82% | - |
| XYZ | 23.87 | 45.78 | 7.81 | - |
| YUV | 137.66 | 54.82 | 64.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 208 | 8 | 0.76 | 0 | 0.96 | 0.18 | 107.7 | 0.93 | 0.42 |
| Hex | 31 | D0 | 8 | 4C | 0 | 60 | 12 | 6C | 5D | 2A |
| Octal | 61 | 320 | 10 | 114 | 0 | 140 | 22 | 154 | 135 | 52 |
| Binary | 110001 | 11010000 | 1000 | 1001100 | 0 | 1100000 | 10010 | 1101100 | 1011101 | 101010 |
Color Harmonies of #31D008
Complementary color
Monochromatic Colors of #31D008
Black with #31D008
Text Example
Text Example
White with #31D008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31D008; }
p { color: rgb(49,208,8); }
H1.HeaderClassName
{
color: #31D008;
}
.AnyTagClassName
{
color: #31D008;
}
</style>
background-color css
<style>
a { background-color: #31D008; }
a { background-color: rgb(49,208,8); }
div.DivClassName
{
background-color: #31D008;
}
.BgClassName
{
background-color: #31D008;
}
</style>
border-color css
<style>
span { border-color: #31D008; }
span { border-color: rgb(49,208,8); }
td.TdClassName
{
border-color: #31D008;
}
.TagClassName
{
border-color: #31D008;
}
</style>