Shades of Emerald #3AD981
Tints of Emerald #3AD981
RGB
CMYK
RGB Variations
Color information
#3AD981 (or 0x3AD981) is known color: Emerald. HEX triplet: 3A, D9 and 81. RGB value is (58,217,129). Sum of RGB (Red+Green+Blue) = 58+217+129=404 (53% of max value = 765). Red value is 58 (23.05% from 255 or 14.36% from 404); Green value is 217 (85.16% from 255 or 53.71% from 404); Blue value is 129 (50.78% from 255 or 31.93% from 404); Max value from RGB is 217 - color contains mainly: green. Hex color #3AD981 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3AD981 is #C5267E. Grayscale: #9F9F9F. Windows color (decimal): -12920447 or 8509754. OLE color: 8509754.
HSL color Cylindrical-coordinate representation of color #3AD981: hue angle of 146.79º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3AD981 is Cyan = 0.73, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 58 | 217 | 129 | - |
| CMYK | 0.73 | 0 | 0.41 | 0.15 |
| HSL | 146.79º | 0.68% | 0.54% | - |
| HSV(B) | 146.79º | 0.73% | 0.85% | - |
| XYZ | 30.52 | 52.11 | 29.22 | - |
| YUV | 159.43 | 110.82 | 55.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 217 | 129 | 0.73 | 0 | 0.41 | 0.15 | 146.79 | 0.68 | 0.54 |
| Hex | 3A | D9 | 81 | 49 | 0 | 29 | F | 93 | 44 | 36 |
| Octal | 72 | 331 | 201 | 111 | 0 | 51 | 17 | 223 | 104 | 66 |
| Binary | 111010 | 11011001 | 10000001 | 1001001 | 0 | 101001 | 1111 | 10010011 | 1000100 | 110110 |
Color Harmonies of #3AD981
Complementary color
Monochromatic Colors of #3AD981
Black with #3AD981
Text Example
Text Example
White with #3AD981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD981; }
p { color: rgb(58,217,129); }
H1.HeaderClassName
{
color: #3AD981;
}
.AnyTagClassName
{
color: #3AD981;
}
</style>
background-color css
<style>
a { background-color: #3AD981; }
a { background-color: rgb(58,217,129); }
div.DivClassName
{
background-color: #3AD981;
}
.BgClassName
{
background-color: #3AD981;
}
</style>
border-color css
<style>
span { border-color: #3AD981; }
span { border-color: rgb(58,217,129); }
td.TdClassName
{
border-color: #3AD981;
}
.TagClassName
{
border-color: #3AD981;
}
</style>