Shades of Emerald #31D86C
Tints of Emerald #31D86C
RGB
CMYK
RGB Variations
Color information
#31D86C (or 0x31D86C) is known color: Emerald. HEX triplet: 31, D8 and 6C. RGB value is (49,216,108). Sum of RGB (Red+Green+Blue) = 49+216+108=373 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.14% from 373); Green value is 216 (84.77% from 255 or 57.91% from 373); Blue value is 108 (42.58% from 255 or 28.95% from 373); Max value from RGB is 216 - color contains mainly: green. Hex color #31D86C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31D86C is #CE2793. Grayscale: #9A9A9A. Windows color (decimal): -13510548 or 7133233. OLE color: 7133233.
HSL color Cylindrical-coordinate representation of color #31D86C: hue angle of 141.2º 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 #31D86C is Cyan = 0.77, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 49 | 216 | 108 | - |
| CMYK | 0.77 | 0 | 0.50 | 0.15 |
| HSL | 141.2º | 0.68% | 0.52% | - |
| HSV(B) | 141.2º | 0.77% | 0.85% | - |
| XYZ | 28.53 | 50.85 | 22.5 | - |
| YUV | 153.76 | 102.17 | 53.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 216 | 108 | 0.77 | 0 | 0.50 | 0.15 | 141.2 | 0.68 | 0.52 |
| Hex | 31 | D8 | 6C | 4D | 0 | 32 | F | 8D | 44 | 34 |
| Octal | 61 | 330 | 154 | 115 | 0 | 62 | 17 | 215 | 104 | 64 |
| Binary | 110001 | 11011000 | 1101100 | 1001101 | 0 | 110010 | 1111 | 10001101 | 1000100 | 110100 |
Color Harmonies of #31D86C
Complementary color
Monochromatic Colors of #31D86C
Black with #31D86C
Text Example
Text Example
White with #31D86C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31D86C; }
p { color: rgb(49,216,108); }
H1.HeaderClassName
{
color: #31D86C;
}
.AnyTagClassName
{
color: #31D86C;
}
</style>
background-color css
<style>
a { background-color: #31D86C; }
a { background-color: rgb(49,216,108); }
div.DivClassName
{
background-color: #31D86C;
}
.BgClassName
{
background-color: #31D86C;
}
</style>
border-color css
<style>
span { border-color: #31D86C; }
span { border-color: rgb(49,216,108); }
td.TdClassName
{
border-color: #31D86C;
}
.TagClassName
{
border-color: #31D86C;
}
</style>