Shades of Emerald #3ADE7D
Tints of Emerald #3ADE7D
RGB
CMYK
RGB Variations
Color information
#3ADE7D (or 0x3ADE7D) is known color: Emerald. HEX triplet: 3A, DE and 7D. RGB value is (58,222,125). Sum of RGB (Red+Green+Blue) = 58+222+125=405 (53% of max value = 765). Red value is 58 (23.05% from 255 or 14.32% from 405); Green value is 222 (87.11% from 255 or 54.81% from 405); Blue value is 125 (49.22% from 255 or 30.86% from 405); Max value from RGB is 222 - color contains mainly: green. Hex color #3ADE7D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3ADE7D is #C52182. Grayscale: #A2A2A2. Windows color (decimal): -12919171 or 8248890. OLE color: 8248890.
HSL color Cylindrical-coordinate representation of color #3ADE7D: hue angle of 144.51º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3ADE7D is Cyan = 0.74, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 58 | 222 | 125 | - |
| CMYK | 0.74 | 0 | 0.44 | 0.13 |
| HSL | 144.51º | 0.71% | 0.55% | - |
| HSV(B) | 144.51º | 0.74% | 0.87% | - |
| XYZ | 31.57 | 54.62 | 28.28 | - |
| YUV | 161.91 | 107.17 | 53.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 222 | 125 | 0.74 | 0 | 0.44 | 0.13 | 144.51 | 0.71 | 0.55 |
| Hex | 3A | DE | 7D | 4A | 0 | 2C | D | 91 | 47 | 37 |
| Octal | 72 | 336 | 175 | 112 | 0 | 54 | 15 | 221 | 107 | 67 |
| Binary | 111010 | 11011110 | 1111101 | 1001010 | 0 | 101100 | 1101 | 10010001 | 1000111 | 110111 |
Color Harmonies of #3ADE7D
Complementary color
Monochromatic Colors of #3ADE7D
Black with #3ADE7D
Text Example
Text Example
White with #3ADE7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ADE7D; }
p { color: rgb(58,222,125); }
H1.HeaderClassName
{
color: #3ADE7D;
}
.AnyTagClassName
{
color: #3ADE7D;
}
</style>
background-color css
<style>
a { background-color: #3ADE7D; }
a { background-color: rgb(58,222,125); }
div.DivClassName
{
background-color: #3ADE7D;
}
.BgClassName
{
background-color: #3ADE7D;
}
</style>
border-color css
<style>
span { border-color: #3ADE7D; }
span { border-color: rgb(58,222,125); }
td.TdClassName
{
border-color: #3ADE7D;
}
.TagClassName
{
border-color: #3ADE7D;
}
</style>