Shades of Emerald #31E97A
Tints of Emerald #31E97A
RGB
CMYK
RGB Variations
Color information
#31E97A (or 0x31E97A) is known color: Emerald. HEX triplet: 31, E9 and 7A. RGB value is (49,233,122). Sum of RGB (Red+Green+Blue) = 49+233+122=404 (53% of max value = 765). Red value is 49 (19.53% from 255 or 12.13% from 404); Green value is 233 (91.41% from 255 or 57.67% from 404); Blue value is 122 (48.05% from 255 or 30.20% from 404); Max value from RGB is 233 - color contains mainly: green. Hex color #31E97A is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #31E97A is #CE1685. Grayscale: #A5A5A5. Windows color (decimal): -13506182 or 8055089. OLE color: 8055089.
HSL color Cylindrical-coordinate representation of color #31E97A: hue angle of 143.8º degrees, saturation: 0.81, 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 #31E97A is Cyan = 0.79, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 49 | 233 | 122 | - |
| CMYK | 0.79 | 0 | 0.48 | 0.09 |
| HSL | 143.8º | 0.81% | 0.55% | - |
| HSV(B) | 143.8º | 0.79% | 0.91% | - |
| XYZ | 33.92 | 60.34 | 28.27 | - |
| YUV | 165.33 | 103.54 | 45.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 233 | 122 | 0.79 | 0 | 0.48 | 0.09 | 143.8 | 0.81 | 0.55 |
| Hex | 31 | E9 | 7A | 4F | 0 | 30 | 9 | 90 | 51 | 37 |
| Octal | 61 | 351 | 172 | 117 | 0 | 60 | 11 | 220 | 121 | 67 |
| Binary | 110001 | 11101001 | 1111010 | 1001111 | 0 | 110000 | 1001 | 10010000 | 1010001 | 110111 |
Color Harmonies of #31E97A
Complementary color
Monochromatic Colors of #31E97A
Black with #31E97A
Text Example
Text Example
White with #31E97A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31E97A; }
p { color: rgb(49,233,122); }
H1.HeaderClassName
{
color: #31E97A;
}
.AnyTagClassName
{
color: #31E97A;
}
</style>
background-color css
<style>
a { background-color: #31E97A; }
a { background-color: rgb(49,233,122); }
div.DivClassName
{
background-color: #31E97A;
}
.BgClassName
{
background-color: #31E97A;
}
</style>
border-color css
<style>
span { border-color: #31E97A; }
span { border-color: rgb(49,233,122); }
td.TdClassName
{
border-color: #31E97A;
}
.TagClassName
{
border-color: #31E97A;
}
</style>