Shades of Emerald #31DC6C
Tints of Emerald #31DC6C
RGB
CMYK
RGB Variations
Color information
#31DC6C (or 0x31DC6C) is known color: Emerald. HEX triplet: 31, DC and 6C. RGB value is (49,220,108). Sum of RGB (Red+Green+Blue) = 49+220+108=377 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.00% from 377); Green value is 220 (86.33% from 255 or 58.36% from 377); Blue value is 108 (42.58% from 255 or 28.65% from 377); Max value from RGB is 220 - color contains mainly: green. Hex color #31DC6C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31DC6C is #CE2393. Grayscale: #9C9C9C. Windows color (decimal): -13509524 or 7134257. OLE color: 7134257.
HSL color Cylindrical-coordinate representation of color #31DC6C: hue angle of 140.7º 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 #31DC6C is Cyan = 0.78, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 49 | 220 | 108 | - |
| CMYK | 0.78 | 0 | 0.51 | 0.14 |
| HSL | 140.7º | 0.71% | 0.53% | - |
| HSV(B) | 140.7º | 0.78% | 0.86% | - |
| XYZ | 29.57 | 52.92 | 22.84 | - |
| YUV | 156.1 | 100.85 | 51.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 220 | 108 | 0.78 | 0 | 0.51 | 0.14 | 140.7 | 0.71 | 0.53 |
| Hex | 31 | DC | 6C | 4E | 0 | 33 | E | 8D | 47 | 35 |
| Octal | 61 | 334 | 154 | 116 | 0 | 63 | 16 | 215 | 107 | 65 |
| Binary | 110001 | 11011100 | 1101100 | 1001110 | 0 | 110011 | 1110 | 10001101 | 1000111 | 110101 |
Color Harmonies of #31DC6C
Complementary color
Monochromatic Colors of #31DC6C
Black with #31DC6C
Text Example
Text Example
White with #31DC6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31DC6C; }
p { color: rgb(49,220,108); }
H1.HeaderClassName
{
color: #31DC6C;
}
.AnyTagClassName
{
color: #31DC6C;
}
</style>
background-color css
<style>
a { background-color: #31DC6C; }
a { background-color: rgb(49,220,108); }
div.DivClassName
{
background-color: #31DC6C;
}
.BgClassName
{
background-color: #31DC6C;
}
</style>
border-color css
<style>
span { border-color: #31DC6C; }
span { border-color: rgb(49,220,108); }
td.TdClassName
{
border-color: #31DC6C;
}
.TagClassName
{
border-color: #31DC6C;
}
</style>