Shades of Emerald #3AD57F
Tints of Emerald #3AD57F
RGB
CMYK
RGB Variations
Color information
#3AD57F (or 0x3AD57F) is known color: Emerald. HEX triplet: 3A, D5 and 7F. RGB value is (58,213,127). Sum of RGB (Red+Green+Blue) = 58+213+127=398 (52% of max value = 765). Red value is 58 (23.05% from 255 or 14.57% from 398); Green value is 213 (83.59% from 255 or 53.52% from 398); Blue value is 127 (50% from 255 or 31.91% from 398); Max value from RGB is 213 - color contains mainly: green. Hex color #3AD57F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3AD57F is #C52A80. Grayscale: #9D9D9D. Windows color (decimal): -12921473 or 8377658. OLE color: 8377658.
HSL color Cylindrical-coordinate representation of color #3AD57F: hue angle of 146.71º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3AD57F is Cyan = 0.73, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 58 | 213 | 127 | - |
| CMYK | 0.73 | 0 | 0.40 | 0.16 |
| HSL | 146.71º | 0.65% | 0.53% | - |
| HSV(B) | 146.71º | 0.73% | 0.84% | - |
| XYZ | 29.37 | 50.02 | 28.19 | - |
| YUV | 156.85 | 111.15 | 57.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 213 | 127 | 0.73 | 0 | 0.40 | 0.16 | 146.71 | 0.65 | 0.53 |
| Hex | 3A | D5 | 7F | 49 | 0 | 28 | 10 | 93 | 41 | 35 |
| Octal | 72 | 325 | 177 | 111 | 0 | 50 | 20 | 223 | 101 | 65 |
| Binary | 111010 | 11010101 | 1111111 | 1001001 | 0 | 101000 | 10000 | 10010011 | 1000001 | 110101 |
Color Harmonies of #3AD57F
Complementary color
Monochromatic Colors of #3AD57F
Black with #3AD57F
Text Example
Text Example
White with #3AD57F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD57F; }
p { color: rgb(58,213,127); }
H1.HeaderClassName
{
color: #3AD57F;
}
.AnyTagClassName
{
color: #3AD57F;
}
</style>
background-color css
<style>
a { background-color: #3AD57F; }
a { background-color: rgb(58,213,127); }
div.DivClassName
{
background-color: #3AD57F;
}
.BgClassName
{
background-color: #3AD57F;
}
</style>
border-color css
<style>
span { border-color: #3AD57F; }
span { border-color: rgb(58,213,127); }
td.TdClassName
{
border-color: #3AD57F;
}
.TagClassName
{
border-color: #3AD57F;
}
</style>