Shades of Emerald #3AD977
Tints of Emerald #3AD977
RGB
CMYK
RGB Variations
Color information
#3AD977 (or 0x3AD977) is known color: Emerald. HEX triplet: 3A, D9 and 77. RGB value is (58,217,119). Sum of RGB (Red+Green+Blue) = 58+217+119=394 (52% of max value = 765). Red value is 58 (23.05% from 255 or 14.72% from 394); Green value is 217 (85.16% from 255 or 55.08% from 394); Blue value is 119 (46.88% from 255 or 30.20% from 394); Max value from RGB is 217 - color contains mainly: green. Hex color #3AD977 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3AD977 is #C52688. Grayscale: #9E9E9E. Windows color (decimal): -12920457 or 7854394. OLE color: 7854394.
HSL color Cylindrical-coordinate representation of color #3AD977: hue angle of 143.02º 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 #3AD977 is Cyan = 0.73, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 58 | 217 | 119 | - |
| CMYK | 0.73 | 0 | 0.45 | 0.15 |
| HSL | 143.02º | 0.68% | 0.54% | - |
| HSV(B) | 143.02º | 0.73% | 0.85% | - |
| XYZ | 29.89 | 51.86 | 25.89 | - |
| YUV | 158.29 | 105.82 | 56.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 217 | 119 | 0.73 | 0 | 0.45 | 0.15 | 143.02 | 0.68 | 0.54 |
| Hex | 3A | D9 | 77 | 49 | 0 | 2D | F | 8F | 44 | 36 |
| Octal | 72 | 331 | 167 | 111 | 0 | 55 | 17 | 217 | 104 | 66 |
| Binary | 111010 | 11011001 | 1110111 | 1001001 | 0 | 101101 | 1111 | 10001111 | 1000100 | 110110 |
Color Harmonies of #3AD977
Complementary color
Monochromatic Colors of #3AD977
Black with #3AD977
Text Example
Text Example
White with #3AD977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD977; }
p { color: rgb(58,217,119); }
H1.HeaderClassName
{
color: #3AD977;
}
.AnyTagClassName
{
color: #3AD977;
}
</style>
background-color css
<style>
a { background-color: #3AD977; }
a { background-color: rgb(58,217,119); }
div.DivClassName
{
background-color: #3AD977;
}
.BgClassName
{
background-color: #3AD977;
}
</style>
border-color css
<style>
span { border-color: #3AD977; }
span { border-color: rgb(58,217,119); }
td.TdClassName
{
border-color: #3AD977;
}
.TagClassName
{
border-color: #3AD977;
}
</style>