Shades of Kelly Green #31D20D
Tints of Kelly Green #31D20D
RGB
CMYK
RGB Variations
Color information
#31D20D (or 0x31D20D) is known color: Kelly Green. HEX triplet: 31, D2 and 0D. RGB value is (49,210,13). Sum of RGB (Red+Green+Blue) = 49+210+13=272 (36% of max value = 765). Red value is 49 (19.53% from 255 or 18.01% from 272); Green value is 210 (82.42% from 255 or 77.21% from 272); Blue value is 13 (5.47% from 255 or 4.78% from 272); Max value from RGB is 210 - color contains mainly: green. Hex color #31D20D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #31D20D is #CE2DF2. Grayscale: #8C8C8C. Windows color (decimal): -13512179 or 905777. OLE color: 905777.
HSL color Cylindrical-coordinate representation of color #31D20D: hue angle of 109.04º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #31D20D is Cyan = 0.77, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 49 | 210 | 13 | - |
| CMYK | 0.77 | 0 | 0.94 | 0.18 |
| HSL | 109.04º | 0.88% | 0.44% | - |
| HSV(B) | 109.04º | 0.94% | 0.82% | - |
| XYZ | 24.39 | 46.78 | 8.12 | - |
| YUV | 139.4 | 56.66 | 63.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 210 | 13 | 0.77 | 0 | 0.94 | 0.18 | 109.04 | 0.88 | 0.44 |
| Hex | 31 | D2 | D | 4D | 0 | 5E | 12 | 6D | 58 | 2C |
| Octal | 61 | 322 | 15 | 115 | 0 | 136 | 22 | 155 | 130 | 54 |
| Binary | 110001 | 11010010 | 1101 | 1001101 | 0 | 1011110 | 10010 | 1101101 | 1011000 | 101100 |
Color Harmonies of #31D20D
Complementary color
Monochromatic Colors of #31D20D
Black with #31D20D
Text Example
Text Example
White with #31D20D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31D20D; }
p { color: rgb(49,210,13); }
H1.HeaderClassName
{
color: #31D20D;
}
.AnyTagClassName
{
color: #31D20D;
}
</style>
background-color css
<style>
a { background-color: #31D20D; }
a { background-color: rgb(49,210,13); }
div.DivClassName
{
background-color: #31D20D;
}
.BgClassName
{
background-color: #31D20D;
}
</style>
border-color css
<style>
span { border-color: #31D20D; }
span { border-color: rgb(49,210,13); }
td.TdClassName
{
border-color: #31D20D;
}
.TagClassName
{
border-color: #31D20D;
}
</style>