Shades of Emerald #31E17C
Tints of Emerald #31E17C
RGB
CMYK
RGB Variations
Color information
#31E17C (or 0x31E17C) is known color: Emerald. HEX triplet: 31, E1 and 7C. RGB value is (49,225,124). Sum of RGB (Red+Green+Blue) = 49+225+124=398 (52% of max value = 765). Red value is 49 (19.53% from 255 or 12.31% from 398); Green value is 225 (88.28% from 255 or 56.53% from 398); Blue value is 124 (48.83% from 255 or 31.16% from 398); Max value from RGB is 225 - color contains mainly: green. Hex color #31E17C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31E17C is #CE1E83. Grayscale: #A1A1A1. Windows color (decimal): -13508228 or 8184113. OLE color: 8184113.
HSL color Cylindrical-coordinate representation of color #31E17C: hue angle of 145.57º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #31E17C is Cyan = 0.78, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 49 | 225 | 124 | - |
| CMYK | 0.78 | 0 | 0.45 | 0.12 |
| HSL | 145.57º | 0.75% | 0.54% | - |
| HSV(B) | 145.57º | 0.78% | 0.88% | - |
| XYZ | 31.83 | 55.96 | 28.19 | - |
| YUV | 160.86 | 107.19 | 48.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 225 | 124 | 0.78 | 0 | 0.45 | 0.12 | 145.57 | 0.75 | 0.54 |
| Hex | 31 | E1 | 7C | 4E | 0 | 2D | C | 92 | 4B | 36 |
| Octal | 61 | 341 | 174 | 116 | 0 | 55 | 14 | 222 | 113 | 66 |
| Binary | 110001 | 11100001 | 1111100 | 1001110 | 0 | 101101 | 1100 | 10010010 | 1001011 | 110110 |
Color Harmonies of #31E17C
Complementary color
Monochromatic Colors of #31E17C
Black with #31E17C
Text Example
Text Example
White with #31E17C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31E17C; }
p { color: rgb(49,225,124); }
H1.HeaderClassName
{
color: #31E17C;
}
.AnyTagClassName
{
color: #31E17C;
}
</style>
background-color css
<style>
a { background-color: #31E17C; }
a { background-color: rgb(49,225,124); }
div.DivClassName
{
background-color: #31E17C;
}
.BgClassName
{
background-color: #31E17C;
}
</style>
border-color css
<style>
span { border-color: #31E17C; }
span { border-color: rgb(49,225,124); }
td.TdClassName
{
border-color: #31E17C;
}
.TagClassName
{
border-color: #31E17C;
}
</style>