Shades of Emerald #31DA77
Tints of Emerald #31DA77
RGB
CMYK
RGB Variations
Color information
#31DA77 (or 0x31DA77) is known color: Emerald. HEX triplet: 31, DA and 77. RGB value is (49,218,119). Sum of RGB (Red+Green+Blue) = 49+218+119=386 (51% of max value = 765). Red value is 49 (19.53% from 255 or 12.69% from 386); Green value is 218 (85.55% from 255 or 56.48% from 386); Blue value is 119 (46.88% from 255 or 30.83% from 386); Max value from RGB is 218 - color contains mainly: green. Hex color #31DA77 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31DA77 is #CE2588. Grayscale: #9C9C9C. Windows color (decimal): -13510025 or 7854641. OLE color: 7854641.
HSL color Cylindrical-coordinate representation of color #31DA77: hue angle of 144.85º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #31DA77 is Cyan = 0.78, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 49 | 218 | 119 | - |
| CMYK | 0.78 | 0 | 0.45 | 0.15 |
| HSL | 144.85º | 0.7% | 0.52% | - |
| HSV(B) | 144.85º | 0.78% | 0.85% | - |
| XYZ | 29.67 | 52.13 | 25.95 | - |
| YUV | 156.18 | 107.01 | 51.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 218 | 119 | 0.78 | 0 | 0.45 | 0.15 | 144.85 | 0.7 | 0.52 |
| Hex | 31 | DA | 77 | 4E | 0 | 2D | F | 91 | 46 | 34 |
| Octal | 61 | 332 | 167 | 116 | 0 | 55 | 17 | 221 | 106 | 64 |
| Binary | 110001 | 11011010 | 1110111 | 1001110 | 0 | 101101 | 1111 | 10010001 | 1000110 | 110100 |
Color Harmonies of #31DA77
Complementary color
Monochromatic Colors of #31DA77
Black with #31DA77
Text Example
Text Example
White with #31DA77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31DA77; }
p { color: rgb(49,218,119); }
H1.HeaderClassName
{
color: #31DA77;
}
.AnyTagClassName
{
color: #31DA77;
}
</style>
background-color css
<style>
a { background-color: #31DA77; }
a { background-color: rgb(49,218,119); }
div.DivClassName
{
background-color: #31DA77;
}
.BgClassName
{
background-color: #31DA77;
}
</style>
border-color css
<style>
span { border-color: #31DA77; }
span { border-color: rgb(49,218,119); }
td.TdClassName
{
border-color: #31DA77;
}
.TagClassName
{
border-color: #31DA77;
}
</style>