Shades of Emerald #3EDD72
Tints of Emerald #3EDD72
RGB
CMYK
RGB Variations
Color information
#3EDD72 (or 0x3EDD72) is known color: Emerald. HEX triplet: 3E, DD and 72. RGB value is (62,221,114). Sum of RGB (Red+Green+Blue) = 62+221+114=397 (52% of max value = 765). Red value is 62 (24.61% from 255 or 15.62% from 397); Green value is 221 (86.72% from 255 or 55.67% from 397); Blue value is 114 (44.92% from 255 or 28.72% from 397); Max value from RGB is 221 - color contains mainly: green. Hex color #3EDD72 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3EDD72 is #C1228D. Grayscale: #A1A1A1. Windows color (decimal): -12657294 or 7527742. OLE color: 7527742.
HSL color Cylindrical-coordinate representation of color #3EDD72: hue angle of 139.62º 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 #3EDD72 is Cyan = 0.72, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 62 | 221 | 114 | - |
| CMYK | 0.72 | 0 | 0.48 | 0.13 |
| HSL | 139.62º | 0.7% | 0.55% | - |
| HSV(B) | 139.62º | 0.72% | 0.87% | - |
| XYZ | 30.88 | 53.95 | 24.71 | - |
| YUV | 161.26 | 101.32 | 57.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 221 | 114 | 0.72 | 0 | 0.48 | 0.13 | 139.62 | 0.7 | 0.55 |
| Hex | 3E | DD | 72 | 48 | 0 | 30 | D | 8C | 46 | 37 |
| Octal | 76 | 335 | 162 | 110 | 0 | 60 | 15 | 214 | 106 | 67 |
| Binary | 111110 | 11011101 | 1110010 | 1001000 | 0 | 110000 | 1101 | 10001100 | 1000110 | 110111 |
Color Harmonies of #3EDD72
Complementary color
Monochromatic Colors of #3EDD72
Black with #3EDD72
Text Example
Text Example
White with #3EDD72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EDD72; }
p { color: rgb(62,221,114); }
H1.HeaderClassName
{
color: #3EDD72;
}
.AnyTagClassName
{
color: #3EDD72;
}
</style>
background-color css
<style>
a { background-color: #3EDD72; }
a { background-color: rgb(62,221,114); }
div.DivClassName
{
background-color: #3EDD72;
}
.BgClassName
{
background-color: #3EDD72;
}
</style>
border-color css
<style>
span { border-color: #3EDD72; }
span { border-color: rgb(62,221,114); }
td.TdClassName
{
border-color: #3EDD72;
}
.TagClassName
{
border-color: #3EDD72;
}
</style>