Shades of Emerald #31DE70
Tints of Emerald #31DE70
RGB
CMYK
RGB Variations
Color information
#31DE70 (or 0x31DE70) is known color: Emerald. HEX triplet: 31, DE and 70. RGB value is (49,222,112). Sum of RGB (Red+Green+Blue) = 49+222+112=383 (50% of max value = 765). Red value is 49 (19.53% from 255 or 12.79% from 383); Green value is 222 (87.11% from 255 or 57.96% from 383); Blue value is 112 (44.14% from 255 or 29.24% from 383); Max value from RGB is 222 - color contains mainly: green. Hex color #31DE70 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31DE70 is #CE218F. Grayscale: #9D9D9D. Windows color (decimal): -13509008 or 7396913. OLE color: 7396913.
HSL color Cylindrical-coordinate representation of color #31DE70: hue angle of 141.85º 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 #31DE70 is Cyan = 0.78, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 49 | 222 | 112 | - |
| CMYK | 0.78 | 0 | 0.50 | 0.13 |
| HSL | 141.85º | 0.72% | 0.53% | - |
| HSV(B) | 141.85º | 0.78% | 0.87% | - |
| XYZ | 30.31 | 54.07 | 24.17 | - |
| YUV | 157.73 | 102.19 | 50.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 222 | 112 | 0.78 | 0 | 0.50 | 0.13 | 141.85 | 0.72 | 0.53 |
| Hex | 31 | DE | 70 | 4E | 0 | 32 | D | 8E | 48 | 35 |
| Octal | 61 | 336 | 160 | 116 | 0 | 62 | 15 | 216 | 110 | 65 |
| Binary | 110001 | 11011110 | 1110000 | 1001110 | 0 | 110010 | 1101 | 10001110 | 1001000 | 110101 |
Color Harmonies of #31DE70
Complementary color
Monochromatic Colors of #31DE70
Black with #31DE70
Text Example
Text Example
White with #31DE70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31DE70; }
p { color: rgb(49,222,112); }
H1.HeaderClassName
{
color: #31DE70;
}
.AnyTagClassName
{
color: #31DE70;
}
</style>
background-color css
<style>
a { background-color: #31DE70; }
a { background-color: rgb(49,222,112); }
div.DivClassName
{
background-color: #31DE70;
}
.BgClassName
{
background-color: #31DE70;
}
</style>
border-color css
<style>
span { border-color: #31DE70; }
span { border-color: rgb(49,222,112); }
td.TdClassName
{
border-color: #31DE70;
}
.TagClassName
{
border-color: #31DE70;
}
</style>