Shades of Emerald #31E476
Tints of Emerald #31E476
RGB
CMYK
RGB Variations
Color information
#31E476 (or 0x31E476) is known color: Emerald. HEX triplet: 31, E4 and 76. RGB value is (49,228,118). Sum of RGB (Red+Green+Blue) = 49+228+118=395 (52% of max value = 765). Red value is 49 (19.53% from 255 or 12.41% from 395); Green value is 228 (89.45% from 255 or 57.72% from 395); Blue value is 118 (46.48% from 255 or 29.87% from 395); Max value from RGB is 228 - color contains mainly: green. Hex color #31E476 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31E476 is #CE1B89. Grayscale: #A2A2A2. Windows color (decimal): -13507466 or 7791665. OLE color: 7791665.
HSL color Cylindrical-coordinate representation of color #31E476: hue angle of 143.13º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #31E476 is Cyan = 0.79, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 49 | 228 | 118 | - |
| CMYK | 0.79 | 0 | 0.48 | 0.11 |
| HSL | 143.13º | 0.77% | 0.54% | - |
| HSV(B) | 143.13º | 0.79% | 0.89% | - |
| XYZ | 32.28 | 57.45 | 26.53 | - |
| YUV | 161.94 | 103.2 | 47.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 228 | 118 | 0.79 | 0 | 0.48 | 0.11 | 143.13 | 0.77 | 0.54 |
| Hex | 31 | E4 | 76 | 4F | 0 | 30 | B | 8F | 4D | 36 |
| Octal | 61 | 344 | 166 | 117 | 0 | 60 | 13 | 217 | 115 | 66 |
| Binary | 110001 | 11100100 | 1110110 | 1001111 | 0 | 110000 | 1011 | 10001111 | 1001101 | 110110 |
Color Harmonies of #31E476
Complementary color
Monochromatic Colors of #31E476
Black with #31E476
Text Example
Text Example
White with #31E476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31E476; }
p { color: rgb(49,228,118); }
H1.HeaderClassName
{
color: #31E476;
}
.AnyTagClassName
{
color: #31E476;
}
</style>
background-color css
<style>
a { background-color: #31E476; }
a { background-color: rgb(49,228,118); }
div.DivClassName
{
background-color: #31E476;
}
.BgClassName
{
background-color: #31E476;
}
</style>
border-color css
<style>
span { border-color: #31E476; }
span { border-color: rgb(49,228,118); }
td.TdClassName
{
border-color: #31E476;
}
.TagClassName
{
border-color: #31E476;
}
</style>