Shades of Emerald #31D96C
Tints of Emerald #31D96C
RGB
CMYK
RGB Variations
Color information
#31D96C (or 0x31D96C) is known color: Emerald. HEX triplet: 31, D9 and 6C. RGB value is (49,217,108). Sum of RGB (Red+Green+Blue) = 49+217+108=374 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.10% from 374); Green value is 217 (85.16% from 255 or 58.02% from 374); Blue value is 108 (42.58% from 255 or 28.88% from 374); Max value from RGB is 217 - color contains mainly: green. Hex color #31D96C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31D96C is #CE2693. Grayscale: #9A9A9A. Windows color (decimal): -13510292 or 7133489. OLE color: 7133489.
HSL color Cylindrical-coordinate representation of color #31D96C: hue angle of 141.07º degrees, saturation: 0.69, 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 #31D96C is Cyan = 0.77, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 49 | 217 | 108 | - |
| CMYK | 0.77 | 0 | 0.50 | 0.15 |
| HSL | 141.07º | 0.69% | 0.52% | - |
| HSV(B) | 141.07º | 0.77% | 0.85% | - |
| XYZ | 28.79 | 51.36 | 22.58 | - |
| YUV | 154.34 | 101.84 | 52.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 217 | 108 | 0.77 | 0 | 0.50 | 0.15 | 141.07 | 0.69 | 0.52 |
| Hex | 31 | D9 | 6C | 4D | 0 | 32 | F | 8D | 45 | 34 |
| Octal | 61 | 331 | 154 | 115 | 0 | 62 | 17 | 215 | 105 | 64 |
| Binary | 110001 | 11011001 | 1101100 | 1001101 | 0 | 110010 | 1111 | 10001101 | 1000101 | 110100 |
Color Harmonies of #31D96C
Complementary color
Monochromatic Colors of #31D96C
Black with #31D96C
Text Example
Text Example
White with #31D96C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31D96C; }
p { color: rgb(49,217,108); }
H1.HeaderClassName
{
color: #31D96C;
}
.AnyTagClassName
{
color: #31D96C;
}
</style>
background-color css
<style>
a { background-color: #31D96C; }
a { background-color: rgb(49,217,108); }
div.DivClassName
{
background-color: #31D96C;
}
.BgClassName
{
background-color: #31D96C;
}
</style>
border-color css
<style>
span { border-color: #31D96C; }
span { border-color: rgb(49,217,108); }
td.TdClassName
{
border-color: #31D96C;
}
.TagClassName
{
border-color: #31D96C;
}
</style>