Shades of Emerald #3ED07B
Tints of Emerald #3ED07B
RGB
CMYK
RGB Variations
Color information
#3ED07B (or 0x3ED07B) is known color: Emerald. HEX triplet: 3E, D0 and 7B. RGB value is (62,208,123). Sum of RGB (Red+Green+Blue) = 62+208+123=393 (52% of max value = 765). Red value is 62 (24.61% from 255 or 15.78% from 393); Green value is 208 (81.64% from 255 or 52.93% from 393); Blue value is 123 (48.44% from 255 or 31.30% from 393); Max value from RGB is 208 - color contains mainly: green. Hex color #3ED07B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3ED07B is #C12F84. Grayscale: #9A9A9A. Windows color (decimal): -12660613 or 8114238. OLE color: 8114238.
HSL color Cylindrical-coordinate representation of color #3ED07B: hue angle of 145.07º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3ED07B is Cyan = 0.70, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 62 | 208 | 123 | - |
| CMYK | 0.70 | 0 | 0.41 | 0.18 |
| HSL | 145.07º | 0.61% | 0.53% | - |
| HSV(B) | 145.07º | 0.7% | 0.82% | - |
| XYZ | 28.12 | 47.57 | 26.44 | - |
| YUV | 154.66 | 110.13 | 61.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 208 | 123 | 0.70 | 0 | 0.41 | 0.18 | 145.07 | 0.61 | 0.53 |
| Hex | 3E | D0 | 7B | 46 | 0 | 29 | 12 | 91 | 3D | 35 |
| Octal | 76 | 320 | 173 | 106 | 0 | 51 | 22 | 221 | 75 | 65 |
| Binary | 111110 | 11010000 | 1111011 | 1000110 | 0 | 101001 | 10010 | 10010001 | 111101 | 110101 |
Color Harmonies of #3ED07B
Complementary color
Monochromatic Colors of #3ED07B
Black with #3ED07B
Text Example
Text Example
White with #3ED07B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ED07B; }
p { color: rgb(62,208,123); }
H1.HeaderClassName
{
color: #3ED07B;
}
.AnyTagClassName
{
color: #3ED07B;
}
</style>
background-color css
<style>
a { background-color: #3ED07B; }
a { background-color: rgb(62,208,123); }
div.DivClassName
{
background-color: #3ED07B;
}
.BgClassName
{
background-color: #3ED07B;
}
</style>
border-color css
<style>
span { border-color: #3ED07B; }
span { border-color: rgb(62,208,123); }
td.TdClassName
{
border-color: #3ED07B;
}
.TagClassName
{
border-color: #3ED07B;
}
</style>