Shades of Emerald #3AD85E
Tints of Emerald #3AD85E
RGB
CMYK
RGB Variations
Color information
#3AD85E (or 0x3AD85E) is known color: Emerald. HEX triplet: 3A, D8 and 5E. RGB value is (58,216,94). Sum of RGB (Red+Green+Blue) = 58+216+94=368 (48% of max value = 765). Red value is 58 (23.05% from 255 or 15.76% from 368); Green value is 216 (84.77% from 255 or 58.70% from 368); Blue value is 94 (37.11% from 255 or 25.54% from 368); Max value from RGB is 216 - color contains mainly: green. Hex color #3AD85E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3AD85E is #C527A1. Grayscale: #9B9B9B. Windows color (decimal): -12920738 or 6215738. OLE color: 6215738.
HSL color Cylindrical-coordinate representation of color #3AD85E: hue angle of 133.67º degrees, saturation: 0.67, 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 #3AD85E is Cyan = 0.73, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 58 | 216 | 94 | - |
| CMYK | 0.73 | 0 | 0.56 | 0.15 |
| HSL | 133.67º | 0.67% | 0.54% | - |
| HSV(B) | 133.67º | 0.73% | 0.85% | - |
| XYZ | 28.32 | 50.82 | 18.91 | - |
| YUV | 154.85 | 93.65 | 58.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 216 | 94 | 0.73 | 0 | 0.56 | 0.15 | 133.67 | 0.67 | 0.54 |
| Hex | 3A | D8 | 5E | 49 | 0 | 38 | F | 86 | 43 | 36 |
| Octal | 72 | 330 | 136 | 111 | 0 | 70 | 17 | 206 | 103 | 66 |
| Binary | 111010 | 11011000 | 1011110 | 1001001 | 0 | 111000 | 1111 | 10000110 | 1000011 | 110110 |
Color Harmonies of #3AD85E
Complementary color
Monochromatic Colors of #3AD85E
Black with #3AD85E
Text Example
Text Example
White with #3AD85E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD85E; }
p { color: rgb(58,216,94); }
H1.HeaderClassName
{
color: #3AD85E;
}
.AnyTagClassName
{
color: #3AD85E;
}
</style>
background-color css
<style>
a { background-color: #3AD85E; }
a { background-color: rgb(58,216,94); }
div.DivClassName
{
background-color: #3AD85E;
}
.BgClassName
{
background-color: #3AD85E;
}
</style>
border-color css
<style>
span { border-color: #3AD85E; }
span { border-color: rgb(58,216,94); }
td.TdClassName
{
border-color: #3AD85E;
}
.TagClassName
{
border-color: #3AD85E;
}
</style>