Shades of Emerald #3AD67C
Tints of Emerald #3AD67C
RGB
CMYK
RGB Variations
Color information
#3AD67C (or 0x3AD67C) is known color: Emerald. HEX triplet: 3A, D6 and 7C. RGB value is (58,214,124). Sum of RGB (Red+Green+Blue) = 58+214+124=396 (52% of max value = 765). Red value is 58 (23.05% from 255 or 14.65% from 396); Green value is 214 (83.98% from 255 or 54.04% from 396); Blue value is 124 (48.83% from 255 or 31.31% from 396); Max value from RGB is 214 - color contains mainly: green. Hex color #3AD67C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3AD67C is #C52983. Grayscale: #9D9D9D. Windows color (decimal): -12921220 or 8181306. OLE color: 8181306.
HSL color Cylindrical-coordinate representation of color #3AD67C: hue angle of 145.38º 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 #3AD67C is Cyan = 0.73, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 58 | 214 | 124 | - |
| CMYK | 0.73 | 0 | 0.42 | 0.16 |
| HSL | 145.38º | 0.66% | 0.53% | - |
| HSV(B) | 145.38º | 0.73% | 0.84% | - |
| XYZ | 29.43 | 50.45 | 27.26 | - |
| YUV | 157.1 | 109.32 | 57.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 214 | 124 | 0.73 | 0 | 0.42 | 0.16 | 145.38 | 0.66 | 0.53 |
| Hex | 3A | D6 | 7C | 49 | 0 | 2A | 10 | 91 | 42 | 35 |
| Octal | 72 | 326 | 174 | 111 | 0 | 52 | 20 | 221 | 102 | 65 |
| Binary | 111010 | 11010110 | 1111100 | 1001001 | 0 | 101010 | 10000 | 10010001 | 1000010 | 110101 |
Color Harmonies of #3AD67C
Complementary color
Monochromatic Colors of #3AD67C
Black with #3AD67C
Text Example
Text Example
White with #3AD67C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD67C; }
p { color: rgb(58,214,124); }
H1.HeaderClassName
{
color: #3AD67C;
}
.AnyTagClassName
{
color: #3AD67C;
}
</style>
background-color css
<style>
a { background-color: #3AD67C; }
a { background-color: rgb(58,214,124); }
div.DivClassName
{
background-color: #3AD67C;
}
.BgClassName
{
background-color: #3AD67C;
}
</style>
border-color css
<style>
span { border-color: #3AD67C; }
span { border-color: rgb(58,214,124); }
td.TdClassName
{
border-color: #3AD67C;
}
.TagClassName
{
border-color: #3AD67C;
}
</style>