Shades of Emerald #31D37A
Tints of Emerald #31D37A
RGB
CMYK
RGB Variations
Color information
#31D37A (or 0x31D37A) is known color: Emerald. HEX triplet: 31, D3 and 7A. RGB value is (49,211,122). Sum of RGB (Red+Green+Blue) = 49+211+122=382 (50% of max value = 765). Red value is 49 (19.53% from 255 or 12.83% from 382); Green value is 211 (82.81% from 255 or 55.24% from 382); Blue value is 122 (48.05% from 255 or 31.94% from 382); Max value from RGB is 211 - color contains mainly: green. Hex color #31D37A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31D37A is #CE2C85. Grayscale: #989898. Windows color (decimal): -13511814 or 8049457. OLE color: 8049457.
HSL color Cylindrical-coordinate representation of color #31D37A: hue angle of 147.04º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #31D37A is Cyan = 0.77, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 49 | 211 | 122 | - |
| CMYK | 0.77 | 0 | 0.42 | 0.17 |
| HSL | 147.04º | 0.65% | 0.51% | - |
| HSV(B) | 147.04º | 0.77% | 0.83% | - |
| XYZ | 28.07 | 48.65 | 26.32 | - |
| YUV | 152.42 | 110.83 | 54.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 211 | 122 | 0.77 | 0 | 0.42 | 0.17 | 147.04 | 0.65 | 0.51 |
| Hex | 31 | D3 | 7A | 4D | 0 | 2A | 11 | 93 | 41 | 33 |
| Octal | 61 | 323 | 172 | 115 | 0 | 52 | 21 | 223 | 101 | 63 |
| Binary | 110001 | 11010011 | 1111010 | 1001101 | 0 | 101010 | 10001 | 10010011 | 1000001 | 110011 |
Color Harmonies of #31D37A
Complementary color
Monochromatic Colors of #31D37A
Black with #31D37A
Text Example
Text Example
White with #31D37A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31D37A; }
p { color: rgb(49,211,122); }
H1.HeaderClassName
{
color: #31D37A;
}
.AnyTagClassName
{
color: #31D37A;
}
</style>
background-color css
<style>
a { background-color: #31D37A; }
a { background-color: rgb(49,211,122); }
div.DivClassName
{
background-color: #31D37A;
}
.BgClassName
{
background-color: #31D37A;
}
</style>
border-color css
<style>
span { border-color: #31D37A; }
span { border-color: rgb(49,211,122); }
td.TdClassName
{
border-color: #31D37A;
}
.TagClassName
{
border-color: #31D37A;
}
</style>