Shades of Emerald #3ED078
Tints of Emerald #3ED078
RGB
CMYK
RGB Variations
Color information
#3ED078 (or 0x3ED078) is known color: Emerald. HEX triplet: 3E, D0 and 78. RGB value is (62,208,120). Sum of RGB (Red+Green+Blue) = 62+208+120=390 (51% of max value = 765). Red value is 62 (24.61% from 255 or 15.90% from 390); Green value is 208 (81.64% from 255 or 53.33% from 390); Blue value is 120 (47.27% from 255 or 30.77% from 390); Max value from RGB is 208 - color contains mainly: green. Hex color #3ED078 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3ED078 is #C12F87. Grayscale: #9A9A9A. Windows color (decimal): -12660616 or 7917630. OLE color: 7917630.
HSL color Cylindrical-coordinate representation of color #3ED078: hue angle of 143.84º 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 #3ED078 is Cyan = 0.70, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 62 | 208 | 120 | - |
| CMYK | 0.70 | 0 | 0.42 | 0.18 |
| HSL | 143.84º | 0.61% | 0.53% | - |
| HSV(B) | 143.84º | 0.7% | 0.82% | - |
| XYZ | 27.93 | 47.49 | 25.46 | - |
| YUV | 154.31 | 108.63 | 62.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 208 | 120 | 0.70 | 0 | 0.42 | 0.18 | 143.84 | 0.61 | 0.53 |
| Hex | 3E | D0 | 78 | 46 | 0 | 2A | 12 | 90 | 3D | 35 |
| Octal | 76 | 320 | 170 | 106 | 0 | 52 | 22 | 220 | 75 | 65 |
| Binary | 111110 | 11010000 | 1111000 | 1000110 | 0 | 101010 | 10010 | 10010000 | 111101 | 110101 |
Color Harmonies of #3ED078
Complementary color
Monochromatic Colors of #3ED078
Black with #3ED078
Text Example
Text Example
White with #3ED078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ED078; }
p { color: rgb(62,208,120); }
H1.HeaderClassName
{
color: #3ED078;
}
.AnyTagClassName
{
color: #3ED078;
}
</style>
background-color css
<style>
a { background-color: #3ED078; }
a { background-color: rgb(62,208,120); }
div.DivClassName
{
background-color: #3ED078;
}
.BgClassName
{
background-color: #3ED078;
}
</style>
border-color css
<style>
span { border-color: #3ED078; }
span { border-color: rgb(62,208,120); }
td.TdClassName
{
border-color: #3ED078;
}
.TagClassName
{
border-color: #3ED078;
}
</style>