Shades of Emerald #3ADD7D
Tints of Emerald #3ADD7D
RGB
CMYK
RGB Variations
Color information
#3ADD7D (or 0x3ADD7D) is known color: Emerald. HEX triplet: 3A, DD and 7D. RGB value is (58,221,125). Sum of RGB (Red+Green+Blue) = 58+221+125=404 (53% of max value = 765). Red value is 58 (23.05% from 255 or 14.36% from 404); Green value is 221 (86.72% from 255 or 54.70% from 404); Blue value is 125 (49.22% from 255 or 30.94% from 404); Max value from RGB is 221 - color contains mainly: green. Hex color #3ADD7D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3ADD7D is #C52282. Grayscale: #A1A1A1. Windows color (decimal): -12919427 or 8248634. OLE color: 8248634.
HSL color Cylindrical-coordinate representation of color #3ADD7D: hue angle of 144.66º 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 #3ADD7D is Cyan = 0.74, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 58 | 221 | 125 | - |
| CMYK | 0.74 | 0 | 0.43 | 0.13 |
| HSL | 144.66º | 0.71% | 0.55% | - |
| HSV(B) | 144.66º | 0.74% | 0.87% | - |
| XYZ | 31.3 | 54.09 | 28.19 | - |
| YUV | 161.32 | 107.5 | 54.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 221 | 125 | 0.74 | 0 | 0.43 | 0.13 | 144.66 | 0.71 | 0.55 |
| Hex | 3A | DD | 7D | 4A | 0 | 2B | D | 91 | 47 | 37 |
| Octal | 72 | 335 | 175 | 112 | 0 | 53 | 15 | 221 | 107 | 67 |
| Binary | 111010 | 11011101 | 1111101 | 1001010 | 0 | 101011 | 1101 | 10010001 | 1000111 | 110111 |
Color Harmonies of #3ADD7D
Complementary color
Monochromatic Colors of #3ADD7D
Black with #3ADD7D
Text Example
Text Example
White with #3ADD7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ADD7D; }
p { color: rgb(58,221,125); }
H1.HeaderClassName
{
color: #3ADD7D;
}
.AnyTagClassName
{
color: #3ADD7D;
}
</style>
background-color css
<style>
a { background-color: #3ADD7D; }
a { background-color: rgb(58,221,125); }
div.DivClassName
{
background-color: #3ADD7D;
}
.BgClassName
{
background-color: #3ADD7D;
}
</style>
border-color css
<style>
span { border-color: #3ADD7D; }
span { border-color: rgb(58,221,125); }
td.TdClassName
{
border-color: #3ADD7D;
}
.TagClassName
{
border-color: #3ADD7D;
}
</style>