Shades of Emerald #3ED86A
Tints of Emerald #3ED86A
RGB
CMYK
RGB Variations
Color information
#3ED86A (or 0x3ED86A) is known color: Emerald. HEX triplet: 3E, D8 and 6A. RGB value is (62,216,106). Sum of RGB (Red+Green+Blue) = 62+216+106=384 (50% of max value = 765). Red value is 62 (24.61% from 255 or 16.15% from 384); Green value is 216 (84.77% from 255 or 56.25% from 384); Blue value is 106 (41.80% from 255 or 27.60% from 384); Max value from RGB is 216 - color contains mainly: green. Hex color #3ED86A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3ED86A is #C12795. Grayscale: #9D9D9D. Windows color (decimal): -12658582 or 7002174. OLE color: 7002174.
HSL color Cylindrical-coordinate representation of color #3ED86A: hue angle of 137.14º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3ED86A is Cyan = 0.71, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 62 | 216 | 106 | - |
| CMYK | 0.71 | 0 | 0.51 | 0.15 |
| HSL | 137.14º | 0.66% | 0.55% | - |
| HSV(B) | 137.14º | 0.71% | 0.85% | - |
| XYZ | 29.14 | 51.18 | 21.98 | - |
| YUV | 157.41 | 98.98 | 59.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 216 | 106 | 0.71 | 0 | 0.51 | 0.15 | 137.14 | 0.66 | 0.55 |
| Hex | 3E | D8 | 6A | 47 | 0 | 33 | F | 89 | 42 | 37 |
| Octal | 76 | 330 | 152 | 107 | 0 | 63 | 17 | 211 | 102 | 67 |
| Binary | 111110 | 11011000 | 1101010 | 1000111 | 0 | 110011 | 1111 | 10001001 | 1000010 | 110111 |
Color Harmonies of #3ED86A
Complementary color
Monochromatic Colors of #3ED86A
Black with #3ED86A
Text Example
Text Example
White with #3ED86A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ED86A; }
p { color: rgb(62,216,106); }
H1.HeaderClassName
{
color: #3ED86A;
}
.AnyTagClassName
{
color: #3ED86A;
}
</style>
background-color css
<style>
a { background-color: #3ED86A; }
a { background-color: rgb(62,216,106); }
div.DivClassName
{
background-color: #3ED86A;
}
.BgClassName
{
background-color: #3ED86A;
}
</style>
border-color css
<style>
span { border-color: #3ED86A; }
span { border-color: rgb(62,216,106); }
td.TdClassName
{
border-color: #3ED86A;
}
.TagClassName
{
border-color: #3ED86A;
}
</style>