Shades of Emerald #31ED72
Tints of Emerald #31ED72
RGB
CMYK
RGB Variations
Color information
#31ED72 (or 0x31ED72) is known color: Emerald. HEX triplet: 31, ED and 72. RGB value is (49,237,114). Sum of RGB (Red+Green+Blue) = 49+237+114=400 (52% of max value = 765). Red value is 49 (19.53% from 255 or 12.25% from 400); Green value is 237 (92.97% from 255 or 59.25% from 400); Blue value is 114 (44.92% from 255 or 28.5% from 400); Max value from RGB is 237 - color contains mainly: green. Hex color #31ED72 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #31ED72 is #CE128D. Grayscale: #A7A7A7. Windows color (decimal): -13505166 or 7531825. OLE color: 7531825.
HSL color Cylindrical-coordinate representation of color #31ED72: hue angle of 140.74º degrees, saturation: 0.84, 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 #31ED72 is Cyan = 0.79, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 49 | 237 | 114 | - |
| CMYK | 0.79 | 0 | 0.52 | 0.07 |
| HSL | 140.74º | 0.84% | 0.56% | - |
| HSV(B) | 140.74º | 0.79% | 0.93% | - |
| XYZ | 34.59 | 62.44 | 26.15 | - |
| YUV | 166.77 | 98.22 | 44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 237 | 114 | 0.79 | 0 | 0.52 | 0.07 | 140.74 | 0.84 | 0.56 |
| Hex | 31 | ED | 72 | 4F | 0 | 34 | 7 | 8D | 54 | 38 |
| Octal | 61 | 355 | 162 | 117 | 0 | 64 | 7 | 215 | 124 | 70 |
| Binary | 110001 | 11101101 | 1110010 | 1001111 | 0 | 110100 | 111 | 10001101 | 1010100 | 111000 |
Color Harmonies of #31ED72
Complementary color
Monochromatic Colors of #31ED72
Black with #31ED72
Text Example
Text Example
White with #31ED72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31ED72; }
p { color: rgb(49,237,114); }
H1.HeaderClassName
{
color: #31ED72;
}
.AnyTagClassName
{
color: #31ED72;
}
</style>
background-color css
<style>
a { background-color: #31ED72; }
a { background-color: rgb(49,237,114); }
div.DivClassName
{
background-color: #31ED72;
}
.BgClassName
{
background-color: #31ED72;
}
</style>
border-color css
<style>
span { border-color: #31ED72; }
span { border-color: rgb(49,237,114); }
td.TdClassName
{
border-color: #31ED72;
}
.TagClassName
{
border-color: #31ED72;
}
</style>