Shades of Emerald #3EDD65
Tints of Emerald #3EDD65
RGB
CMYK
RGB Variations
Color information
#3EDD65 (or 0x3EDD65) is known color: Emerald. HEX triplet: 3E, DD and 65. RGB value is (62,221,101). Sum of RGB (Red+Green+Blue) = 62+221+101=384 (50% of max value = 765). Red value is 62 (24.61% from 255 or 16.15% from 384); Green value is 221 (86.72% from 255 or 57.55% from 384); Blue value is 101 (39.84% from 255 or 26.30% from 384); Max value from RGB is 221 - color contains mainly: green. Hex color #3EDD65 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3EDD65 is #C1229A. Grayscale: #A0A0A0. Windows color (decimal): -12657307 or 6675774. OLE color: 6675774.
HSL color Cylindrical-coordinate representation of color #3EDD65: hue angle of 134.72º 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 #3EDD65 is Cyan = 0.72, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 62 | 221 | 101 | - |
| CMYK | 0.72 | 0 | 0.54 | 0.13 |
| HSL | 134.72º | 0.7% | 0.55% | - |
| HSV(B) | 134.72º | 0.72% | 0.87% | - |
| XYZ | 30.19 | 53.68 | 21.08 | - |
| YUV | 159.78 | 94.82 | 58.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 221 | 101 | 0.72 | 0 | 0.54 | 0.13 | 134.72 | 0.7 | 0.55 |
| Hex | 3E | DD | 65 | 48 | 0 | 36 | D | 87 | 46 | 37 |
| Octal | 76 | 335 | 145 | 110 | 0 | 66 | 15 | 207 | 106 | 67 |
| Binary | 111110 | 11011101 | 1100101 | 1001000 | 0 | 110110 | 1101 | 10000111 | 1000110 | 110111 |
Color Harmonies of #3EDD65
Complementary color
Monochromatic Colors of #3EDD65
Black with #3EDD65
Text Example
Text Example
White with #3EDD65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EDD65; }
p { color: rgb(62,221,101); }
H1.HeaderClassName
{
color: #3EDD65;
}
.AnyTagClassName
{
color: #3EDD65;
}
</style>
background-color css
<style>
a { background-color: #3EDD65; }
a { background-color: rgb(62,221,101); }
div.DivClassName
{
background-color: #3EDD65;
}
.BgClassName
{
background-color: #3EDD65;
}
</style>
border-color css
<style>
span { border-color: #3EDD65; }
span { border-color: rgb(62,221,101); }
td.TdClassName
{
border-color: #3EDD65;
}
.TagClassName
{
border-color: #3EDD65;
}
</style>