Shades of Emerald #3AD47F
Tints of Emerald #3AD47F
RGB
CMYK
RGB Variations
Color information
#3AD47F (or 0x3AD47F) is known color: Emerald. HEX triplet: 3A, D4 and 7F. RGB value is (58,212,127). Sum of RGB (Red+Green+Blue) = 58+212+127=397 (52% of max value = 765). Red value is 58 (23.05% from 255 or 14.61% from 397); Green value is 212 (83.20% from 255 or 53.40% from 397); Blue value is 127 (50% from 255 or 31.99% from 397); Max value from RGB is 212 - color contains mainly: green. Hex color #3AD47F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3AD47F is #C52B80. Grayscale: #9C9C9C. Windows color (decimal): -12921729 or 8377402. OLE color: 8377402.
HSL color Cylindrical-coordinate representation of color #3AD47F: hue angle of 146.88º 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 #3AD47F is Cyan = 0.73, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 58 | 212 | 127 | - |
| CMYK | 0.73 | 0 | 0.40 | 0.17 |
| HSL | 146.88º | 0.64% | 0.53% | - |
| HSV(B) | 146.88º | 0.73% | 0.83% | - |
| XYZ | 29.12 | 49.52 | 28.1 | - |
| YUV | 156.26 | 111.48 | 57.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 212 | 127 | 0.73 | 0 | 0.40 | 0.17 | 146.88 | 0.64 | 0.53 |
| Hex | 3A | D4 | 7F | 49 | 0 | 28 | 11 | 93 | 40 | 35 |
| Octal | 72 | 324 | 177 | 111 | 0 | 50 | 21 | 223 | 100 | 65 |
| Binary | 111010 | 11010100 | 1111111 | 1001001 | 0 | 101000 | 10001 | 10010011 | 1000000 | 110101 |
Color Harmonies of #3AD47F
Complementary color
Monochromatic Colors of #3AD47F
Black with #3AD47F
Text Example
Text Example
White with #3AD47F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD47F; }
p { color: rgb(58,212,127); }
H1.HeaderClassName
{
color: #3AD47F;
}
.AnyTagClassName
{
color: #3AD47F;
}
</style>
background-color css
<style>
a { background-color: #3AD47F; }
a { background-color: rgb(58,212,127); }
div.DivClassName
{
background-color: #3AD47F;
}
.BgClassName
{
background-color: #3AD47F;
}
</style>
border-color css
<style>
span { border-color: #3AD47F; }
span { border-color: rgb(58,212,127); }
td.TdClassName
{
border-color: #3AD47F;
}
.TagClassName
{
border-color: #3AD47F;
}
</style>