Shades of Emerald #3EDD6A
Tints of Emerald #3EDD6A
RGB
CMYK
RGB Variations
Color information
#3EDD6A (or 0x3EDD6A) is known color: Emerald. HEX triplet: 3E, DD and 6A. RGB value is (62,221,106). Sum of RGB (Red+Green+Blue) = 62+221+106=389 (51% of max value = 765). Red value is 62 (24.61% from 255 or 15.94% from 389); Green value is 221 (86.72% from 255 or 56.81% from 389); Blue value is 106 (41.80% from 255 or 27.25% from 389); Max value from RGB is 221 - color contains mainly: green. Hex color #3EDD6A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3EDD6A is #C12295. Grayscale: #A0A0A0. Windows color (decimal): -12657302 or 7003454. OLE color: 7003454.
HSL color Cylindrical-coordinate representation of color #3EDD6A: hue angle of 136.6º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3EDD6A is Cyan = 0.72, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 62 | 221 | 106 | - |
| CMYK | 0.72 | 0 | 0.52 | 0.13 |
| HSL | 136.6º | 0.7% | 0.55% | - |
| HSV(B) | 136.6º | 0.72% | 0.87% | - |
| XYZ | 30.44 | 53.78 | 22.41 | - |
| YUV | 160.35 | 97.32 | 57.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 221 | 106 | 0.72 | 0 | 0.52 | 0.13 | 136.6 | 0.7 | 0.55 |
| Hex | 3E | DD | 6A | 48 | 0 | 34 | D | 89 | 46 | 37 |
| Octal | 76 | 335 | 152 | 110 | 0 | 64 | 15 | 211 | 106 | 67 |
| Binary | 111110 | 11011101 | 1101010 | 1001000 | 0 | 110100 | 1101 | 10001001 | 1000110 | 110111 |
Color Harmonies of #3EDD6A
Complementary color
Monochromatic Colors of #3EDD6A
Black with #3EDD6A
Text Example
Text Example
White with #3EDD6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EDD6A; }
p { color: rgb(62,221,106); }
H1.HeaderClassName
{
color: #3EDD6A;
}
.AnyTagClassName
{
color: #3EDD6A;
}
</style>
background-color css
<style>
a { background-color: #3EDD6A; }
a { background-color: rgb(62,221,106); }
div.DivClassName
{
background-color: #3EDD6A;
}
.BgClassName
{
background-color: #3EDD6A;
}
</style>
border-color css
<style>
span { border-color: #3EDD6A; }
span { border-color: rgb(62,221,106); }
td.TdClassName
{
border-color: #3EDD6A;
}
.TagClassName
{
border-color: #3EDD6A;
}
</style>