Shades of Emerald #31E972
Tints of Emerald #31E972
RGB
CMYK
RGB Variations
Color information
#31E972 (or 0x31E972) is known color: Emerald. HEX triplet: 31, E9 and 72. RGB value is (49,233,114). Sum of RGB (Red+Green+Blue) = 49+233+114=396 (52% of max value = 765). Red value is 49 (19.53% from 255 or 12.37% from 396); Green value is 233 (91.41% from 255 or 58.84% from 396); Blue value is 114 (44.92% from 255 or 28.79% from 396); Max value from RGB is 233 - color contains mainly: green. Hex color #31E972 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #31E972 is #CE168D. Grayscale: #A4A4A4. Windows color (decimal): -13506190 or 7530801. OLE color: 7530801.
HSL color Cylindrical-coordinate representation of color #31E972: hue angle of 141.2º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #31E972 is Cyan = 0.79, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 49 | 233 | 114 | - |
| CMYK | 0.79 | 0 | 0.51 | 0.09 |
| HSL | 141.2º | 0.81% | 0.55% | - |
| HSV(B) | 141.2º | 0.79% | 0.91% | - |
| XYZ | 33.44 | 60.15 | 25.77 | - |
| YUV | 164.42 | 99.54 | 45.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 233 | 114 | 0.79 | 0 | 0.51 | 0.09 | 141.2 | 0.81 | 0.55 |
| Hex | 31 | E9 | 72 | 4F | 0 | 33 | 9 | 8D | 51 | 37 |
| Octal | 61 | 351 | 162 | 117 | 0 | 63 | 11 | 215 | 121 | 67 |
| Binary | 110001 | 11101001 | 1110010 | 1001111 | 0 | 110011 | 1001 | 10001101 | 1010001 | 110111 |
Color Harmonies of #31E972
Complementary color
Monochromatic Colors of #31E972
Black with #31E972
Text Example
Text Example
White with #31E972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31E972; }
p { color: rgb(49,233,114); }
H1.HeaderClassName
{
color: #31E972;
}
.AnyTagClassName
{
color: #31E972;
}
</style>
background-color css
<style>
a { background-color: #31E972; }
a { background-color: rgb(49,233,114); }
div.DivClassName
{
background-color: #31E972;
}
.BgClassName
{
background-color: #31E972;
}
</style>
border-color css
<style>
span { border-color: #31E972; }
span { border-color: rgb(49,233,114); }
td.TdClassName
{
border-color: #31E972;
}
.TagClassName
{
border-color: #31E972;
}
</style>