Shades of Emerald #3AD25E
Tints of Emerald #3AD25E
RGB
CMYK
RGB Variations
Color information
#3AD25E (or 0x3AD25E) is known color: Emerald. HEX triplet: 3A, D2 and 5E. RGB value is (58,210,94). Sum of RGB (Red+Green+Blue) = 58+210+94=362 (47% of max value = 765). Red value is 58 (23.05% from 255 or 16.02% from 362); Green value is 210 (82.42% from 255 or 58.01% from 362); Blue value is 94 (37.11% from 255 or 25.97% from 362); Max value from RGB is 210 - color contains mainly: green. Hex color #3AD25E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3AD25E is #C52DA1. Grayscale: #979797. Windows color (decimal): -12922274 or 6214202. OLE color: 6214202.
HSL color Cylindrical-coordinate representation of color #3AD25E: hue angle of 134.21º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3AD25E is Cyan = 0.72, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 58 | 210 | 94 | - |
| CMYK | 0.72 | 0 | 0.55 | 0.18 |
| HSL | 134.21º | 0.63% | 0.53% | - |
| HSV(B) | 134.21º | 0.72% | 0.82% | - |
| XYZ | 26.81 | 47.8 | 18.4 | - |
| YUV | 151.33 | 95.64 | 61.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 210 | 94 | 0.72 | 0 | 0.55 | 0.18 | 134.21 | 0.63 | 0.53 |
| Hex | 3A | D2 | 5E | 48 | 0 | 37 | 12 | 86 | 3F | 35 |
| Octal | 72 | 322 | 136 | 110 | 0 | 67 | 22 | 206 | 77 | 65 |
| Binary | 111010 | 11010010 | 1011110 | 1001000 | 0 | 110111 | 10010 | 10000110 | 111111 | 110101 |
Color Harmonies of #3AD25E
Complementary color
Monochromatic Colors of #3AD25E
Black with #3AD25E
Text Example
Text Example
White with #3AD25E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD25E; }
p { color: rgb(58,210,94); }
H1.HeaderClassName
{
color: #3AD25E;
}
.AnyTagClassName
{
color: #3AD25E;
}
</style>
background-color css
<style>
a { background-color: #3AD25E; }
a { background-color: rgb(58,210,94); }
div.DivClassName
{
background-color: #3AD25E;
}
.BgClassName
{
background-color: #3AD25E;
}
</style>
border-color css
<style>
span { border-color: #3AD25E; }
span { border-color: rgb(58,210,94); }
td.TdClassName
{
border-color: #3AD25E;
}
.TagClassName
{
border-color: #3AD25E;
}
</style>