Shades of Emerald #3ED380
Tints of Emerald #3ED380
RGB
CMYK
RGB Variations
Color information
#3ED380 (or 0x3ED380) is known color: Emerald. HEX triplet: 3E, D3 and 80. RGB value is (62,211,128). Sum of RGB (Red+Green+Blue) = 62+211+128=401 (53% of max value = 765). Red value is 62 (24.61% from 255 or 15.46% from 401); Green value is 211 (82.81% from 255 or 52.62% from 401); Blue value is 128 (50.39% from 255 or 31.92% from 401); Max value from RGB is 211 - color contains mainly: green. Hex color #3ED380 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3ED380 is #C12C7F. Grayscale: #9D9D9D. Windows color (decimal): -12659840 or 8442686. OLE color: 8442686.
HSL color Cylindrical-coordinate representation of color #3ED380: hue angle of 146.58º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3ED380 is Cyan = 0.71, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 62 | 211 | 128 | - |
| CMYK | 0.71 | 0 | 0.39 | 0.17 |
| HSL | 146.58º | 0.63% | 0.54% | - |
| HSV(B) | 146.58º | 0.71% | 0.83% | - |
| XYZ | 29.18 | 49.17 | 28.38 | - |
| YUV | 156.99 | 111.64 | 60.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 211 | 128 | 0.71 | 0 | 0.39 | 0.17 | 146.58 | 0.63 | 0.54 |
| Hex | 3E | D3 | 80 | 47 | 0 | 27 | 11 | 93 | 3F | 36 |
| Octal | 76 | 323 | 200 | 107 | 0 | 47 | 21 | 223 | 77 | 66 |
| Binary | 111110 | 11010011 | 10000000 | 1000111 | 0 | 100111 | 10001 | 10010011 | 111111 | 110110 |
Color Harmonies of #3ED380
Complementary color
Monochromatic Colors of #3ED380
Black with #3ED380
Text Example
Text Example
White with #3ED380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ED380; }
p { color: rgb(62,211,128); }
H1.HeaderClassName
{
color: #3ED380;
}
.AnyTagClassName
{
color: #3ED380;
}
</style>
background-color css
<style>
a { background-color: #3ED380; }
a { background-color: rgb(62,211,128); }
div.DivClassName
{
background-color: #3ED380;
}
.BgClassName
{
background-color: #3ED380;
}
</style>
border-color css
<style>
span { border-color: #3ED380; }
span { border-color: rgb(62,211,128); }
td.TdClassName
{
border-color: #3ED380;
}
.TagClassName
{
border-color: #3ED380;
}
</style>