Shades of Emerald #3AD97D
Tints of Emerald #3AD97D
RGB
CMYK
RGB Variations
Color information
#3AD97D (or 0x3AD97D) is known color: Emerald. HEX triplet: 3A, D9 and 7D. RGB value is (58,217,125). Sum of RGB (Red+Green+Blue) = 58+217+125=400 (52% of max value = 765). Red value is 58 (23.05% from 255 or 14.5% from 400); Green value is 217 (85.16% from 255 or 54.25% from 400); Blue value is 125 (49.22% from 255 or 31.25% from 400); Max value from RGB is 217 - color contains mainly: green. Hex color #3AD97D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3AD97D is #C52682. Grayscale: #9F9F9F. Windows color (decimal): -12920451 or 8247610. OLE color: 8247610.
HSL color Cylindrical-coordinate representation of color #3AD97D: hue angle of 145.28º 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 #3AD97D is Cyan = 0.73, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 58 | 217 | 125 | - |
| CMYK | 0.73 | 0 | 0.42 | 0.15 |
| HSL | 145.28º | 0.68% | 0.54% | - |
| HSV(B) | 145.28º | 0.73% | 0.85% | - |
| XYZ | 30.26 | 52.01 | 27.85 | - |
| YUV | 158.97 | 108.82 | 55.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 217 | 125 | 0.73 | 0 | 0.42 | 0.15 | 145.28 | 0.68 | 0.54 |
| Hex | 3A | D9 | 7D | 49 | 0 | 2A | F | 91 | 44 | 36 |
| Octal | 72 | 331 | 175 | 111 | 0 | 52 | 17 | 221 | 104 | 66 |
| Binary | 111010 | 11011001 | 1111101 | 1001001 | 0 | 101010 | 1111 | 10010001 | 1000100 | 110110 |
Color Harmonies of #3AD97D
Complementary color
Monochromatic Colors of #3AD97D
Black with #3AD97D
Text Example
Text Example
White with #3AD97D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD97D; }
p { color: rgb(58,217,125); }
H1.HeaderClassName
{
color: #3AD97D;
}
.AnyTagClassName
{
color: #3AD97D;
}
</style>
background-color css
<style>
a { background-color: #3AD97D; }
a { background-color: rgb(58,217,125); }
div.DivClassName
{
background-color: #3AD97D;
}
.BgClassName
{
background-color: #3AD97D;
}
</style>
border-color css
<style>
span { border-color: #3AD97D; }
span { border-color: rgb(58,217,125); }
td.TdClassName
{
border-color: #3AD97D;
}
.TagClassName
{
border-color: #3AD97D;
}
</style>