Shades of Emerald #31DF7C
Tints of Emerald #31DF7C
RGB
CMYK
RGB Variations
Color information
#31DF7C (or 0x31DF7C) is known color: Emerald. HEX triplet: 31, DF and 7C. RGB value is (49,223,124). Sum of RGB (Red+Green+Blue) = 49+223+124=396 (52% of max value = 765). Red value is 49 (19.53% from 255 or 12.37% from 396); Green value is 223 (87.5% from 255 or 56.31% from 396); Blue value is 124 (48.83% from 255 or 31.31% from 396); Max value from RGB is 223 - color contains mainly: green. Hex color #31DF7C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31DF7C is #CE2083. Grayscale: #9F9F9F. Windows color (decimal): -13508740 or 8183601. OLE color: 8183601.
HSL color Cylindrical-coordinate representation of color #31DF7C: hue angle of 145.86º 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 #31DF7C is Cyan = 0.78, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 49 | 223 | 124 | - |
| CMYK | 0.78 | 0 | 0.44 | 0.13 |
| HSL | 145.86º | 0.73% | 0.53% | - |
| HSV(B) | 145.86º | 0.78% | 0.87% | - |
| XYZ | 31.29 | 54.88 | 28.01 | - |
| YUV | 159.69 | 107.85 | 49.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 223 | 124 | 0.78 | 0 | 0.44 | 0.13 | 145.86 | 0.73 | 0.53 |
| Hex | 31 | DF | 7C | 4E | 0 | 2C | D | 92 | 49 | 35 |
| Octal | 61 | 337 | 174 | 116 | 0 | 54 | 15 | 222 | 111 | 65 |
| Binary | 110001 | 11011111 | 1111100 | 1001110 | 0 | 101100 | 1101 | 10010010 | 1001001 | 110101 |
Color Harmonies of #31DF7C
Complementary color
Monochromatic Colors of #31DF7C
Black with #31DF7C
Text Example
Text Example
White with #31DF7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31DF7C; }
p { color: rgb(49,223,124); }
H1.HeaderClassName
{
color: #31DF7C;
}
.AnyTagClassName
{
color: #31DF7C;
}
</style>
background-color css
<style>
a { background-color: #31DF7C; }
a { background-color: rgb(49,223,124); }
div.DivClassName
{
background-color: #31DF7C;
}
.BgClassName
{
background-color: #31DF7C;
}
</style>
border-color css
<style>
span { border-color: #31DF7C; }
span { border-color: rgb(49,223,124); }
td.TdClassName
{
border-color: #31DF7C;
}
.TagClassName
{
border-color: #31DF7C;
}
</style>