Shades of Emerald #31EC7A
Tints of Emerald #31EC7A
RGB
CMYK
RGB Variations
Color information
#31EC7A (or 0x31EC7A) is known color: Emerald. HEX triplet: 31, EC and 7A. RGB value is (49,236,122). Sum of RGB (Red+Green+Blue) = 49+236+122=407 (53% of max value = 765). Red value is 49 (19.53% from 255 or 12.04% from 407); Green value is 236 (92.58% from 255 or 57.99% from 407); Blue value is 122 (48.05% from 255 or 29.98% from 407); Max value from RGB is 236 - color contains mainly: green. Hex color #31EC7A is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #31EC7A is #CE1385. Grayscale: #A7A7A7. Windows color (decimal): -13505414 or 8055857. OLE color: 8055857.
HSL color Cylindrical-coordinate representation of color #31EC7A: hue angle of 143.42º 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 #31EC7A is Cyan = 0.79, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 49 | 236 | 122 | - |
| CMYK | 0.79 | 0 | 0.48 | 0.07 |
| HSL | 143.42º | 0.83% | 0.56% | - |
| HSV(B) | 143.42º | 0.79% | 0.93% | - |
| XYZ | 34.77 | 62.05 | 28.56 | - |
| YUV | 167.09 | 102.55 | 43.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 236 | 122 | 0.79 | 0 | 0.48 | 0.07 | 143.42 | 0.83 | 0.56 |
| Hex | 31 | EC | 7A | 4F | 0 | 30 | 7 | 8F | 53 | 38 |
| Octal | 61 | 354 | 172 | 117 | 0 | 60 | 7 | 217 | 123 | 70 |
| Binary | 110001 | 11101100 | 1111010 | 1001111 | 0 | 110000 | 111 | 10001111 | 1010011 | 111000 |
Color Harmonies of #31EC7A
Complementary color
Monochromatic Colors of #31EC7A
Black with #31EC7A
Text Example
Text Example
White with #31EC7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31EC7A; }
p { color: rgb(49,236,122); }
H1.HeaderClassName
{
color: #31EC7A;
}
.AnyTagClassName
{
color: #31EC7A;
}
</style>
background-color css
<style>
a { background-color: #31EC7A; }
a { background-color: rgb(49,236,122); }
div.DivClassName
{
background-color: #31EC7A;
}
.BgClassName
{
background-color: #31EC7A;
}
</style>
border-color css
<style>
span { border-color: #31EC7A; }
span { border-color: rgb(49,236,122); }
td.TdClassName
{
border-color: #31EC7A;
}
.TagClassName
{
border-color: #31EC7A;
}
</style>