Shades of Emerald #31E670
Tints of Emerald #31E670
RGB
CMYK
RGB Variations
Color information
#31E670 (or 0x31E670) is known color: Emerald. HEX triplet: 31, E6 and 70. RGB value is (49,230,112). Sum of RGB (Red+Green+Blue) = 49+230+112=391 (51% of max value = 765). Red value is 49 (19.53% from 255 or 12.53% from 391); Green value is 230 (90.23% from 255 or 58.82% from 391); Blue value is 112 (44.14% from 255 or 28.64% from 391); Max value from RGB is 230 - color contains mainly: green. Hex color #31E670 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #31E670 is #CE198F. Grayscale: #A2A2A2. Windows color (decimal): -13506960 or 7398961. OLE color: 7398961.
HSL color Cylindrical-coordinate representation of color #31E670: hue angle of 140.88º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #31E670 is Cyan = 0.79, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 49 | 230 | 112 | - |
| CMYK | 0.79 | 0 | 0.51 | 0.10 |
| HSL | 140.88º | 0.78% | 0.55% | - |
| HSV(B) | 140.88º | 0.79% | 0.9% | - |
| XYZ | 32.49 | 58.42 | 24.89 | - |
| YUV | 162.43 | 99.53 | 47.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 230 | 112 | 0.79 | 0 | 0.51 | 0.10 | 140.88 | 0.78 | 0.55 |
| Hex | 31 | E6 | 70 | 4F | 0 | 33 | A | 8D | 4E | 37 |
| Octal | 61 | 346 | 160 | 117 | 0 | 63 | 12 | 215 | 116 | 67 |
| Binary | 110001 | 11100110 | 1110000 | 1001111 | 0 | 110011 | 1010 | 10001101 | 1001110 | 110111 |
Color Harmonies of #31E670
Complementary color
Monochromatic Colors of #31E670
Black with #31E670
Text Example
Text Example
White with #31E670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31E670; }
p { color: rgb(49,230,112); }
H1.HeaderClassName
{
color: #31E670;
}
.AnyTagClassName
{
color: #31E670;
}
</style>
background-color css
<style>
a { background-color: #31E670; }
a { background-color: rgb(49,230,112); }
div.DivClassName
{
background-color: #31E670;
}
.BgClassName
{
background-color: #31E670;
}
</style>
border-color css
<style>
span { border-color: #31E670; }
span { border-color: rgb(49,230,112); }
td.TdClassName
{
border-color: #31E670;
}
.TagClassName
{
border-color: #31E670;
}
</style>