Shades of Emerald #3AD65F
Tints of Emerald #3AD65F
RGB
CMYK
RGB Variations
Color information
#3AD65F (or 0x3AD65F) is known color: Emerald. HEX triplet: 3A, D6 and 5F. RGB value is (58,214,95). Sum of RGB (Red+Green+Blue) = 58+214+95=367 (48% of max value = 765). Red value is 58 (23.05% from 255 or 15.80% from 367); Green value is 214 (83.98% from 255 or 58.31% from 367); Blue value is 95 (37.5% from 255 or 25.89% from 367); Max value from RGB is 214 - color contains mainly: green. Hex color #3AD65F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3AD65F is #C529A0. Grayscale: #9A9A9A. Windows color (decimal): -12921249 or 6280762. OLE color: 6280762.
HSL color Cylindrical-coordinate representation of color #3AD65F: hue angle of 134.23º 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 #3AD65F is Cyan = 0.73, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 58 | 214 | 95 | - |
| CMYK | 0.73 | 0 | 0.56 | 0.16 |
| HSL | 134.23º | 0.66% | 0.53% | - |
| HSV(B) | 134.23º | 0.73% | 0.84% | - |
| XYZ | 27.86 | 49.82 | 18.97 | - |
| YUV | 153.79 | 94.82 | 59.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 214 | 95 | 0.73 | 0 | 0.56 | 0.16 | 134.23 | 0.66 | 0.53 |
| Hex | 3A | D6 | 5F | 49 | 0 | 38 | 10 | 86 | 42 | 35 |
| Octal | 72 | 326 | 137 | 111 | 0 | 70 | 20 | 206 | 102 | 65 |
| Binary | 111010 | 11010110 | 1011111 | 1001001 | 0 | 111000 | 10000 | 10000110 | 1000010 | 110101 |
Color Harmonies of #3AD65F
Complementary color
Monochromatic Colors of #3AD65F
Black with #3AD65F
Text Example
Text Example
White with #3AD65F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD65F; }
p { color: rgb(58,214,95); }
H1.HeaderClassName
{
color: #3AD65F;
}
.AnyTagClassName
{
color: #3AD65F;
}
</style>
background-color css
<style>
a { background-color: #3AD65F; }
a { background-color: rgb(58,214,95); }
div.DivClassName
{
background-color: #3AD65F;
}
.BgClassName
{
background-color: #3AD65F;
}
</style>
border-color css
<style>
span { border-color: #3AD65F; }
span { border-color: rgb(58,214,95); }
td.TdClassName
{
border-color: #3AD65F;
}
.TagClassName
{
border-color: #3AD65F;
}
</style>