Shades of Emerald #31DB79
Tints of Emerald #31DB79
RGB
CMYK
RGB Variations
Color information
#31DB79 (or 0x31DB79) is known color: Emerald. HEX triplet: 31, DB and 79. RGB value is (49,219,121). Sum of RGB (Red+Green+Blue) = 49+219+121=389 (51% of max value = 765). Red value is 49 (19.53% from 255 or 12.60% from 389); Green value is 219 (85.94% from 255 or 56.30% from 389); Blue value is 121 (47.66% from 255 or 31.11% from 389); Max value from RGB is 219 - color contains mainly: green. Hex color #31DB79 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31DB79 is #CE2486. Grayscale: #9D9D9D. Windows color (decimal): -13509767 or 7985969. OLE color: 7985969.
HSL color Cylindrical-coordinate representation of color #31DB79: hue angle of 145.41º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #31DB79 is Cyan = 0.78, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 49 | 219 | 121 | - |
| CMYK | 0.78 | 0 | 0.45 | 0.14 |
| HSL | 145.41º | 0.7% | 0.53% | - |
| HSV(B) | 145.41º | 0.78% | 0.86% | - |
| XYZ | 30.05 | 52.7 | 26.68 | - |
| YUV | 157 | 107.68 | 50.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 219 | 121 | 0.78 | 0 | 0.45 | 0.14 | 145.41 | 0.7 | 0.53 |
| Hex | 31 | DB | 79 | 4E | 0 | 2D | E | 91 | 46 | 35 |
| Octal | 61 | 333 | 171 | 116 | 0 | 55 | 16 | 221 | 106 | 65 |
| Binary | 110001 | 11011011 | 1111001 | 1001110 | 0 | 101101 | 1110 | 10010001 | 1000110 | 110101 |
Color Harmonies of #31DB79
Complementary color
Monochromatic Colors of #31DB79
Black with #31DB79
Text Example
Text Example
White with #31DB79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31DB79; }
p { color: rgb(49,219,121); }
H1.HeaderClassName
{
color: #31DB79;
}
.AnyTagClassName
{
color: #31DB79;
}
</style>
background-color css
<style>
a { background-color: #31DB79; }
a { background-color: rgb(49,219,121); }
div.DivClassName
{
background-color: #31DB79;
}
.BgClassName
{
background-color: #31DB79;
}
</style>
border-color css
<style>
span { border-color: #31DB79; }
span { border-color: rgb(49,219,121); }
td.TdClassName
{
border-color: #31DB79;
}
.TagClassName
{
border-color: #31DB79;
}
</style>