Shades of Emerald #3ADD71
Tints of Emerald #3ADD71
RGB
CMYK
RGB Variations
Color information
#3ADD71 (or 0x3ADD71) is known color: Emerald. HEX triplet: 3A, DD and 71. RGB value is (58,221,113). Sum of RGB (Red+Green+Blue) = 58+221+113=392 (51% of max value = 765). Red value is 58 (23.05% from 255 or 14.80% from 392); Green value is 221 (86.72% from 255 or 56.38% from 392); Blue value is 113 (44.53% from 255 or 28.83% from 392); Max value from RGB is 221 - color contains mainly: green. Hex color #3ADD71 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3ADD71 is #C5228E. Grayscale: #A0A0A0. Windows color (decimal): -12919439 or 7462202. OLE color: 7462202.
HSL color Cylindrical-coordinate representation of color #3ADD71: hue angle of 140.25º 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 #3ADD71 is Cyan = 0.74, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 58 | 221 | 113 | - |
| CMYK | 0.74 | 0 | 0.49 | 0.13 |
| HSL | 140.25º | 0.71% | 0.55% | - |
| HSV(B) | 140.25º | 0.74% | 0.87% | - |
| XYZ | 30.58 | 53.8 | 24.4 | - |
| YUV | 159.95 | 101.5 | 55.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 221 | 113 | 0.74 | 0 | 0.49 | 0.13 | 140.25 | 0.71 | 0.55 |
| Hex | 3A | DD | 71 | 4A | 0 | 31 | D | 8C | 47 | 37 |
| Octal | 72 | 335 | 161 | 112 | 0 | 61 | 15 | 214 | 107 | 67 |
| Binary | 111010 | 11011101 | 1110001 | 1001010 | 0 | 110001 | 1101 | 10001100 | 1000111 | 110111 |
Color Harmonies of #3ADD71
Complementary color
Monochromatic Colors of #3ADD71
Black with #3ADD71
Text Example
Text Example
White with #3ADD71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ADD71; }
p { color: rgb(58,221,113); }
H1.HeaderClassName
{
color: #3ADD71;
}
.AnyTagClassName
{
color: #3ADD71;
}
</style>
background-color css
<style>
a { background-color: #3ADD71; }
a { background-color: rgb(58,221,113); }
div.DivClassName
{
background-color: #3ADD71;
}
.BgClassName
{
background-color: #3ADD71;
}
</style>
border-color css
<style>
span { border-color: #3ADD71; }
span { border-color: rgb(58,221,113); }
td.TdClassName
{
border-color: #3ADD71;
}
.TagClassName
{
border-color: #3ADD71;
}
</style>