Shades of Emerald #3ED06A
Tints of Emerald #3ED06A
RGB
CMYK
RGB Variations
Color information
#3ED06A (or 0x3ED06A) is known color: Emerald. HEX triplet: 3E, D0 and 6A. RGB value is (62,208,106). Sum of RGB (Red+Green+Blue) = 62+208+106=376 (49% of max value = 765). Red value is 62 (24.61% from 255 or 16.49% from 376); Green value is 208 (81.64% from 255 or 55.32% from 376); Blue value is 106 (41.80% from 255 or 28.19% from 376); Max value from RGB is 208 - color contains mainly: green. Hex color #3ED06A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3ED06A is #C12F95. Grayscale: #989898. Windows color (decimal): -12660630 or 7000126. OLE color: 7000126.
HSL color Cylindrical-coordinate representation of color #3ED06A: hue angle of 138.08º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3ED06A is Cyan = 0.70, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 62 | 208 | 106 | - |
| CMYK | 0.70 | 0 | 0.49 | 0.18 |
| HSL | 138.08º | 0.61% | 0.53% | - |
| HSV(B) | 138.08º | 0.7% | 0.82% | - |
| XYZ | 27.14 | 47.18 | 21.31 | - |
| YUV | 152.72 | 101.63 | 63.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 208 | 106 | 0.70 | 0 | 0.49 | 0.18 | 138.08 | 0.61 | 0.53 |
| Hex | 3E | D0 | 6A | 46 | 0 | 31 | 12 | 8A | 3D | 35 |
| Octal | 76 | 320 | 152 | 106 | 0 | 61 | 22 | 212 | 75 | 65 |
| Binary | 111110 | 11010000 | 1101010 | 1000110 | 0 | 110001 | 10010 | 10001010 | 111101 | 110101 |
Color Harmonies of #3ED06A
Complementary color
Monochromatic Colors of #3ED06A
Black with #3ED06A
Text Example
Text Example
White with #3ED06A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ED06A; }
p { color: rgb(62,208,106); }
H1.HeaderClassName
{
color: #3ED06A;
}
.AnyTagClassName
{
color: #3ED06A;
}
</style>
background-color css
<style>
a { background-color: #3ED06A; }
a { background-color: rgb(62,208,106); }
div.DivClassName
{
background-color: #3ED06A;
}
.BgClassName
{
background-color: #3ED06A;
}
</style>
border-color css
<style>
span { border-color: #3ED06A; }
span { border-color: rgb(62,208,106); }
td.TdClassName
{
border-color: #3ED06A;
}
.TagClassName
{
border-color: #3ED06A;
}
</style>