Shades of Emerald #3AD67D
Tints of Emerald #3AD67D
RGB
CMYK
RGB Variations
Color information
#3AD67D (or 0x3AD67D) is known color: Emerald. HEX triplet: 3A, D6 and 7D. RGB value is (58,214,125). Sum of RGB (Red+Green+Blue) = 58+214+125=397 (52% of max value = 765). Red value is 58 (23.05% from 255 or 14.61% from 397); Green value is 214 (83.98% from 255 or 53.90% from 397); Blue value is 125 (49.22% from 255 or 31.49% from 397); Max value from RGB is 214 - color contains mainly: green. Hex color #3AD67D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3AD67D is #C52982. Grayscale: #9D9D9D. Windows color (decimal): -12921219 or 8246842. OLE color: 8246842.
HSL color Cylindrical-coordinate representation of color #3AD67D: hue angle of 145.77º 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 #3AD67D is Cyan = 0.73, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 58 | 214 | 125 | - |
| CMYK | 0.73 | 0 | 0.42 | 0.16 |
| HSL | 145.77º | 0.66% | 0.53% | - |
| HSV(B) | 145.77º | 0.73% | 0.84% | - |
| XYZ | 29.49 | 50.47 | 27.59 | - |
| YUV | 157.21 | 109.82 | 57.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 214 | 125 | 0.73 | 0 | 0.42 | 0.16 | 145.77 | 0.66 | 0.53 |
| Hex | 3A | D6 | 7D | 49 | 0 | 2A | 10 | 92 | 42 | 35 |
| Octal | 72 | 326 | 175 | 111 | 0 | 52 | 20 | 222 | 102 | 65 |
| Binary | 111010 | 11010110 | 1111101 | 1001001 | 0 | 101010 | 10000 | 10010010 | 1000010 | 110101 |
Color Harmonies of #3AD67D
Complementary color
Monochromatic Colors of #3AD67D
Black with #3AD67D
Text Example
Text Example
White with #3AD67D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD67D; }
p { color: rgb(58,214,125); }
H1.HeaderClassName
{
color: #3AD67D;
}
.AnyTagClassName
{
color: #3AD67D;
}
</style>
background-color css
<style>
a { background-color: #3AD67D; }
a { background-color: rgb(58,214,125); }
div.DivClassName
{
background-color: #3AD67D;
}
.BgClassName
{
background-color: #3AD67D;
}
</style>
border-color css
<style>
span { border-color: #3AD67D; }
span { border-color: rgb(58,214,125); }
td.TdClassName
{
border-color: #3AD67D;
}
.TagClassName
{
border-color: #3AD67D;
}
</style>