Shades of Emerald #31D977
Tints of Emerald #31D977
RGB
CMYK
RGB Variations
Color information
#31D977 (or 0x31D977) is known color: Emerald. HEX triplet: 31, D9 and 77. RGB value is (49,217,119). Sum of RGB (Red+Green+Blue) = 49+217+119=385 (50% of max value = 765). Red value is 49 (19.53% from 255 or 12.73% from 385); Green value is 217 (85.16% from 255 or 56.36% from 385); Blue value is 119 (46.88% from 255 or 30.91% from 385); Max value from RGB is 217 - color contains mainly: green. Hex color #31D977 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31D977 is #CE2688. Grayscale: #9B9B9B. Windows color (decimal): -13510281 or 7854385. OLE color: 7854385.
HSL color Cylindrical-coordinate representation of color #31D977: hue angle of 145º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #31D977 is Cyan = 0.77, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 49 | 217 | 119 | - |
| CMYK | 0.77 | 0 | 0.45 | 0.15 |
| HSL | 145º | 0.69% | 0.52% | - |
| HSV(B) | 145º | 0.77% | 0.85% | - |
| XYZ | 29.41 | 51.61 | 25.86 | - |
| YUV | 155.6 | 107.34 | 51.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 217 | 119 | 0.77 | 0 | 0.45 | 0.15 | 145 | 0.69 | 0.52 |
| Hex | 31 | D9 | 77 | 4D | 0 | 2D | F | 91 | 45 | 34 |
| Octal | 61 | 331 | 167 | 115 | 0 | 55 | 17 | 221 | 105 | 64 |
| Binary | 110001 | 11011001 | 1110111 | 1001101 | 0 | 101101 | 1111 | 10010001 | 1000101 | 110100 |
Color Harmonies of #31D977
Complementary color
Monochromatic Colors of #31D977
Black with #31D977
Text Example
Text Example
White with #31D977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31D977; }
p { color: rgb(49,217,119); }
H1.HeaderClassName
{
color: #31D977;
}
.AnyTagClassName
{
color: #31D977;
}
</style>
background-color css
<style>
a { background-color: #31D977; }
a { background-color: rgb(49,217,119); }
div.DivClassName
{
background-color: #31D977;
}
.BgClassName
{
background-color: #31D977;
}
</style>
border-color css
<style>
span { border-color: #31D977; }
span { border-color: rgb(49,217,119); }
td.TdClassName
{
border-color: #31D977;
}
.TagClassName
{
border-color: #31D977;
}
</style>