Shades of Emerald #31D863
Tints of Emerald #31D863
RGB
CMYK
RGB Variations
Color information
#31D863 (or 0x31D863) is known color: Emerald. HEX triplet: 31, D8 and 63. RGB value is (49,216,99). Sum of RGB (Red+Green+Blue) = 49+216+99=364 (48% of max value = 765). Red value is 49 (19.53% from 255 or 13.46% from 364); Green value is 216 (84.77% from 255 or 59.34% from 364); Blue value is 99 (39.06% from 255 or 27.20% from 364); Max value from RGB is 216 - color contains mainly: green. Hex color #31D863 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31D863 is #CE279C. Grayscale: #999999. Windows color (decimal): -13510557 or 6543409. OLE color: 6543409.
HSL color Cylindrical-coordinate representation of color #31D863: hue angle of 137.96º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #31D863 is Cyan = 0.77, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 49 | 216 | 99 | - |
| CMYK | 0.77 | 0 | 0.54 | 0.15 |
| HSL | 137.96º | 0.68% | 0.52% | - |
| HSV(B) | 137.96º | 0.77% | 0.85% | - |
| XYZ | 28.07 | 50.67 | 20.1 | - |
| YUV | 152.73 | 97.67 | 54.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 216 | 99 | 0.77 | 0 | 0.54 | 0.15 | 137.96 | 0.68 | 0.52 |
| Hex | 31 | D8 | 63 | 4D | 0 | 36 | F | 8A | 44 | 34 |
| Octal | 61 | 330 | 143 | 115 | 0 | 66 | 17 | 212 | 104 | 64 |
| Binary | 110001 | 11011000 | 1100011 | 1001101 | 0 | 110110 | 1111 | 10001010 | 1000100 | 110100 |
Color Harmonies of #31D863
Complementary color
Monochromatic Colors of #31D863
Black with #31D863
Text Example
Text Example
White with #31D863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31D863; }
p { color: rgb(49,216,99); }
H1.HeaderClassName
{
color: #31D863;
}
.AnyTagClassName
{
color: #31D863;
}
</style>
background-color css
<style>
a { background-color: #31D863; }
a { background-color: rgb(49,216,99); }
div.DivClassName
{
background-color: #31D863;
}
.BgClassName
{
background-color: #31D863;
}
</style>
border-color css
<style>
span { border-color: #31D863; }
span { border-color: rgb(49,216,99); }
td.TdClassName
{
border-color: #31D863;
}
.TagClassName
{
border-color: #31D863;
}
</style>