Shades of Emerald #31E77A
Tints of Emerald #31E77A
RGB
CMYK
RGB Variations
Color information
#31E77A (or 0x31E77A) is known color: Emerald. HEX triplet: 31, E7 and 7A. RGB value is (49,231,122). Sum of RGB (Red+Green+Blue) = 49+231+122=402 (53% of max value = 765). Red value is 49 (19.53% from 255 or 12.19% from 402); Green value is 231 (90.62% from 255 or 57.46% from 402); Blue value is 122 (48.05% from 255 or 30.35% from 402); Max value from RGB is 231 - color contains mainly: green. Hex color #31E77A is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #31E77A is #CE1885. Grayscale: #A4A4A4. Windows color (decimal): -13506694 or 8054577. OLE color: 8054577.
HSL color Cylindrical-coordinate representation of color #31E77A: hue angle of 144.07º 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 #31E77A is Cyan = 0.79, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 49 | 231 | 122 | - |
| CMYK | 0.79 | 0 | 0.47 | 0.09 |
| HSL | 144.07º | 0.79% | 0.55% | - |
| HSV(B) | 144.07º | 0.79% | 0.91% | - |
| XYZ | 33.36 | 59.21 | 28.08 | - |
| YUV | 164.16 | 104.2 | 45.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 231 | 122 | 0.79 | 0 | 0.47 | 0.09 | 144.07 | 0.79 | 0.55 |
| Hex | 31 | E7 | 7A | 4F | 0 | 2F | 9 | 90 | 4F | 37 |
| Octal | 61 | 347 | 172 | 117 | 0 | 57 | 11 | 220 | 117 | 67 |
| Binary | 110001 | 11100111 | 1111010 | 1001111 | 0 | 101111 | 1001 | 10010000 | 1001111 | 110111 |
Color Harmonies of #31E77A
Complementary color
Monochromatic Colors of #31E77A
Black with #31E77A
Text Example
Text Example
White with #31E77A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31E77A; }
p { color: rgb(49,231,122); }
H1.HeaderClassName
{
color: #31E77A;
}
.AnyTagClassName
{
color: #31E77A;
}
</style>
background-color css
<style>
a { background-color: #31E77A; }
a { background-color: rgb(49,231,122); }
div.DivClassName
{
background-color: #31E77A;
}
.BgClassName
{
background-color: #31E77A;
}
</style>
border-color css
<style>
span { border-color: #31E77A; }
span { border-color: rgb(49,231,122); }
td.TdClassName
{
border-color: #31E77A;
}
.TagClassName
{
border-color: #31E77A;
}
</style>