Shades of Emerald #31D76A
Tints of Emerald #31D76A
RGB
CMYK
RGB Variations
Color information
#31D76A (or 0x31D76A) is known color: Emerald. HEX triplet: 31, D7 and 6A. RGB value is (49,215,106). Sum of RGB (Red+Green+Blue) = 49+215+106=370 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.24% from 370); Green value is 215 (84.38% from 255 or 58.11% from 370); Blue value is 106 (41.80% from 255 or 28.65% from 370); Max value from RGB is 215 - color contains mainly: green. Hex color #31D76A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31D76A is #CE2895. Grayscale: #999999. Windows color (decimal): -13510806 or 7001905. OLE color: 7001905.
HSL color Cylindrical-coordinate representation of color #31D76A: hue angle of 140.6º 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 #31D76A is Cyan = 0.77, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 49 | 215 | 106 | - |
| CMYK | 0.77 | 0 | 0.51 | 0.16 |
| HSL | 140.6º | 0.67% | 0.52% | - |
| HSV(B) | 140.6º | 0.77% | 0.84% | - |
| XYZ | 28.17 | 50.29 | 21.86 | - |
| YUV | 152.94 | 101.5 | 53.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 215 | 106 | 0.77 | 0 | 0.51 | 0.16 | 140.6 | 0.67 | 0.52 |
| Hex | 31 | D7 | 6A | 4D | 0 | 33 | 10 | 8D | 43 | 34 |
| Octal | 61 | 327 | 152 | 115 | 0 | 63 | 20 | 215 | 103 | 64 |
| Binary | 110001 | 11010111 | 1101010 | 1001101 | 0 | 110011 | 10000 | 10001101 | 1000011 | 110100 |
Color Harmonies of #31D76A
Complementary color
Monochromatic Colors of #31D76A
Black with #31D76A
Text Example
Text Example
White with #31D76A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31D76A; }
p { color: rgb(49,215,106); }
H1.HeaderClassName
{
color: #31D76A;
}
.AnyTagClassName
{
color: #31D76A;
}
</style>
background-color css
<style>
a { background-color: #31D76A; }
a { background-color: rgb(49,215,106); }
div.DivClassName
{
background-color: #31D76A;
}
.BgClassName
{
background-color: #31D76A;
}
</style>
border-color css
<style>
span { border-color: #31D76A; }
span { border-color: rgb(49,215,106); }
td.TdClassName
{
border-color: #31D76A;
}
.TagClassName
{
border-color: #31D76A;
}
</style>