Shades of Emerald #31DC72
Tints of Emerald #31DC72
RGB
CMYK
RGB Variations
Color information
#31DC72 (or 0x31DC72) is known color: Emerald. HEX triplet: 31, DC and 72. RGB value is (49,220,114). Sum of RGB (Red+Green+Blue) = 49+220+114=383 (50% of max value = 765). Red value is 49 (19.53% from 255 or 12.79% from 383); Green value is 220 (86.33% from 255 or 57.44% from 383); Blue value is 114 (44.92% from 255 or 29.77% from 383); Max value from RGB is 220 - color contains mainly: green. Hex color #31DC72 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31DC72 is #CE238D. Grayscale: #9D9D9D. Windows color (decimal): -13509518 or 7527473. OLE color: 7527473.
HSL color Cylindrical-coordinate representation of color #31DC72: hue angle of 142.81º degrees, saturation: 0.71, 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 #31DC72 is Cyan = 0.78, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 49 | 220 | 114 | - |
| CMYK | 0.78 | 0 | 0.48 | 0.14 |
| HSL | 142.81º | 0.71% | 0.53% | - |
| HSV(B) | 142.81º | 0.78% | 0.86% | - |
| XYZ | 29.9 | 53.05 | 24.58 | - |
| YUV | 156.79 | 103.85 | 51.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 220 | 114 | 0.78 | 0 | 0.48 | 0.14 | 142.81 | 0.71 | 0.53 |
| Hex | 31 | DC | 72 | 4E | 0 | 30 | E | 8F | 47 | 35 |
| Octal | 61 | 334 | 162 | 116 | 0 | 60 | 16 | 217 | 107 | 65 |
| Binary | 110001 | 11011100 | 1110010 | 1001110 | 0 | 110000 | 1110 | 10001111 | 1000111 | 110101 |
Color Harmonies of #31DC72
Complementary color
Monochromatic Colors of #31DC72
Black with #31DC72
Text Example
Text Example
White with #31DC72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31DC72; }
p { color: rgb(49,220,114); }
H1.HeaderClassName
{
color: #31DC72;
}
.AnyTagClassName
{
color: #31DC72;
}
</style>
background-color css
<style>
a { background-color: #31DC72; }
a { background-color: rgb(49,220,114); }
div.DivClassName
{
background-color: #31DC72;
}
.BgClassName
{
background-color: #31DC72;
}
</style>
border-color css
<style>
span { border-color: #31DC72; }
span { border-color: rgb(49,220,114); }
td.TdClassName
{
border-color: #31DC72;
}
.TagClassName
{
border-color: #31DC72;
}
</style>