Shades of Emerald #3EDB70
Tints of Emerald #3EDB70
RGB
CMYK
RGB Variations
Color information
#3EDB70 (or 0x3EDB70) is known color: Emerald. HEX triplet: 3E, DB and 70. RGB value is (62,219,112). Sum of RGB (Red+Green+Blue) = 62+219+112=393 (52% of max value = 765). Red value is 62 (24.61% from 255 or 15.78% from 393); Green value is 219 (85.94% from 255 or 55.73% from 393); Blue value is 112 (44.14% from 255 or 28.50% from 393); Max value from RGB is 219 - color contains mainly: green. Hex color #3EDB70 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3EDB70 is #C1248F. Grayscale: #A0A0A0. Windows color (decimal): -12657808 or 7396158. OLE color: 7396158.
HSL color Cylindrical-coordinate representation of color #3EDB70: hue angle of 139.11º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3EDB70 is Cyan = 0.72, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 62 | 219 | 112 | - |
| CMYK | 0.72 | 0 | 0.49 | 0.14 |
| HSL | 139.11º | 0.69% | 0.55% | - |
| HSV(B) | 139.11º | 0.72% | 0.86% | - |
| XYZ | 30.24 | 52.86 | 23.94 | - |
| YUV | 159.86 | 100.99 | 58.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 219 | 112 | 0.72 | 0 | 0.49 | 0.14 | 139.11 | 0.69 | 0.55 |
| Hex | 3E | DB | 70 | 48 | 0 | 31 | E | 8B | 45 | 37 |
| Octal | 76 | 333 | 160 | 110 | 0 | 61 | 16 | 213 | 105 | 67 |
| Binary | 111110 | 11011011 | 1110000 | 1001000 | 0 | 110001 | 1110 | 10001011 | 1000101 | 110111 |
Color Harmonies of #3EDB70
Complementary color
Monochromatic Colors of #3EDB70
Black with #3EDB70
Text Example
Text Example
White with #3EDB70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EDB70; }
p { color: rgb(62,219,112); }
H1.HeaderClassName
{
color: #3EDB70;
}
.AnyTagClassName
{
color: #3EDB70;
}
</style>
background-color css
<style>
a { background-color: #3EDB70; }
a { background-color: rgb(62,219,112); }
div.DivClassName
{
background-color: #3EDB70;
}
.BgClassName
{
background-color: #3EDB70;
}
</style>
border-color css
<style>
span { border-color: #3EDB70; }
span { border-color: rgb(62,219,112); }
td.TdClassName
{
border-color: #3EDB70;
}
.TagClassName
{
border-color: #3EDB70;
}
</style>