Shades of Emerald #3AD67E
Tints of Emerald #3AD67E
RGB
CMYK
RGB Variations
Color information
#3AD67E (or 0x3AD67E) is known color: Emerald. HEX triplet: 3A, D6 and 7E. RGB value is (58,214,126). Sum of RGB (Red+Green+Blue) = 58+214+126=398 (52% of max value = 765). Red value is 58 (23.05% from 255 or 14.57% from 398); Green value is 214 (83.98% from 255 or 53.77% from 398); Blue value is 126 (49.61% from 255 or 31.66% from 398); Max value from RGB is 214 - color contains mainly: green. Hex color #3AD67E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3AD67E is #C52981. Grayscale: #9D9D9D. Windows color (decimal): -12921218 or 8312378. OLE color: 8312378.
HSL color Cylindrical-coordinate representation of color #3AD67E: hue angle of 146.15º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3AD67E is Cyan = 0.73, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 58 | 214 | 126 | - |
| CMYK | 0.73 | 0 | 0.41 | 0.16 |
| HSL | 146.15º | 0.66% | 0.53% | - |
| HSV(B) | 146.15º | 0.73% | 0.84% | - |
| XYZ | 29.56 | 50.5 | 27.93 | - |
| YUV | 157.32 | 110.32 | 57.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 214 | 126 | 0.73 | 0 | 0.41 | 0.16 | 146.15 | 0.66 | 0.53 |
| Hex | 3A | D6 | 7E | 49 | 0 | 29 | 10 | 92 | 42 | 35 |
| Octal | 72 | 326 | 176 | 111 | 0 | 51 | 20 | 222 | 102 | 65 |
| Binary | 111010 | 11010110 | 1111110 | 1001001 | 0 | 101001 | 10000 | 10010010 | 1000010 | 110101 |
Color Harmonies of #3AD67E
Complementary color
Monochromatic Colors of #3AD67E
Black with #3AD67E
Text Example
Text Example
White with #3AD67E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD67E; }
p { color: rgb(58,214,126); }
H1.HeaderClassName
{
color: #3AD67E;
}
.AnyTagClassName
{
color: #3AD67E;
}
</style>
background-color css
<style>
a { background-color: #3AD67E; }
a { background-color: rgb(58,214,126); }
div.DivClassName
{
background-color: #3AD67E;
}
.BgClassName
{
background-color: #3AD67E;
}
</style>
border-color css
<style>
span { border-color: #3AD67E; }
span { border-color: rgb(58,214,126); }
td.TdClassName
{
border-color: #3AD67E;
}
.TagClassName
{
border-color: #3AD67E;
}
</style>