Shades of Emerald #31DD6C
Tints of Emerald #31DD6C
RGB
CMYK
RGB Variations
Color information
#31DD6C (or 0x31DD6C) is known color: Emerald. HEX triplet: 31, DD and 6C. RGB value is (49,221,108). Sum of RGB (Red+Green+Blue) = 49+221+108=378 (50% of max value = 765). Red value is 49 (19.53% from 255 or 12.96% from 378); Green value is 221 (86.72% from 255 or 58.47% from 378); Blue value is 108 (42.58% from 255 or 28.57% from 378); Max value from RGB is 221 - color contains mainly: green. Hex color #31DD6C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31DD6C is #CE2293. Grayscale: #9C9C9C. Windows color (decimal): -13509268 or 7134513. OLE color: 7134513.
HSL color Cylindrical-coordinate representation of color #31DD6C: hue angle of 140.58º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #31DD6C is Cyan = 0.78, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 49 | 221 | 108 | - |
| CMYK | 0.78 | 0 | 0.51 | 0.13 |
| HSL | 140.58º | 0.72% | 0.53% | - |
| HSV(B) | 140.58º | 0.78% | 0.87% | - |
| XYZ | 29.83 | 53.45 | 22.93 | - |
| YUV | 156.69 | 100.52 | 51.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 221 | 108 | 0.78 | 0 | 0.51 | 0.13 | 140.58 | 0.72 | 0.53 |
| Hex | 31 | DD | 6C | 4E | 0 | 33 | D | 8D | 48 | 35 |
| Octal | 61 | 335 | 154 | 116 | 0 | 63 | 15 | 215 | 110 | 65 |
| Binary | 110001 | 11011101 | 1101100 | 1001110 | 0 | 110011 | 1101 | 10001101 | 1001000 | 110101 |
Color Harmonies of #31DD6C
Complementary color
Monochromatic Colors of #31DD6C
Black with #31DD6C
Text Example
Text Example
White with #31DD6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31DD6C; }
p { color: rgb(49,221,108); }
H1.HeaderClassName
{
color: #31DD6C;
}
.AnyTagClassName
{
color: #31DD6C;
}
</style>
background-color css
<style>
a { background-color: #31DD6C; }
a { background-color: rgb(49,221,108); }
div.DivClassName
{
background-color: #31DD6C;
}
.BgClassName
{
background-color: #31DD6C;
}
</style>
border-color css
<style>
span { border-color: #31DD6C; }
span { border-color: rgb(49,221,108); }
td.TdClassName
{
border-color: #31DD6C;
}
.TagClassName
{
border-color: #31DD6C;
}
</style>