Shades of Emerald #31D562
Tints of Emerald #31D562
RGB
CMYK
RGB Variations
Color information
#31D562 (or 0x31D562) is known color: Emerald. HEX triplet: 31, D5 and 62. RGB value is (49,213,98). Sum of RGB (Red+Green+Blue) = 49+213+98=360 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.61% from 360); Green value is 213 (83.59% from 255 or 59.17% from 360); Blue value is 98 (38.67% from 255 or 27.22% from 360); Max value from RGB is 213 - color contains mainly: green. Hex color #31D562 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31D562 is #CE2A9D. Grayscale: #979797. Windows color (decimal): -13511326 or 6477105. OLE color: 6477105.
HSL color Cylindrical-coordinate representation of color #31D562: hue angle of 137.93º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #31D562 is Cyan = 0.77, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 49 | 213 | 98 | - |
| CMYK | 0.77 | 0 | 0.54 | 0.16 |
| HSL | 137.93º | 0.66% | 0.51% | - |
| HSV(B) | 137.93º | 0.77% | 0.84% | - |
| XYZ | 27.27 | 49.12 | 19.6 | - |
| YUV | 150.85 | 98.17 | 55.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 213 | 98 | 0.77 | 0 | 0.54 | 0.16 | 137.93 | 0.66 | 0.51 |
| Hex | 31 | D5 | 62 | 4D | 0 | 36 | 10 | 8A | 42 | 33 |
| Octal | 61 | 325 | 142 | 115 | 0 | 66 | 20 | 212 | 102 | 63 |
| Binary | 110001 | 11010101 | 1100010 | 1001101 | 0 | 110110 | 10000 | 10001010 | 1000010 | 110011 |
Color Harmonies of #31D562
Complementary color
Monochromatic Colors of #31D562
Black with #31D562
Text Example
Text Example
White with #31D562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31D562; }
p { color: rgb(49,213,98); }
H1.HeaderClassName
{
color: #31D562;
}
.AnyTagClassName
{
color: #31D562;
}
</style>
background-color css
<style>
a { background-color: #31D562; }
a { background-color: rgb(49,213,98); }
div.DivClassName
{
background-color: #31D562;
}
.BgClassName
{
background-color: #31D562;
}
</style>
border-color css
<style>
span { border-color: #31D562; }
span { border-color: rgb(49,213,98); }
td.TdClassName
{
border-color: #31D562;
}
.TagClassName
{
border-color: #31D562;
}
</style>