Shades of Emerald #3ED06C
Tints of Emerald #3ED06C
RGB
CMYK
RGB Variations
Color information
#3ED06C (or 0x3ED06C) is known color: Emerald. HEX triplet: 3E, D0 and 6C. RGB value is (62,208,108). Sum of RGB (Red+Green+Blue) = 62+208+108=378 (50% of max value = 765). Red value is 62 (24.61% from 255 or 16.40% from 378); Green value is 208 (81.64% from 255 or 55.03% from 378); Blue value is 108 (42.58% from 255 or 28.57% from 378); Max value from RGB is 208 - color contains mainly: green. Hex color #3ED06C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3ED06C is #C12F93. Grayscale: #999999. Windows color (decimal): -12660628 or 7131198. OLE color: 7131198.
HSL color Cylindrical-coordinate representation of color #3ED06C: hue angle of 138.9º 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 #3ED06C is Cyan = 0.70, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 62 | 208 | 108 | - |
| CMYK | 0.70 | 0 | 0.48 | 0.18 |
| HSL | 138.9º | 0.61% | 0.53% | - |
| HSV(B) | 138.9º | 0.7% | 0.82% | - |
| XYZ | 27.25 | 47.22 | 21.87 | - |
| YUV | 152.95 | 102.63 | 63.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 208 | 108 | 0.70 | 0 | 0.48 | 0.18 | 138.9 | 0.61 | 0.53 |
| Hex | 3E | D0 | 6C | 46 | 0 | 30 | 12 | 8B | 3D | 35 |
| Octal | 76 | 320 | 154 | 106 | 0 | 60 | 22 | 213 | 75 | 65 |
| Binary | 111110 | 11010000 | 1101100 | 1000110 | 0 | 110000 | 10010 | 10001011 | 111101 | 110101 |
Color Harmonies of #3ED06C
Complementary color
Monochromatic Colors of #3ED06C
Black with #3ED06C
Text Example
Text Example
White with #3ED06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ED06C; }
p { color: rgb(62,208,108); }
H1.HeaderClassName
{
color: #3ED06C;
}
.AnyTagClassName
{
color: #3ED06C;
}
</style>
background-color css
<style>
a { background-color: #3ED06C; }
a { background-color: rgb(62,208,108); }
div.DivClassName
{
background-color: #3ED06C;
}
.BgClassName
{
background-color: #3ED06C;
}
</style>
border-color css
<style>
span { border-color: #3ED06C; }
span { border-color: rgb(62,208,108); }
td.TdClassName
{
border-color: #3ED06C;
}
.TagClassName
{
border-color: #3ED06C;
}
</style>