Shades of Emerald #3ADE71
Tints of Emerald #3ADE71
RGB
CMYK
RGB Variations
Color information
#3ADE71 (or 0x3ADE71) is known color: Emerald. HEX triplet: 3A, DE and 71. RGB value is (58,222,113). Sum of RGB (Red+Green+Blue) = 58+222+113=393 (52% of max value = 765). Red value is 58 (23.05% from 255 or 14.76% from 393); Green value is 222 (87.11% from 255 or 56.49% from 393); Blue value is 113 (44.53% from 255 or 28.75% from 393); Max value from RGB is 222 - color contains mainly: green. Hex color #3ADE71 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3ADE71 is #C5218E. Grayscale: #A0A0A0. Windows color (decimal): -12919183 or 7462458. OLE color: 7462458.
HSL color Cylindrical-coordinate representation of color #3ADE71: hue angle of 140.12º 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 #3ADE71 is Cyan = 0.74, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 58 | 222 | 113 | - |
| CMYK | 0.74 | 0 | 0.49 | 0.13 |
| HSL | 140.12º | 0.71% | 0.55% | - |
| HSV(B) | 140.12º | 0.74% | 0.87% | - |
| XYZ | 30.85 | 54.33 | 24.48 | - |
| YUV | 160.54 | 101.17 | 54.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 222 | 113 | 0.74 | 0 | 0.49 | 0.13 | 140.12 | 0.71 | 0.55 |
| Hex | 3A | DE | 71 | 4A | 0 | 31 | D | 8C | 47 | 37 |
| Octal | 72 | 336 | 161 | 112 | 0 | 61 | 15 | 214 | 107 | 67 |
| Binary | 111010 | 11011110 | 1110001 | 1001010 | 0 | 110001 | 1101 | 10001100 | 1000111 | 110111 |
Color Harmonies of #3ADE71
Complementary color
Monochromatic Colors of #3ADE71
Black with #3ADE71
Text Example
Text Example
White with #3ADE71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ADE71; }
p { color: rgb(58,222,113); }
H1.HeaderClassName
{
color: #3ADE71;
}
.AnyTagClassName
{
color: #3ADE71;
}
</style>
background-color css
<style>
a { background-color: #3ADE71; }
a { background-color: rgb(58,222,113); }
div.DivClassName
{
background-color: #3ADE71;
}
.BgClassName
{
background-color: #3ADE71;
}
</style>
border-color css
<style>
span { border-color: #3ADE71; }
span { border-color: rgb(58,222,113); }
td.TdClassName
{
border-color: #3ADE71;
}
.TagClassName
{
border-color: #3ADE71;
}
</style>