Shades of Emerald #3ADE5E
Tints of Emerald #3ADE5E
RGB
CMYK
RGB Variations
Color information
#3ADE5E (or 0x3ADE5E) is known color: Emerald. HEX triplet: 3A, DE and 5E. RGB value is (58,222,94). Sum of RGB (Red+Green+Blue) = 58+222+94=374 (49% of max value = 765). Red value is 58 (23.05% from 255 or 15.51% from 374); Green value is 222 (87.11% from 255 or 59.36% from 374); Blue value is 94 (37.11% from 255 or 25.13% from 374); Max value from RGB is 222 - color contains mainly: green. Hex color #3ADE5E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3ADE5E is #C521A1. Grayscale: #9E9E9E. Windows color (decimal): -12919202 or 6217274. OLE color: 6217274.
HSL color Cylindrical-coordinate representation of color #3ADE5E: hue angle of 133.17º 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 #3ADE5E is Cyan = 0.74, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 58 | 222 | 94 | - |
| CMYK | 0.74 | 0 | 0.58 | 0.13 |
| HSL | 133.17º | 0.71% | 0.55% | - |
| HSV(B) | 133.17º | 0.74% | 0.87% | - |
| XYZ | 29.89 | 53.95 | 19.43 | - |
| YUV | 158.37 | 91.67 | 56.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 222 | 94 | 0.74 | 0 | 0.58 | 0.13 | 133.17 | 0.71 | 0.55 |
| Hex | 3A | DE | 5E | 4A | 0 | 3A | D | 85 | 47 | 37 |
| Octal | 72 | 336 | 136 | 112 | 0 | 72 | 15 | 205 | 107 | 67 |
| Binary | 111010 | 11011110 | 1011110 | 1001010 | 0 | 111010 | 1101 | 10000101 | 1000111 | 110111 |
Color Harmonies of #3ADE5E
Complementary color
Monochromatic Colors of #3ADE5E
Black with #3ADE5E
Text Example
Text Example
White with #3ADE5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ADE5E; }
p { color: rgb(58,222,94); }
H1.HeaderClassName
{
color: #3ADE5E;
}
.AnyTagClassName
{
color: #3ADE5E;
}
</style>
background-color css
<style>
a { background-color: #3ADE5E; }
a { background-color: rgb(58,222,94); }
div.DivClassName
{
background-color: #3ADE5E;
}
.BgClassName
{
background-color: #3ADE5E;
}
</style>
border-color css
<style>
span { border-color: #3ADE5E; }
span { border-color: rgb(58,222,94); }
td.TdClassName
{
border-color: #3ADE5E;
}
.TagClassName
{
border-color: #3ADE5E;
}
</style>