Shades of Emerald #31E77C
Tints of Emerald #31E77C
RGB
CMYK
RGB Variations
Color information
#31E77C (or 0x31E77C) is known color: Emerald. HEX triplet: 31, E7 and 7C. RGB value is (49,231,124). Sum of RGB (Red+Green+Blue) = 49+231+124=404 (53% of max value = 765). Red value is 49 (19.53% from 255 or 12.13% from 404); Green value is 231 (90.62% from 255 or 57.18% from 404); Blue value is 124 (48.83% from 255 or 30.69% from 404); Max value from RGB is 231 - color contains mainly: green. Hex color #31E77C is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #31E77C is #CE1883. Grayscale: #A4A4A4. Windows color (decimal): -13506692 or 8185649. OLE color: 8185649.
HSL color Cylindrical-coordinate representation of color #31E77C: hue angle of 144.73º degrees, saturation: 0.79, 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 #31E77C is Cyan = 0.79, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 49 | 231 | 124 | - |
| CMYK | 0.79 | 0 | 0.46 | 0.09 |
| HSL | 144.73º | 0.79% | 0.55% | - |
| HSV(B) | 144.73º | 0.79% | 0.91% | - |
| XYZ | 33.48 | 59.26 | 28.74 | - |
| YUV | 164.38 | 105.2 | 45.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 231 | 124 | 0.79 | 0 | 0.46 | 0.09 | 144.73 | 0.79 | 0.55 |
| Hex | 31 | E7 | 7C | 4F | 0 | 2E | 9 | 91 | 4F | 37 |
| Octal | 61 | 347 | 174 | 117 | 0 | 56 | 11 | 221 | 117 | 67 |
| Binary | 110001 | 11100111 | 1111100 | 1001111 | 0 | 101110 | 1001 | 10010001 | 1001111 | 110111 |
Color Harmonies of #31E77C
Complementary color
Monochromatic Colors of #31E77C
Black with #31E77C
Text Example
Text Example
White with #31E77C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31E77C; }
p { color: rgb(49,231,124); }
H1.HeaderClassName
{
color: #31E77C;
}
.AnyTagClassName
{
color: #31E77C;
}
</style>
background-color css
<style>
a { background-color: #31E77C; }
a { background-color: rgb(49,231,124); }
div.DivClassName
{
background-color: #31E77C;
}
.BgClassName
{
background-color: #31E77C;
}
</style>
border-color css
<style>
span { border-color: #31E77C; }
span { border-color: rgb(49,231,124); }
td.TdClassName
{
border-color: #31E77C;
}
.TagClassName
{
border-color: #31E77C;
}
</style>