Shades of Emerald #31D379
Tints of Emerald #31D379
RGB
CMYK
RGB Variations
Color information
#31D379 (or 0x31D379) is known color: Emerald. HEX triplet: 31, D3 and 79. RGB value is (49,211,121). Sum of RGB (Red+Green+Blue) = 49+211+121=381 (50% of max value = 765). Red value is 49 (19.53% from 255 or 12.86% from 381); Green value is 211 (82.81% from 255 or 55.38% from 381); Blue value is 121 (47.66% from 255 or 31.76% from 381); Max value from RGB is 211 - color contains mainly: green. Hex color #31D379 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31D379 is #CE2C86. Grayscale: #989898. Windows color (decimal): -13511815 or 7983921. OLE color: 7983921.
HSL color Cylindrical-coordinate representation of color #31D379: hue angle of 146.67º 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 #31D379 is Cyan = 0.77, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 49 | 211 | 121 | - |
| CMYK | 0.77 | 0 | 0.43 | 0.17 |
| HSL | 146.67º | 0.65% | 0.51% | - |
| HSV(B) | 146.67º | 0.77% | 0.83% | - |
| XYZ | 28.01 | 48.62 | 26 | - |
| YUV | 152.3 | 110.33 | 54.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 211 | 121 | 0.77 | 0 | 0.43 | 0.17 | 146.67 | 0.65 | 0.51 |
| Hex | 31 | D3 | 79 | 4D | 0 | 2B | 11 | 93 | 41 | 33 |
| Octal | 61 | 323 | 171 | 115 | 0 | 53 | 21 | 223 | 101 | 63 |
| Binary | 110001 | 11010011 | 1111001 | 1001101 | 0 | 101011 | 10001 | 10010011 | 1000001 | 110011 |
Color Harmonies of #31D379
Complementary color
Monochromatic Colors of #31D379
Black with #31D379
Text Example
Text Example
White with #31D379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31D379; }
p { color: rgb(49,211,121); }
H1.HeaderClassName
{
color: #31D379;
}
.AnyTagClassName
{
color: #31D379;
}
</style>
background-color css
<style>
a { background-color: #31D379; }
a { background-color: rgb(49,211,121); }
div.DivClassName
{
background-color: #31D379;
}
.BgClassName
{
background-color: #31D379;
}
</style>
border-color css
<style>
span { border-color: #31D379; }
span { border-color: rgb(49,211,121); }
td.TdClassName
{
border-color: #31D379;
}
.TagClassName
{
border-color: #31D379;
}
</style>