Shades of Emerald #3EDD81
Tints of Emerald #3EDD81
RGB
CMYK
RGB Variations
Color information
#3EDD81 (or 0x3EDD81) is known color: Emerald. HEX triplet: 3E, DD and 81. RGB value is (62,221,129). Sum of RGB (Red+Green+Blue) = 62+221+129=412 (54% of max value = 765). Red value is 62 (24.61% from 255 or 15.05% from 412); Green value is 221 (86.72% from 255 or 53.64% from 412); Blue value is 129 (50.78% from 255 or 31.31% from 412); Max value from RGB is 221 - color contains mainly: green. Hex color #3EDD81 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3EDD81 is #C1227E. Grayscale: #A3A3A3. Windows color (decimal): -12657279 or 8510782. OLE color: 8510782.
HSL color Cylindrical-coordinate representation of color #3EDD81: hue angle of 145.28º 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 #3EDD81 is Cyan = 0.72, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 62 | 221 | 129 | - |
| CMYK | 0.72 | 0 | 0.42 | 0.13 |
| HSL | 145.28º | 0.7% | 0.55% | - |
| HSV(B) | 145.28º | 0.72% | 0.87% | - |
| XYZ | 31.81 | 54.32 | 29.58 | - |
| YUV | 162.97 | 108.82 | 55.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 221 | 129 | 0.72 | 0 | 0.42 | 0.13 | 145.28 | 0.7 | 0.55 |
| Hex | 3E | DD | 81 | 48 | 0 | 2A | D | 91 | 46 | 37 |
| Octal | 76 | 335 | 201 | 110 | 0 | 52 | 15 | 221 | 106 | 67 |
| Binary | 111110 | 11011101 | 10000001 | 1001000 | 0 | 101010 | 1101 | 10010001 | 1000110 | 110111 |
Color Harmonies of #3EDD81
Complementary color
Monochromatic Colors of #3EDD81
Black with #3EDD81
Text Example
Text Example
White with #3EDD81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EDD81; }
p { color: rgb(62,221,129); }
H1.HeaderClassName
{
color: #3EDD81;
}
.AnyTagClassName
{
color: #3EDD81;
}
</style>
background-color css
<style>
a { background-color: #3EDD81; }
a { background-color: rgb(62,221,129); }
div.DivClassName
{
background-color: #3EDD81;
}
.BgClassName
{
background-color: #3EDD81;
}
</style>
border-color css
<style>
span { border-color: #3EDD81; }
span { border-color: rgb(62,221,129); }
td.TdClassName
{
border-color: #3EDD81;
}
.TagClassName
{
border-color: #3EDD81;
}
</style>