Shades of Emerald #31D671
Tints of Emerald #31D671
RGB
CMYK
RGB Variations
Color information
#31D671 (or 0x31D671) is known color: Emerald. HEX triplet: 31, D6 and 71. RGB value is (49,214,113). Sum of RGB (Red+Green+Blue) = 49+214+113=376 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.03% from 376); Green value is 214 (83.98% from 255 or 56.91% from 376); Blue value is 113 (44.53% from 255 or 30.05% from 376); Max value from RGB is 214 - color contains mainly: green. Hex color #31D671 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31D671 is #CE298E. Grayscale: #999999. Windows color (decimal): -13511055 or 7460401. OLE color: 7460401.
HSL color Cylindrical-coordinate representation of color #31D671: hue angle of 143.27º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #31D671 is Cyan = 0.77, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 49 | 214 | 113 | - |
| CMYK | 0.77 | 0 | 0.47 | 0.16 |
| HSL | 143.27º | 0.67% | 0.52% | - |
| HSV(B) | 143.27º | 0.77% | 0.84% | - |
| XYZ | 28.29 | 49.94 | 23.77 | - |
| YUV | 153.15 | 105.34 | 53.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 214 | 113 | 0.77 | 0 | 0.47 | 0.16 | 143.27 | 0.67 | 0.52 |
| Hex | 31 | D6 | 71 | 4D | 0 | 2F | 10 | 8F | 43 | 34 |
| Octal | 61 | 326 | 161 | 115 | 0 | 57 | 20 | 217 | 103 | 64 |
| Binary | 110001 | 11010110 | 1110001 | 1001101 | 0 | 101111 | 10000 | 10001111 | 1000011 | 110100 |
Color Harmonies of #31D671
Complementary color
Monochromatic Colors of #31D671
Black with #31D671
Text Example
Text Example
White with #31D671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31D671; }
p { color: rgb(49,214,113); }
H1.HeaderClassName
{
color: #31D671;
}
.AnyTagClassName
{
color: #31D671;
}
</style>
background-color css
<style>
a { background-color: #31D671; }
a { background-color: rgb(49,214,113); }
div.DivClassName
{
background-color: #31D671;
}
.BgClassName
{
background-color: #31D671;
}
</style>
border-color css
<style>
span { border-color: #31D671; }
span { border-color: rgb(49,214,113); }
td.TdClassName
{
border-color: #31D671;
}
.TagClassName
{
border-color: #31D671;
}
</style>