Shades of Emerald #31D672
Tints of Emerald #31D672
RGB
CMYK
RGB Variations
Color information
#31D672 (or 0x31D672) is known color: Emerald. HEX triplet: 31, D6 and 72. RGB value is (49,214,114). Sum of RGB (Red+Green+Blue) = 49+214+114=377 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.00% from 377); Green value is 214 (83.98% from 255 or 56.76% from 377); Blue value is 114 (44.92% from 255 or 30.24% from 377); Max value from RGB is 214 - color contains mainly: green. Hex color #31D672 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31D672 is #CE298D. Grayscale: #999999. Windows color (decimal): -13511054 or 7525937. OLE color: 7525937.
HSL color Cylindrical-coordinate representation of color #31D672: hue angle of 143.64º 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 #31D672 is Cyan = 0.77, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 49 | 214 | 114 | - |
| CMYK | 0.77 | 0 | 0.47 | 0.16 |
| HSL | 143.64º | 0.67% | 0.52% | - |
| HSV(B) | 143.64º | 0.77% | 0.84% | - |
| XYZ | 28.35 | 49.96 | 24.07 | - |
| YUV | 153.27 | 105.84 | 53.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 214 | 114 | 0.77 | 0 | 0.47 | 0.16 | 143.64 | 0.67 | 0.52 |
| Hex | 31 | D6 | 72 | 4D | 0 | 2F | 10 | 90 | 43 | 34 |
| Octal | 61 | 326 | 162 | 115 | 0 | 57 | 20 | 220 | 103 | 64 |
| Binary | 110001 | 11010110 | 1110010 | 1001101 | 0 | 101111 | 10000 | 10010000 | 1000011 | 110100 |
Color Harmonies of #31D672
Complementary color
Monochromatic Colors of #31D672
Black with #31D672
Text Example
Text Example
White with #31D672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31D672; }
p { color: rgb(49,214,114); }
H1.HeaderClassName
{
color: #31D672;
}
.AnyTagClassName
{
color: #31D672;
}
</style>
background-color css
<style>
a { background-color: #31D672; }
a { background-color: rgb(49,214,114); }
div.DivClassName
{
background-color: #31D672;
}
.BgClassName
{
background-color: #31D672;
}
</style>
border-color css
<style>
span { border-color: #31D672; }
span { border-color: rgb(49,214,114); }
td.TdClassName
{
border-color: #31D672;
}
.TagClassName
{
border-color: #31D672;
}
</style>