Shades of Emerald #3EDE80
Tints of Emerald #3EDE80
RGB
CMYK
RGB Variations
Color information
#3EDE80 (or 0x3EDE80) is known color: Emerald. HEX triplet: 3E, DE and 80. RGB value is (62,222,128). Sum of RGB (Red+Green+Blue) = 62+222+128=412 (54% of max value = 765). Red value is 62 (24.61% from 255 or 15.05% from 412); Green value is 222 (87.11% from 255 or 53.88% from 412); Blue value is 128 (50.39% from 255 or 31.07% from 412); Max value from RGB is 222 - color contains mainly: green. Hex color #3EDE80 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3EDE80 is #C1217F. Grayscale: #A3A3A3. Windows color (decimal): -12657024 or 8445502. OLE color: 8445502.
HSL color Cylindrical-coordinate representation of color #3EDE80: hue angle of 144.75º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3EDE80 is Cyan = 0.72, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 62 | 222 | 128 | - |
| CMYK | 0.72 | 0 | 0.42 | 0.13 |
| HSL | 144.75º | 0.71% | 0.56% | - |
| HSV(B) | 144.75º | 0.72% | 0.87% | - |
| XYZ | 32 | 54.83 | 29.32 | - |
| YUV | 163.44 | 107.99 | 55.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 222 | 128 | 0.72 | 0 | 0.42 | 0.13 | 144.75 | 0.71 | 0.56 |
| Hex | 3E | DE | 80 | 48 | 0 | 2A | D | 91 | 47 | 38 |
| Octal | 76 | 336 | 200 | 110 | 0 | 52 | 15 | 221 | 107 | 70 |
| Binary | 111110 | 11011110 | 10000000 | 1001000 | 0 | 101010 | 1101 | 10010001 | 1000111 | 111000 |
Color Harmonies of #3EDE80
Complementary color
Monochromatic Colors of #3EDE80
Black with #3EDE80
Text Example
Text Example
White with #3EDE80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EDE80; }
p { color: rgb(62,222,128); }
H1.HeaderClassName
{
color: #3EDE80;
}
.AnyTagClassName
{
color: #3EDE80;
}
</style>
background-color css
<style>
a { background-color: #3EDE80; }
a { background-color: rgb(62,222,128); }
div.DivClassName
{
background-color: #3EDE80;
}
.BgClassName
{
background-color: #3EDE80;
}
</style>
border-color css
<style>
span { border-color: #3EDE80; }
span { border-color: rgb(62,222,128); }
td.TdClassName
{
border-color: #3EDE80;
}
.TagClassName
{
border-color: #3EDE80;
}
</style>