Shades of Emerald #3ADA5E
Tints of Emerald #3ADA5E
RGB
CMYK
RGB Variations
Color information
#3ADA5E (or 0x3ADA5E) is known color: Emerald. HEX triplet: 3A, DA and 5E. RGB value is (58,218,94). Sum of RGB (Red+Green+Blue) = 58+218+94=370 (49% of max value = 765). Red value is 58 (23.05% from 255 or 15.68% from 370); Green value is 218 (85.55% from 255 or 58.92% from 370); Blue value is 94 (37.11% from 255 or 25.41% from 370); Max value from RGB is 218 - color contains mainly: green. Hex color #3ADA5E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3ADA5E is #C525A1. Grayscale: #9C9C9C. Windows color (decimal): -12920226 or 6216250. OLE color: 6216250.
HSL color Cylindrical-coordinate representation of color #3ADA5E: hue angle of 133.5º degrees, saturation: 0.68, 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 #3ADA5E is Cyan = 0.73, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 58 | 218 | 94 | - |
| CMYK | 0.73 | 0 | 0.57 | 0.15 |
| HSL | 133.5º | 0.68% | 0.54% | - |
| HSV(B) | 133.5º | 0.73% | 0.85% | - |
| XYZ | 28.84 | 51.85 | 19.08 | - |
| YUV | 156.02 | 92.99 | 58.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 218 | 94 | 0.73 | 0 | 0.57 | 0.15 | 133.5 | 0.68 | 0.54 |
| Hex | 3A | DA | 5E | 49 | 0 | 39 | F | 86 | 44 | 36 |
| Octal | 72 | 332 | 136 | 111 | 0 | 71 | 17 | 206 | 104 | 66 |
| Binary | 111010 | 11011010 | 1011110 | 1001001 | 0 | 111001 | 1111 | 10000110 | 1000100 | 110110 |
Color Harmonies of #3ADA5E
Complementary color
Monochromatic Colors of #3ADA5E
Black with #3ADA5E
Text Example
Text Example
White with #3ADA5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ADA5E; }
p { color: rgb(58,218,94); }
H1.HeaderClassName
{
color: #3ADA5E;
}
.AnyTagClassName
{
color: #3ADA5E;
}
</style>
background-color css
<style>
a { background-color: #3ADA5E; }
a { background-color: rgb(58,218,94); }
div.DivClassName
{
background-color: #3ADA5E;
}
.BgClassName
{
background-color: #3ADA5E;
}
</style>
border-color css
<style>
span { border-color: #3ADA5E; }
span { border-color: rgb(58,218,94); }
td.TdClassName
{
border-color: #3ADA5E;
}
.TagClassName
{
border-color: #3ADA5E;
}
</style>