Shades of Emerald #3AD47E
Tints of Emerald #3AD47E
RGB
CMYK
RGB Variations
Color information
#3AD47E (or 0x3AD47E) is known color: Emerald. HEX triplet: 3A, D4 and 7E. RGB value is (58,212,126). Sum of RGB (Red+Green+Blue) = 58+212+126=396 (52% of max value = 765). Red value is 58 (23.05% from 255 or 14.65% from 396); Green value is 212 (83.20% from 255 or 53.54% from 396); Blue value is 126 (49.61% from 255 or 31.82% from 396); Max value from RGB is 212 - color contains mainly: green. Hex color #3AD47E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3AD47E is #C52B81. Grayscale: #9C9C9C. Windows color (decimal): -12921730 or 8311866. OLE color: 8311866.
HSL color Cylindrical-coordinate representation of color #3AD47E: hue angle of 146.49º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3AD47E is Cyan = 0.73, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 58 | 212 | 126 | - |
| CMYK | 0.73 | 0 | 0.41 | 0.17 |
| HSL | 146.49º | 0.64% | 0.53% | - |
| HSV(B) | 146.49º | 0.73% | 0.83% | - |
| XYZ | 29.05 | 49.49 | 27.76 | - |
| YUV | 156.15 | 110.98 | 57.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 212 | 126 | 0.73 | 0 | 0.41 | 0.17 | 146.49 | 0.64 | 0.53 |
| Hex | 3A | D4 | 7E | 49 | 0 | 29 | 11 | 92 | 40 | 35 |
| Octal | 72 | 324 | 176 | 111 | 0 | 51 | 21 | 222 | 100 | 65 |
| Binary | 111010 | 11010100 | 1111110 | 1001001 | 0 | 101001 | 10001 | 10010010 | 1000000 | 110101 |
Color Harmonies of #3AD47E
Complementary color
Monochromatic Colors of #3AD47E
Black with #3AD47E
Text Example
Text Example
White with #3AD47E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD47E; }
p { color: rgb(58,212,126); }
H1.HeaderClassName
{
color: #3AD47E;
}
.AnyTagClassName
{
color: #3AD47E;
}
</style>
background-color css
<style>
a { background-color: #3AD47E; }
a { background-color: rgb(58,212,126); }
div.DivClassName
{
background-color: #3AD47E;
}
.BgClassName
{
background-color: #3AD47E;
}
</style>
border-color css
<style>
span { border-color: #3AD47E; }
span { border-color: rgb(58,212,126); }
td.TdClassName
{
border-color: #3AD47E;
}
.TagClassName
{
border-color: #3AD47E;
}
</style>