Shades of Emerald #31D865
Tints of Emerald #31D865
RGB
CMYK
RGB Variations
Color information
#31D865 (or 0x31D865) is known color: Emerald. HEX triplet: 31, D8 and 65. RGB value is (49,216,101). Sum of RGB (Red+Green+Blue) = 49+216+101=366 (48% of max value = 765). Red value is 49 (19.53% from 255 or 13.39% from 366); Green value is 216 (84.77% from 255 or 59.02% from 366); Blue value is 101 (39.84% from 255 or 27.60% from 366); Max value from RGB is 216 - color contains mainly: green. Hex color #31D865 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31D865 is #CE279A. Grayscale: #999999. Windows color (decimal): -13510555 or 6674481. OLE color: 6674481.
HSL color Cylindrical-coordinate representation of color #31D865: hue angle of 138.68º 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 #31D865 is Cyan = 0.77, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 49 | 216 | 101 | - |
| CMYK | 0.77 | 0 | 0.53 | 0.15 |
| HSL | 138.68º | 0.68% | 0.52% | - |
| HSV(B) | 138.68º | 0.77% | 0.85% | - |
| XYZ | 28.17 | 50.7 | 20.61 | - |
| YUV | 152.96 | 98.67 | 53.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 216 | 101 | 0.77 | 0 | 0.53 | 0.15 | 138.68 | 0.68 | 0.52 |
| Hex | 31 | D8 | 65 | 4D | 0 | 35 | F | 8B | 44 | 34 |
| Octal | 61 | 330 | 145 | 115 | 0 | 65 | 17 | 213 | 104 | 64 |
| Binary | 110001 | 11011000 | 1100101 | 1001101 | 0 | 110101 | 1111 | 10001011 | 1000100 | 110100 |
Color Harmonies of #31D865
Complementary color
Monochromatic Colors of #31D865
Black with #31D865
Text Example
Text Example
White with #31D865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31D865; }
p { color: rgb(49,216,101); }
H1.HeaderClassName
{
color: #31D865;
}
.AnyTagClassName
{
color: #31D865;
}
</style>
background-color css
<style>
a { background-color: #31D865; }
a { background-color: rgb(49,216,101); }
div.DivClassName
{
background-color: #31D865;
}
.BgClassName
{
background-color: #31D865;
}
</style>
border-color css
<style>
span { border-color: #31D865; }
span { border-color: rgb(49,216,101); }
td.TdClassName
{
border-color: #31D865;
}
.TagClassName
{
border-color: #31D865;
}
</style>