Shades of Emerald #3ADD82
Tints of Emerald #3ADD82
RGB
CMYK
RGB Variations
Color information
#3ADD82 (or 0x3ADD82) is known color: Emerald. HEX triplet: 3A, DD and 82. RGB value is (58,221,130). Sum of RGB (Red+Green+Blue) = 58+221+130=409 (54% of max value = 765). Red value is 58 (23.05% from 255 or 14.18% from 409); Green value is 221 (86.72% from 255 or 54.03% from 409); Blue value is 130 (51.17% from 255 or 31.78% from 409); Max value from RGB is 221 - color contains mainly: green. Hex color #3ADD82 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3ADD82 is #C5227D. Grayscale: #A2A2A2. Windows color (decimal): -12919422 or 8576314. OLE color: 8576314.
HSL color Cylindrical-coordinate representation of color #3ADD82: hue angle of 146.5º 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 #3ADD82 is Cyan = 0.74, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 58 | 221 | 130 | - |
| CMYK | 0.74 | 0 | 0.41 | 0.13 |
| HSL | 146.5º | 0.71% | 0.55% | - |
| HSV(B) | 146.5º | 0.74% | 0.87% | - |
| XYZ | 31.63 | 54.22 | 29.92 | - |
| YUV | 161.89 | 110 | 53.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 221 | 130 | 0.74 | 0 | 0.41 | 0.13 | 146.5 | 0.71 | 0.55 |
| Hex | 3A | DD | 82 | 4A | 0 | 29 | D | 93 | 47 | 37 |
| Octal | 72 | 335 | 202 | 112 | 0 | 51 | 15 | 223 | 107 | 67 |
| Binary | 111010 | 11011101 | 10000010 | 1001010 | 0 | 101001 | 1101 | 10010011 | 1000111 | 110111 |
Color Harmonies of #3ADD82
Complementary color
Monochromatic Colors of #3ADD82
Black with #3ADD82
Text Example
Text Example
White with #3ADD82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ADD82; }
p { color: rgb(58,221,130); }
H1.HeaderClassName
{
color: #3ADD82;
}
.AnyTagClassName
{
color: #3ADD82;
}
</style>
background-color css
<style>
a { background-color: #3ADD82; }
a { background-color: rgb(58,221,130); }
div.DivClassName
{
background-color: #3ADD82;
}
.BgClassName
{
background-color: #3ADD82;
}
</style>
border-color css
<style>
span { border-color: #3ADD82; }
span { border-color: rgb(58,221,130); }
td.TdClassName
{
border-color: #3ADD82;
}
.TagClassName
{
border-color: #3ADD82;
}
</style>