Shades of Emerald #31DE6D
Tints of Emerald #31DE6D
RGB
CMYK
RGB Variations
Color information
#31DE6D (or 0x31DE6D) is known color: Emerald. HEX triplet: 31, DE and 6D. RGB value is (49,222,109). Sum of RGB (Red+Green+Blue) = 49+222+109=380 (50% of max value = 765). Red value is 49 (19.53% from 255 or 12.89% from 380); Green value is 222 (87.11% from 255 or 58.42% from 380); Blue value is 109 (42.97% from 255 or 28.68% from 380); Max value from RGB is 222 - color contains mainly: green. Hex color #31DE6D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31DE6D is #CE2192. Grayscale: #9D9D9D. Windows color (decimal): -13509011 or 7200305. OLE color: 7200305.
HSL color Cylindrical-coordinate representation of color #31DE6D: hue angle of 140.81º 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 #31DE6D is Cyan = 0.78, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 49 | 222 | 109 | - |
| CMYK | 0.78 | 0 | 0.51 | 0.13 |
| HSL | 140.81º | 0.72% | 0.53% | - |
| HSV(B) | 140.81º | 0.78% | 0.87% | - |
| XYZ | 30.15 | 54 | 23.3 | - |
| YUV | 157.39 | 100.69 | 50.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 222 | 109 | 0.78 | 0 | 0.51 | 0.13 | 140.81 | 0.72 | 0.53 |
| Hex | 31 | DE | 6D | 4E | 0 | 33 | D | 8D | 48 | 35 |
| Octal | 61 | 336 | 155 | 116 | 0 | 63 | 15 | 215 | 110 | 65 |
| Binary | 110001 | 11011110 | 1101101 | 1001110 | 0 | 110011 | 1101 | 10001101 | 1001000 | 110101 |
Color Harmonies of #31DE6D
Complementary color
Monochromatic Colors of #31DE6D
Black with #31DE6D
Text Example
Text Example
White with #31DE6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31DE6D; }
p { color: rgb(49,222,109); }
H1.HeaderClassName
{
color: #31DE6D;
}
.AnyTagClassName
{
color: #31DE6D;
}
</style>
background-color css
<style>
a { background-color: #31DE6D; }
a { background-color: rgb(49,222,109); }
div.DivClassName
{
background-color: #31DE6D;
}
.BgClassName
{
background-color: #31DE6D;
}
</style>
border-color css
<style>
span { border-color: #31DE6D; }
span { border-color: rgb(49,222,109); }
td.TdClassName
{
border-color: #31DE6D;
}
.TagClassName
{
border-color: #31DE6D;
}
</style>