Shades of Emerald #31D677
Tints of Emerald #31D677
RGB
CMYK
RGB Variations
Color information
#31D677 (or 0x31D677) is known color: Emerald. HEX triplet: 31, D6 and 77. RGB value is (49,214,119). Sum of RGB (Red+Green+Blue) = 49+214+119=382 (50% of max value = 765). Red value is 49 (19.53% from 255 or 12.83% from 382); Green value is 214 (83.98% from 255 or 56.02% from 382); Blue value is 119 (46.88% from 255 or 31.15% from 382); Max value from RGB is 214 - color contains mainly: green. Hex color #31D677 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31D677 is #CE2988. Grayscale: #9A9A9A. Windows color (decimal): -13511049 or 7853617. OLE color: 7853617.
HSL color Cylindrical-coordinate representation of color #31D677: hue angle of 145.45º 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 #31D677 is Cyan = 0.77, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 49 | 214 | 119 | - |
| CMYK | 0.77 | 0 | 0.44 | 0.16 |
| HSL | 145.45º | 0.67% | 0.52% | - |
| HSV(B) | 145.45º | 0.77% | 0.84% | - |
| XYZ | 28.64 | 50.08 | 25.61 | - |
| YUV | 153.84 | 108.34 | 53.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 214 | 119 | 0.77 | 0 | 0.44 | 0.16 | 145.45 | 0.67 | 0.52 |
| Hex | 31 | D6 | 77 | 4D | 0 | 2C | 10 | 91 | 43 | 34 |
| Octal | 61 | 326 | 167 | 115 | 0 | 54 | 20 | 221 | 103 | 64 |
| Binary | 110001 | 11010110 | 1110111 | 1001101 | 0 | 101100 | 10000 | 10010001 | 1000011 | 110100 |
Color Harmonies of #31D677
Complementary color
Monochromatic Colors of #31D677
Black with #31D677
Text Example
Text Example
White with #31D677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31D677; }
p { color: rgb(49,214,119); }
H1.HeaderClassName
{
color: #31D677;
}
.AnyTagClassName
{
color: #31D677;
}
</style>
background-color css
<style>
a { background-color: #31D677; }
a { background-color: rgb(49,214,119); }
div.DivClassName
{
background-color: #31D677;
}
.BgClassName
{
background-color: #31D677;
}
</style>
border-color css
<style>
span { border-color: #31D677; }
span { border-color: rgb(49,214,119); }
td.TdClassName
{
border-color: #31D677;
}
.TagClassName
{
border-color: #31D677;
}
</style>