Shades of Emerald #3AD771
Tints of Emerald #3AD771
RGB
CMYK
RGB Variations
Color information
#3AD771 (or 0x3AD771) is known color: Emerald. HEX triplet: 3A, D7 and 71. RGB value is (58,215,113). Sum of RGB (Red+Green+Blue) = 58+215+113=386 (51% of max value = 765). Red value is 58 (23.05% from 255 or 15.03% from 386); Green value is 215 (84.38% from 255 or 55.70% from 386); Blue value is 113 (44.53% from 255 or 29.27% from 386); Max value from RGB is 215 - color contains mainly: green. Hex color #3AD771 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3AD771 is #C5288E. Grayscale: #9C9C9C. Windows color (decimal): -12920975 or 7460666. OLE color: 7460666.
HSL color Cylindrical-coordinate representation of color #3AD771: hue angle of 141.02º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3AD771 is Cyan = 0.73, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 58 | 215 | 113 | - |
| CMYK | 0.73 | 0 | 0.47 | 0.16 |
| HSL | 141.02º | 0.66% | 0.54% | - |
| HSV(B) | 141.02º | 0.73% | 0.84% | - |
| XYZ | 29.03 | 50.69 | 23.88 | - |
| YUV | 156.43 | 103.49 | 57.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 215 | 113 | 0.73 | 0 | 0.47 | 0.16 | 141.02 | 0.66 | 0.54 |
| Hex | 3A | D7 | 71 | 49 | 0 | 2F | 10 | 8D | 42 | 36 |
| Octal | 72 | 327 | 161 | 111 | 0 | 57 | 20 | 215 | 102 | 66 |
| Binary | 111010 | 11010111 | 1110001 | 1001001 | 0 | 101111 | 10000 | 10001101 | 1000010 | 110110 |
Color Harmonies of #3AD771
Complementary color
Monochromatic Colors of #3AD771
Black with #3AD771
Text Example
Text Example
White with #3AD771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD771; }
p { color: rgb(58,215,113); }
H1.HeaderClassName
{
color: #3AD771;
}
.AnyTagClassName
{
color: #3AD771;
}
</style>
background-color css
<style>
a { background-color: #3AD771; }
a { background-color: rgb(58,215,113); }
div.DivClassName
{
background-color: #3AD771;
}
.BgClassName
{
background-color: #3AD771;
}
</style>
border-color css
<style>
span { border-color: #3AD771; }
span { border-color: rgb(58,215,113); }
td.TdClassName
{
border-color: #3AD771;
}
.TagClassName
{
border-color: #3AD771;
}
</style>