Shades of Emerald #3AD65E
Tints of Emerald #3AD65E
RGB
CMYK
RGB Variations
Color information
#3AD65E (or 0x3AD65E) is known color: Emerald. HEX triplet: 3A, D6 and 5E. RGB value is (58,214,94). Sum of RGB (Red+Green+Blue) = 58+214+94=366 (48% of max value = 765). Red value is 58 (23.05% from 255 or 15.85% from 366); Green value is 214 (83.98% from 255 or 58.47% from 366); Blue value is 94 (37.11% from 255 or 25.68% from 366); Max value from RGB is 214 - color contains mainly: green. Hex color #3AD65E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3AD65E is #C529A1. Grayscale: #9A9A9A. Windows color (decimal): -12921250 or 6215226. OLE color: 6215226.
HSL color Cylindrical-coordinate representation of color #3AD65E: hue angle of 133.85º degrees, saturation: 0.66, 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 #3AD65E is Cyan = 0.73, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 58 | 214 | 94 | - |
| CMYK | 0.73 | 0 | 0.56 | 0.16 |
| HSL | 133.85º | 0.66% | 0.53% | - |
| HSV(B) | 133.85º | 0.73% | 0.84% | - |
| XYZ | 27.81 | 49.8 | 18.74 | - |
| YUV | 153.68 | 94.32 | 59.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 214 | 94 | 0.73 | 0 | 0.56 | 0.16 | 133.85 | 0.66 | 0.53 |
| Hex | 3A | D6 | 5E | 49 | 0 | 38 | 10 | 86 | 42 | 35 |
| Octal | 72 | 326 | 136 | 111 | 0 | 70 | 20 | 206 | 102 | 65 |
| Binary | 111010 | 11010110 | 1011110 | 1001001 | 0 | 111000 | 10000 | 10000110 | 1000010 | 110101 |
Color Harmonies of #3AD65E
Complementary color
Monochromatic Colors of #3AD65E
Black with #3AD65E
Text Example
Text Example
White with #3AD65E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD65E; }
p { color: rgb(58,214,94); }
H1.HeaderClassName
{
color: #3AD65E;
}
.AnyTagClassName
{
color: #3AD65E;
}
</style>
background-color css
<style>
a { background-color: #3AD65E; }
a { background-color: rgb(58,214,94); }
div.DivClassName
{
background-color: #3AD65E;
}
.BgClassName
{
background-color: #3AD65E;
}
</style>
border-color css
<style>
span { border-color: #3AD65E; }
span { border-color: rgb(58,214,94); }
td.TdClassName
{
border-color: #3AD65E;
}
.TagClassName
{
border-color: #3AD65E;
}
</style>