Shades of Emerald #3AD658
Tints of Emerald #3AD658
RGB
CMYK
RGB Variations
Color information
#3AD658 (or 0x3AD658) is known color: Emerald. HEX triplet: 3A, D6 and 58. RGB value is (58,214,88). Sum of RGB (Red+Green+Blue) = 58+214+88=360 (47% of max value = 765). Red value is 58 (23.05% from 255 or 16.11% from 360); Green value is 214 (83.98% from 255 or 59.44% from 360); Blue value is 88 (34.77% from 255 or 24.44% from 360); Max value from RGB is 214 - color contains mainly: green. Hex color #3AD658 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3AD658 is #C529A7. Grayscale: #999999. Windows color (decimal): -12921256 or 5822010. OLE color: 5822010.
HSL color Cylindrical-coordinate representation of color #3AD658: hue angle of 131.54º 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 #3AD658 is Cyan = 0.73, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 58 | 214 | 88 | - |
| CMYK | 0.73 | 0 | 0.59 | 0.16 |
| HSL | 131.54º | 0.66% | 0.53% | - |
| HSV(B) | 131.54º | 0.73% | 0.84% | - |
| XYZ | 27.55 | 49.7 | 17.37 | - |
| YUV | 152.99 | 91.32 | 60.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 214 | 88 | 0.73 | 0 | 0.59 | 0.16 | 131.54 | 0.66 | 0.53 |
| Hex | 3A | D6 | 58 | 49 | 0 | 3B | 10 | 84 | 42 | 35 |
| Octal | 72 | 326 | 130 | 111 | 0 | 73 | 20 | 204 | 102 | 65 |
| Binary | 111010 | 11010110 | 1011000 | 1001001 | 0 | 111011 | 10000 | 10000100 | 1000010 | 110101 |
Color Harmonies of #3AD658
Complementary color
Monochromatic Colors of #3AD658
Black with #3AD658
Text Example
Text Example
White with #3AD658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD658; }
p { color: rgb(58,214,88); }
H1.HeaderClassName
{
color: #3AD658;
}
.AnyTagClassName
{
color: #3AD658;
}
</style>
background-color css
<style>
a { background-color: #3AD658; }
a { background-color: rgb(58,214,88); }
div.DivClassName
{
background-color: #3AD658;
}
.BgClassName
{
background-color: #3AD658;
}
</style>
border-color css
<style>
span { border-color: #3AD658; }
span { border-color: rgb(58,214,88); }
td.TdClassName
{
border-color: #3AD658;
}
.TagClassName
{
border-color: #3AD658;
}
</style>