Shades of Emerald #31DE7B
Tints of Emerald #31DE7B
RGB
CMYK
RGB Variations
Color information
#31DE7B (or 0x31DE7B) is known color: Emerald. HEX triplet: 31, DE and 7B. RGB value is (49,222,123). Sum of RGB (Red+Green+Blue) = 49+222+123=394 (52% of max value = 765). Red value is 49 (19.53% from 255 or 12.44% from 394); Green value is 222 (87.11% from 255 or 56.35% from 394); Blue value is 123 (48.44% from 255 or 31.22% from 394); Max value from RGB is 222 - color contains mainly: green. Hex color #31DE7B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31DE7B is #CE2184. Grayscale: #9F9F9F. Windows color (decimal): -13508997 or 8117809. OLE color: 8117809.
HSL color Cylindrical-coordinate representation of color #31DE7B: hue angle of 145.66º 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 #31DE7B is Cyan = 0.78, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 49 | 222 | 123 | - |
| CMYK | 0.78 | 0 | 0.45 | 0.13 |
| HSL | 145.66º | 0.72% | 0.53% | - |
| HSV(B) | 145.66º | 0.78% | 0.87% | - |
| XYZ | 30.96 | 54.33 | 27.59 | - |
| YUV | 158.99 | 107.69 | 49.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 222 | 123 | 0.78 | 0 | 0.45 | 0.13 | 145.66 | 0.72 | 0.53 |
| Hex | 31 | DE | 7B | 4E | 0 | 2D | D | 92 | 48 | 35 |
| Octal | 61 | 336 | 173 | 116 | 0 | 55 | 15 | 222 | 110 | 65 |
| Binary | 110001 | 11011110 | 1111011 | 1001110 | 0 | 101101 | 1101 | 10010010 | 1001000 | 110101 |
Color Harmonies of #31DE7B
Complementary color
Monochromatic Colors of #31DE7B
Black with #31DE7B
Text Example
Text Example
White with #31DE7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31DE7B; }
p { color: rgb(49,222,123); }
H1.HeaderClassName
{
color: #31DE7B;
}
.AnyTagClassName
{
color: #31DE7B;
}
</style>
background-color css
<style>
a { background-color: #31DE7B; }
a { background-color: rgb(49,222,123); }
div.DivClassName
{
background-color: #31DE7B;
}
.BgClassName
{
background-color: #31DE7B;
}
</style>
border-color css
<style>
span { border-color: #31DE7B; }
span { border-color: rgb(49,222,123); }
td.TdClassName
{
border-color: #31DE7B;
}
.TagClassName
{
border-color: #31DE7B;
}
</style>