Shades of Emerald #31EC7C
Tints of Emerald #31EC7C
RGB
CMYK
RGB Variations
Color information
#31EC7C (or 0x31EC7C) is known color: Emerald. HEX triplet: 31, EC and 7C. RGB value is (49,236,124). Sum of RGB (Red+Green+Blue) = 49+236+124=409 (54% of max value = 765). Red value is 49 (19.53% from 255 or 11.98% from 409); Green value is 236 (92.58% from 255 or 57.70% from 409); Blue value is 124 (48.83% from 255 or 30.32% from 409); Max value from RGB is 236 - color contains mainly: green. Hex color #31EC7C is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #31EC7C is #CE1383. Grayscale: #A7A7A7. Windows color (decimal): -13505412 or 8186929. OLE color: 8186929.
HSL color Cylindrical-coordinate representation of color #31EC7C: hue angle of 144.06º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #31EC7C is Cyan = 0.79, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 49 | 236 | 124 | - |
| CMYK | 0.79 | 0 | 0.47 | 0.07 |
| HSL | 144.06º | 0.83% | 0.56% | - |
| HSV(B) | 144.06º | 0.79% | 0.93% | - |
| XYZ | 34.9 | 62.1 | 29.22 | - |
| YUV | 167.32 | 103.55 | 43.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 236 | 124 | 0.79 | 0 | 0.47 | 0.07 | 144.06 | 0.83 | 0.56 |
| Hex | 31 | EC | 7C | 4F | 0 | 2F | 7 | 90 | 53 | 38 |
| Octal | 61 | 354 | 174 | 117 | 0 | 57 | 7 | 220 | 123 | 70 |
| Binary | 110001 | 11101100 | 1111100 | 1001111 | 0 | 101111 | 111 | 10010000 | 1010011 | 111000 |
Color Harmonies of #31EC7C
Complementary color
Monochromatic Colors of #31EC7C
Black with #31EC7C
Text Example
Text Example
White with #31EC7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31EC7C; }
p { color: rgb(49,236,124); }
H1.HeaderClassName
{
color: #31EC7C;
}
.AnyTagClassName
{
color: #31EC7C;
}
</style>
background-color css
<style>
a { background-color: #31EC7C; }
a { background-color: rgb(49,236,124); }
div.DivClassName
{
background-color: #31EC7C;
}
.BgClassName
{
background-color: #31EC7C;
}
</style>
border-color css
<style>
span { border-color: #31EC7C; }
span { border-color: rgb(49,236,124); }
td.TdClassName
{
border-color: #31EC7C;
}
.TagClassName
{
border-color: #31EC7C;
}
</style>