Shades of Emerald #3ADE76
Tints of Emerald #3ADE76
RGB
CMYK
RGB Variations
Color information
#3ADE76 (or 0x3ADE76) is known color: Emerald. HEX triplet: 3A, DE and 76. RGB value is (58,222,118). Sum of RGB (Red+Green+Blue) = 58+222+118=398 (52% of max value = 765). Red value is 58 (23.05% from 255 or 14.57% from 398); Green value is 222 (87.11% from 255 or 55.78% from 398); Blue value is 118 (46.48% from 255 or 29.65% from 398); Max value from RGB is 222 - color contains mainly: green. Hex color #3ADE76 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3ADE76 is #C52189. Grayscale: #A1A1A1. Windows color (decimal): -12919178 or 7790138. OLE color: 7790138.
HSL color Cylindrical-coordinate representation of color #3ADE76: hue angle of 141.95º 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 #3ADE76 is Cyan = 0.74, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 58 | 222 | 118 | - |
| CMYK | 0.74 | 0 | 0.47 | 0.13 |
| HSL | 141.95º | 0.71% | 0.55% | - |
| HSV(B) | 141.95º | 0.74% | 0.87% | - |
| XYZ | 31.14 | 54.45 | 26.01 | - |
| YUV | 161.11 | 103.67 | 54.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 222 | 118 | 0.74 | 0 | 0.47 | 0.13 | 141.95 | 0.71 | 0.55 |
| Hex | 3A | DE | 76 | 4A | 0 | 2F | D | 8E | 47 | 37 |
| Octal | 72 | 336 | 166 | 112 | 0 | 57 | 15 | 216 | 107 | 67 |
| Binary | 111010 | 11011110 | 1110110 | 1001010 | 0 | 101111 | 1101 | 10001110 | 1000111 | 110111 |
Color Harmonies of #3ADE76
Complementary color
Monochromatic Colors of #3ADE76
Black with #3ADE76
Text Example
Text Example
White with #3ADE76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ADE76; }
p { color: rgb(58,222,118); }
H1.HeaderClassName
{
color: #3ADE76;
}
.AnyTagClassName
{
color: #3ADE76;
}
</style>
background-color css
<style>
a { background-color: #3ADE76; }
a { background-color: rgb(58,222,118); }
div.DivClassName
{
background-color: #3ADE76;
}
.BgClassName
{
background-color: #3ADE76;
}
</style>
border-color css
<style>
span { border-color: #3ADE76; }
span { border-color: rgb(58,222,118); }
td.TdClassName
{
border-color: #3ADE76;
}
.TagClassName
{
border-color: #3ADE76;
}
</style>