Shades of Emerald #31D771
Tints of Emerald #31D771
RGB
CMYK
RGB Variations
Color information
#31D771 (or 0x31D771) is known color: Emerald. HEX triplet: 31, D7 and 71. RGB value is (49,215,113). Sum of RGB (Red+Green+Blue) = 49+215+113=377 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.00% from 377); Green value is 215 (84.38% from 255 or 57.03% from 377); Blue value is 113 (44.53% from 255 or 29.97% from 377); Max value from RGB is 215 - color contains mainly: green. Hex color #31D771 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31D771 is #CE288E. Grayscale: #999999. Windows color (decimal): -13510799 or 7460657. OLE color: 7460657.
HSL color Cylindrical-coordinate representation of color #31D771: hue angle of 143.13º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #31D771 is Cyan = 0.77, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 49 | 215 | 113 | - |
| CMYK | 0.77 | 0 | 0.47 | 0.16 |
| HSL | 143.13º | 0.67% | 0.52% | - |
| HSV(B) | 143.13º | 0.77% | 0.84% | - |
| XYZ | 28.55 | 50.45 | 23.86 | - |
| YUV | 153.74 | 105 | 53.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 215 | 113 | 0.77 | 0 | 0.47 | 0.16 | 143.13 | 0.67 | 0.52 |
| Hex | 31 | D7 | 71 | 4D | 0 | 2F | 10 | 8F | 43 | 34 |
| Octal | 61 | 327 | 161 | 115 | 0 | 57 | 20 | 217 | 103 | 64 |
| Binary | 110001 | 11010111 | 1110001 | 1001101 | 0 | 101111 | 10000 | 10001111 | 1000011 | 110100 |
Color Harmonies of #31D771
Complementary color
Monochromatic Colors of #31D771
Black with #31D771
Text Example
Text Example
White with #31D771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31D771; }
p { color: rgb(49,215,113); }
H1.HeaderClassName
{
color: #31D771;
}
.AnyTagClassName
{
color: #31D771;
}
</style>
background-color css
<style>
a { background-color: #31D771; }
a { background-color: rgb(49,215,113); }
div.DivClassName
{
background-color: #31D771;
}
.BgClassName
{
background-color: #31D771;
}
</style>
border-color css
<style>
span { border-color: #31D771; }
span { border-color: rgb(49,215,113); }
td.TdClassName
{
border-color: #31D771;
}
.TagClassName
{
border-color: #31D771;
}
</style>