Shades of Emerald #3CD86E
Tints of Emerald #3CD86E
RGB
CMYK
RGB Variations
Color information
#3CD86E (or 0x3CD86E) is known color: Emerald. HEX triplet: 3C, D8 and 6E. RGB value is (60,216,110). Sum of RGB (Red+Green+Blue) = 60+216+110=386 (51% of max value = 765). Red value is 60 (23.83% from 255 or 15.54% from 386); Green value is 216 (84.77% from 255 or 55.96% from 386); Blue value is 110 (43.36% from 255 or 28.50% from 386); Max value from RGB is 216 - color contains mainly: green. Hex color #3CD86E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CD86E is #C32791. Grayscale: #9D9D9D. Windows color (decimal): -12789650 or 7264316. OLE color: 7264316.
HSL color Cylindrical-coordinate representation of color #3CD86E: hue angle of 139.23º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3CD86E is Cyan = 0.72, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 60 | 216 | 110 | - |
| CMYK | 0.72 | 0 | 0.49 | 0.15 |
| HSL | 139.23º | 0.67% | 0.54% | - |
| HSV(B) | 139.23º | 0.72% | 0.85% | - |
| XYZ | 29.23 | 51.2 | 23.09 | - |
| YUV | 157.27 | 101.32 | 58.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 216 | 110 | 0.72 | 0 | 0.49 | 0.15 | 139.23 | 0.67 | 0.54 |
| Hex | 3C | D8 | 6E | 48 | 0 | 31 | F | 8B | 43 | 36 |
| Octal | 74 | 330 | 156 | 110 | 0 | 61 | 17 | 213 | 103 | 66 |
| Binary | 111100 | 11011000 | 1101110 | 1001000 | 0 | 110001 | 1111 | 10001011 | 1000011 | 110110 |
Color Harmonies of #3CD86E
Complementary color
Monochromatic Colors of #3CD86E
Black with #3CD86E
Text Example
Text Example
White with #3CD86E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CD86E; }
p { color: rgb(60,216,110); }
H1.HeaderClassName
{
color: #3CD86E;
}
.AnyTagClassName
{
color: #3CD86E;
}
</style>
background-color css
<style>
a { background-color: #3CD86E; }
a { background-color: rgb(60,216,110); }
div.DivClassName
{
background-color: #3CD86E;
}
.BgClassName
{
background-color: #3CD86E;
}
</style>
border-color css
<style>
span { border-color: #3CD86E; }
span { border-color: rgb(60,216,110); }
td.TdClassName
{
border-color: #3CD86E;
}
.TagClassName
{
border-color: #3CD86E;
}
</style>