Shades of Emerald #31DC76
Tints of Emerald #31DC76
RGB
CMYK
RGB Variations
Color information
#31DC76 (or 0x31DC76) is known color: Emerald. HEX triplet: 31, DC and 76. RGB value is (49,220,118). Sum of RGB (Red+Green+Blue) = 49+220+118=387 (51% of max value = 765). Red value is 49 (19.53% from 255 or 12.66% from 387); Green value is 220 (86.33% from 255 or 56.85% from 387); Blue value is 118 (46.48% from 255 or 30.49% from 387); Max value from RGB is 220 - color contains mainly: green. Hex color #31DC76 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31DC76 is #CE2389. Grayscale: #9D9D9D. Windows color (decimal): -13509514 or 7789617. OLE color: 7789617.
HSL color Cylindrical-coordinate representation of color #31DC76: hue angle of 144.21º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #31DC76 is Cyan = 0.78, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 49 | 220 | 118 | - |
| CMYK | 0.78 | 0 | 0.46 | 0.14 |
| HSL | 144.21º | 0.71% | 0.53% | - |
| HSV(B) | 144.21º | 0.78% | 0.86% | - |
| XYZ | 30.13 | 53.15 | 25.81 | - |
| YUV | 157.24 | 105.85 | 50.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 220 | 118 | 0.78 | 0 | 0.46 | 0.14 | 144.21 | 0.71 | 0.53 |
| Hex | 31 | DC | 76 | 4E | 0 | 2E | E | 90 | 47 | 35 |
| Octal | 61 | 334 | 166 | 116 | 0 | 56 | 16 | 220 | 107 | 65 |
| Binary | 110001 | 11011100 | 1110110 | 1001110 | 0 | 101110 | 1110 | 10010000 | 1000111 | 110101 |
Color Harmonies of #31DC76
Complementary color
Monochromatic Colors of #31DC76
Black with #31DC76
Text Example
Text Example
White with #31DC76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31DC76; }
p { color: rgb(49,220,118); }
H1.HeaderClassName
{
color: #31DC76;
}
.AnyTagClassName
{
color: #31DC76;
}
</style>
background-color css
<style>
a { background-color: #31DC76; }
a { background-color: rgb(49,220,118); }
div.DivClassName
{
background-color: #31DC76;
}
.BgClassName
{
background-color: #31DC76;
}
</style>
border-color css
<style>
span { border-color: #31DC76; }
span { border-color: rgb(49,220,118); }
td.TdClassName
{
border-color: #31DC76;
}
.TagClassName
{
border-color: #31DC76;
}
</style>