Shades of Emerald #31DF6D
Tints of Emerald #31DF6D
RGB
CMYK
RGB Variations
Color information
#31DF6D (or 0x31DF6D) is known color: Emerald. HEX triplet: 31, DF and 6D. RGB value is (49,223,109). Sum of RGB (Red+Green+Blue) = 49+223+109=381 (50% of max value = 765). Red value is 49 (19.53% from 255 or 12.86% from 381); Green value is 223 (87.5% from 255 or 58.53% from 381); Blue value is 109 (42.97% from 255 or 28.61% from 381); Max value from RGB is 223 - color contains mainly: green. Hex color #31DF6D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31DF6D is #CE2092. Grayscale: #9E9E9E. Windows color (decimal): -13508755 or 7200561. OLE color: 7200561.
HSL color Cylindrical-coordinate representation of color #31DF6D: hue angle of 140.69º degrees, saturation: 0.73, 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 #31DF6D is Cyan = 0.78, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 49 | 223 | 109 | - |
| CMYK | 0.78 | 0 | 0.51 | 0.13 |
| HSL | 140.69º | 0.73% | 0.53% | - |
| HSV(B) | 140.69º | 0.78% | 0.87% | - |
| XYZ | 30.41 | 54.53 | 23.39 | - |
| YUV | 157.98 | 100.35 | 50.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 223 | 109 | 0.78 | 0 | 0.51 | 0.13 | 140.69 | 0.73 | 0.53 |
| Hex | 31 | DF | 6D | 4E | 0 | 33 | D | 8D | 49 | 35 |
| Octal | 61 | 337 | 155 | 116 | 0 | 63 | 15 | 215 | 111 | 65 |
| Binary | 110001 | 11011111 | 1101101 | 1001110 | 0 | 110011 | 1101 | 10001101 | 1001001 | 110101 |
Color Harmonies of #31DF6D
Complementary color
Monochromatic Colors of #31DF6D
Black with #31DF6D
Text Example
Text Example
White with #31DF6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31DF6D; }
p { color: rgb(49,223,109); }
H1.HeaderClassName
{
color: #31DF6D;
}
.AnyTagClassName
{
color: #31DF6D;
}
</style>
background-color css
<style>
a { background-color: #31DF6D; }
a { background-color: rgb(49,223,109); }
div.DivClassName
{
background-color: #31DF6D;
}
.BgClassName
{
background-color: #31DF6D;
}
</style>
border-color css
<style>
span { border-color: #31DF6D; }
span { border-color: rgb(49,223,109); }
td.TdClassName
{
border-color: #31DF6D;
}
.TagClassName
{
border-color: #31DF6D;
}
</style>