Shades of Emerald #3AD36F
Tints of Emerald #3AD36F
RGB
CMYK
RGB Variations
Color information
#3AD36F (or 0x3AD36F) is known color: Emerald. HEX triplet: 3A, D3 and 6F. RGB value is (58,211,111). Sum of RGB (Red+Green+Blue) = 58+211+111=380 (50% of max value = 765). Red value is 58 (23.05% from 255 or 15.26% from 380); Green value is 211 (82.81% from 255 or 55.53% from 380); Blue value is 111 (43.75% from 255 or 29.21% from 380); Max value from RGB is 211 - color contains mainly: green. Hex color #3AD36F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3AD36F is #C52C90. Grayscale: #9A9A9A. Windows color (decimal): -12922001 or 7328570. OLE color: 7328570.
HSL color Cylindrical-coordinate representation of color #3AD36F: hue angle of 140.78º degrees, saturation: 0.63, 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 #3AD36F is Cyan = 0.73, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 58 | 211 | 111 | - |
| CMYK | 0.73 | 0 | 0.47 | 0.17 |
| HSL | 140.78º | 0.63% | 0.53% | - |
| HSV(B) | 140.78º | 0.73% | 0.83% | - |
| XYZ | 27.91 | 48.64 | 22.96 | - |
| YUV | 153.85 | 103.81 | 59.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 211 | 111 | 0.73 | 0 | 0.47 | 0.17 | 140.78 | 0.63 | 0.53 |
| Hex | 3A | D3 | 6F | 49 | 0 | 2F | 11 | 8D | 3F | 35 |
| Octal | 72 | 323 | 157 | 111 | 0 | 57 | 21 | 215 | 77 | 65 |
| Binary | 111010 | 11010011 | 1101111 | 1001001 | 0 | 101111 | 10001 | 10001101 | 111111 | 110101 |
Color Harmonies of #3AD36F
Complementary color
Monochromatic Colors of #3AD36F
Black with #3AD36F
Text Example
Text Example
White with #3AD36F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD36F; }
p { color: rgb(58,211,111); }
H1.HeaderClassName
{
color: #3AD36F;
}
.AnyTagClassName
{
color: #3AD36F;
}
</style>
background-color css
<style>
a { background-color: #3AD36F; }
a { background-color: rgb(58,211,111); }
div.DivClassName
{
background-color: #3AD36F;
}
.BgClassName
{
background-color: #3AD36F;
}
</style>
border-color css
<style>
span { border-color: #3AD36F; }
span { border-color: rgb(58,211,111); }
td.TdClassName
{
border-color: #3AD36F;
}
.TagClassName
{
border-color: #3AD36F;
}
</style>