Shades of Emerald #31EA7C
Tints of Emerald #31EA7C
RGB
CMYK
RGB Variations
Color information
#31EA7C (or 0x31EA7C) is known color: Emerald. HEX triplet: 31, EA and 7C. RGB value is (49,234,124). Sum of RGB (Red+Green+Blue) = 49+234+124=407 (53% of max value = 765). Red value is 49 (19.53% from 255 or 12.04% from 407); Green value is 234 (91.80% from 255 or 57.49% from 407); Blue value is 124 (48.83% from 255 or 30.47% from 407); Max value from RGB is 234 - color contains mainly: green. Hex color #31EA7C is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #31EA7C is #CE1583. Grayscale: #A6A6A6. Windows color (decimal): -13505924 or 8186417. OLE color: 8186417.
HSL color Cylindrical-coordinate representation of color #31EA7C: hue angle of 144.32º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #31EA7C is Cyan = 0.79, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 49 | 234 | 124 | - |
| CMYK | 0.79 | 0 | 0.47 | 0.08 |
| HSL | 144.32º | 0.81% | 0.55% | - |
| HSV(B) | 144.32º | 0.79% | 0.92% | - |
| XYZ | 34.33 | 60.95 | 29.02 | - |
| YUV | 166.15 | 104.21 | 44.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 234 | 124 | 0.79 | 0 | 0.47 | 0.08 | 144.32 | 0.81 | 0.55 |
| Hex | 31 | EA | 7C | 4F | 0 | 2F | 8 | 90 | 51 | 37 |
| Octal | 61 | 352 | 174 | 117 | 0 | 57 | 10 | 220 | 121 | 67 |
| Binary | 110001 | 11101010 | 1111100 | 1001111 | 0 | 101111 | 1000 | 10010000 | 1010001 | 110111 |
Color Harmonies of #31EA7C
Complementary color
Monochromatic Colors of #31EA7C
Black with #31EA7C
Text Example
Text Example
White with #31EA7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31EA7C; }
p { color: rgb(49,234,124); }
H1.HeaderClassName
{
color: #31EA7C;
}
.AnyTagClassName
{
color: #31EA7C;
}
</style>
background-color css
<style>
a { background-color: #31EA7C; }
a { background-color: rgb(49,234,124); }
div.DivClassName
{
background-color: #31EA7C;
}
.BgClassName
{
background-color: #31EA7C;
}
</style>
border-color css
<style>
span { border-color: #31EA7C; }
span { border-color: rgb(49,234,124); }
td.TdClassName
{
border-color: #31EA7C;
}
.TagClassName
{
border-color: #31EA7C;
}
</style>