Shades of Emerald #3EDD66
Tints of Emerald #3EDD66
RGB
CMYK
RGB Variations
Color information
#3EDD66 (or 0x3EDD66) is known color: Emerald. HEX triplet: 3E, DD and 66. RGB value is (62,221,102). Sum of RGB (Red+Green+Blue) = 62+221+102=385 (50% of max value = 765). Red value is 62 (24.61% from 255 or 16.10% from 385); Green value is 221 (86.72% from 255 or 57.40% from 385); Blue value is 102 (40.23% from 255 or 26.49% from 385); Max value from RGB is 221 - color contains mainly: green. Hex color #3EDD66 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3EDD66 is #C12299. Grayscale: #A0A0A0. Windows color (decimal): -12657306 or 6741310. OLE color: 6741310.
HSL color Cylindrical-coordinate representation of color #3EDD66: hue angle of 135.09º 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 #3EDD66 is Cyan = 0.72, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 62 | 221 | 102 | - |
| CMYK | 0.72 | 0 | 0.54 | 0.13 |
| HSL | 135.09º | 0.7% | 0.55% | - |
| HSV(B) | 135.09º | 0.72% | 0.87% | - |
| XYZ | 30.24 | 53.7 | 21.34 | - |
| YUV | 159.89 | 95.32 | 58.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 221 | 102 | 0.72 | 0 | 0.54 | 0.13 | 135.09 | 0.7 | 0.55 |
| Hex | 3E | DD | 66 | 48 | 0 | 36 | D | 87 | 46 | 37 |
| Octal | 76 | 335 | 146 | 110 | 0 | 66 | 15 | 207 | 106 | 67 |
| Binary | 111110 | 11011101 | 1100110 | 1001000 | 0 | 110110 | 1101 | 10000111 | 1000110 | 110111 |
Color Harmonies of #3EDD66
Complementary color
Monochromatic Colors of #3EDD66
Black with #3EDD66
Text Example
Text Example
White with #3EDD66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EDD66; }
p { color: rgb(62,221,102); }
H1.HeaderClassName
{
color: #3EDD66;
}
.AnyTagClassName
{
color: #3EDD66;
}
</style>
background-color css
<style>
a { background-color: #3EDD66; }
a { background-color: rgb(62,221,102); }
div.DivClassName
{
background-color: #3EDD66;
}
.BgClassName
{
background-color: #3EDD66;
}
</style>
border-color css
<style>
span { border-color: #3EDD66; }
span { border-color: rgb(62,221,102); }
td.TdClassName
{
border-color: #3EDD66;
}
.TagClassName
{
border-color: #3EDD66;
}
</style>