Shades of Emerald #31DE72
Tints of Emerald #31DE72
RGB
CMYK
RGB Variations
Color information
#31DE72 (or 0x31DE72) is known color: Emerald. HEX triplet: 31, DE and 72. RGB value is (49,222,114). Sum of RGB (Red+Green+Blue) = 49+222+114=385 (50% of max value = 765). Red value is 49 (19.53% from 255 or 12.73% from 385); Green value is 222 (87.11% from 255 or 57.66% from 385); Blue value is 114 (44.92% from 255 or 29.61% from 385); Max value from RGB is 222 - color contains mainly: green. Hex color #31DE72 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31DE72 is #CE218D. Grayscale: #9E9E9E. Windows color (decimal): -13509006 or 7527985. OLE color: 7527985.
HSL color Cylindrical-coordinate representation of color #31DE72: hue angle of 142.54º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #31DE72 is Cyan = 0.78, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 49 | 222 | 114 | - |
| CMYK | 0.78 | 0 | 0.49 | 0.13 |
| HSL | 142.54º | 0.72% | 0.53% | - |
| HSV(B) | 142.54º | 0.78% | 0.87% | - |
| XYZ | 30.43 | 54.11 | 24.76 | - |
| YUV | 157.96 | 103.19 | 50.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 222 | 114 | 0.78 | 0 | 0.49 | 0.13 | 142.54 | 0.72 | 0.53 |
| Hex | 31 | DE | 72 | 4E | 0 | 31 | D | 8F | 48 | 35 |
| Octal | 61 | 336 | 162 | 116 | 0 | 61 | 15 | 217 | 110 | 65 |
| Binary | 110001 | 11011110 | 1110010 | 1001110 | 0 | 110001 | 1101 | 10001111 | 1001000 | 110101 |
Color Harmonies of #31DE72
Complementary color
Monochromatic Colors of #31DE72
Black with #31DE72
Text Example
Text Example
White with #31DE72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31DE72; }
p { color: rgb(49,222,114); }
H1.HeaderClassName
{
color: #31DE72;
}
.AnyTagClassName
{
color: #31DE72;
}
</style>
background-color css
<style>
a { background-color: #31DE72; }
a { background-color: rgb(49,222,114); }
div.DivClassName
{
background-color: #31DE72;
}
.BgClassName
{
background-color: #31DE72;
}
</style>
border-color css
<style>
span { border-color: #31DE72; }
span { border-color: rgb(49,222,114); }
td.TdClassName
{
border-color: #31DE72;
}
.TagClassName
{
border-color: #31DE72;
}
</style>