Shades of Emerald #31DB7A
Tints of Emerald #31DB7A
RGB
CMYK
RGB Variations
Color information
#31DB7A (or 0x31DB7A) is known color: Emerald. HEX triplet: 31, DB and 7A. RGB value is (49,219,122). Sum of RGB (Red+Green+Blue) = 49+219+122=390 (51% of max value = 765). Red value is 49 (19.53% from 255 or 12.56% from 390); Green value is 219 (85.94% from 255 or 56.15% from 390); Blue value is 122 (48.05% from 255 or 31.28% from 390); Max value from RGB is 219 - color contains mainly: green. Hex color #31DB7A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31DB7A is #CE2485. Grayscale: #9D9D9D. Windows color (decimal): -13509766 or 8051505. OLE color: 8051505.
HSL color Cylindrical-coordinate representation of color #31DB7A: hue angle of 145.76º 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 #31DB7A is Cyan = 0.78, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 49 | 219 | 122 | - |
| CMYK | 0.78 | 0 | 0.44 | 0.14 |
| HSL | 145.76º | 0.7% | 0.53% | - |
| HSV(B) | 145.76º | 0.78% | 0.86% | - |
| XYZ | 30.11 | 52.72 | 27 | - |
| YUV | 157.11 | 108.18 | 50.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 219 | 122 | 0.78 | 0 | 0.44 | 0.14 | 145.76 | 0.7 | 0.53 |
| Hex | 31 | DB | 7A | 4E | 0 | 2C | E | 92 | 46 | 35 |
| Octal | 61 | 333 | 172 | 116 | 0 | 54 | 16 | 222 | 106 | 65 |
| Binary | 110001 | 11011011 | 1111010 | 1001110 | 0 | 101100 | 1110 | 10010010 | 1000110 | 110101 |
Color Harmonies of #31DB7A
Complementary color
Monochromatic Colors of #31DB7A
Black with #31DB7A
Text Example
Text Example
White with #31DB7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31DB7A; }
p { color: rgb(49,219,122); }
H1.HeaderClassName
{
color: #31DB7A;
}
.AnyTagClassName
{
color: #31DB7A;
}
</style>
background-color css
<style>
a { background-color: #31DB7A; }
a { background-color: rgb(49,219,122); }
div.DivClassName
{
background-color: #31DB7A;
}
.BgClassName
{
background-color: #31DB7A;
}
</style>
border-color css
<style>
span { border-color: #31DB7A; }
span { border-color: rgb(49,219,122); }
td.TdClassName
{
border-color: #31DB7A;
}
.TagClassName
{
border-color: #31DB7A;
}
</style>