Shades of Kelly Green #31D001
Tints of Kelly Green #31D001
RGB
CMYK
RGB Variations
Color information
#31D001 (or 0x31D001) is known color: Kelly Green. HEX triplet: 31, D0 and 01. RGB value is (49,208,1). Sum of RGB (Red+Green+Blue) = 49+208+1=258 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.99% from 258); Green value is 208 (81.64% from 255 or 80.62% from 258); Blue value is 1 (0.78% from 255 or 0.39% from 258); Max value from RGB is 208 - color contains mainly: green. Hex color #31D001 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #31D001 is #CE2FFE. Grayscale: #898989. Windows color (decimal): -13512703 or 118833. OLE color: 118833.
HSL color Cylindrical-coordinate representation of color #31D001: hue angle of 106.09º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #31D001 is Cyan = 0.76, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 49 | 208 | 1 | - |
| CMYK | 0.76 | 0 | 1.00 | 0.18 |
| HSL | 106.09º | 0.99% | 0.41% | - |
| HSV(B) | 106.09º | 1% | 0.82% | - |
| XYZ | 23.83 | 45.77 | 7.61 | - |
| YUV | 136.86 | 51.32 | 65.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 208 | 1 | 0.76 | 0 | 1.00 | 0.18 | 106.09 | 0.99 | 0.41 |
| Hex | 31 | D0 | 1 | 4C | 0 | 64 | 12 | 6A | 63 | 29 |
| Octal | 61 | 320 | 1 | 114 | 0 | 144 | 22 | 152 | 143 | 51 |
| Binary | 110001 | 11010000 | 1 | 1001100 | 0 | 1100100 | 10010 | 1101010 | 1100011 | 101001 |
Color Harmonies of #31D001
Complementary color
Monochromatic Colors of #31D001
Black with #31D001
Text Example
Text Example
White with #31D001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31D001; }
p { color: rgb(49,208,1); }
H1.HeaderClassName
{
color: #31D001;
}
.AnyTagClassName
{
color: #31D001;
}
</style>
background-color css
<style>
a { background-color: #31D001; }
a { background-color: rgb(49,208,1); }
div.DivClassName
{
background-color: #31D001;
}
.BgClassName
{
background-color: #31D001;
}
</style>
border-color css
<style>
span { border-color: #31D001; }
span { border-color: rgb(49,208,1); }
td.TdClassName
{
border-color: #31D001;
}
.TagClassName
{
border-color: #31D001;
}
</style>