Shades of Emerald #31EC7B
Tints of Emerald #31EC7B
RGB
CMYK
RGB Variations
Color information
#31EC7B (or 0x31EC7B) is known color: Emerald. HEX triplet: 31, EC and 7B. RGB value is (49,236,123). Sum of RGB (Red+Green+Blue) = 49+236+123=408 (54% of max value = 765). Red value is 49 (19.53% from 255 or 12.01% from 408); Green value is 236 (92.58% from 255 or 57.84% from 408); Blue value is 123 (48.44% from 255 or 30.15% from 408); Max value from RGB is 236 - color contains mainly: green. Hex color #31EC7B is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #31EC7B is #CE1384. Grayscale: #A7A7A7. Windows color (decimal): -13505413 or 8121393. OLE color: 8121393.
HSL color Cylindrical-coordinate representation of color #31EC7B: hue angle of 143.74º 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 #31EC7B is Cyan = 0.79, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 49 | 236 | 123 | - |
| CMYK | 0.79 | 0 | 0.48 | 0.07 |
| HSL | 143.74º | 0.83% | 0.56% | - |
| HSV(B) | 143.74º | 0.79% | 0.93% | - |
| XYZ | 34.84 | 62.07 | 28.88 | - |
| YUV | 167.21 | 103.05 | 43.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 236 | 123 | 0.79 | 0 | 0.48 | 0.07 | 143.74 | 0.83 | 0.56 |
| Hex | 31 | EC | 7B | 4F | 0 | 30 | 7 | 90 | 53 | 38 |
| Octal | 61 | 354 | 173 | 117 | 0 | 60 | 7 | 220 | 123 | 70 |
| Binary | 110001 | 11101100 | 1111011 | 1001111 | 0 | 110000 | 111 | 10010000 | 1010011 | 111000 |
Color Harmonies of #31EC7B
Complementary color
Monochromatic Colors of #31EC7B
Black with #31EC7B
Text Example
Text Example
White with #31EC7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31EC7B; }
p { color: rgb(49,236,123); }
H1.HeaderClassName
{
color: #31EC7B;
}
.AnyTagClassName
{
color: #31EC7B;
}
</style>
background-color css
<style>
a { background-color: #31EC7B; }
a { background-color: rgb(49,236,123); }
div.DivClassName
{
background-color: #31EC7B;
}
.BgClassName
{
background-color: #31EC7B;
}
</style>
border-color css
<style>
span { border-color: #31EC7B; }
span { border-color: rgb(49,236,123); }
td.TdClassName
{
border-color: #31EC7B;
}
.TagClassName
{
border-color: #31EC7B;
}
</style>