Shades of Emerald #3ADC59
Tints of Emerald #3ADC59
RGB
CMYK
RGB Variations
Color information
#3ADC59 (or 0x3ADC59) is known color: Emerald. HEX triplet: 3A, DC and 59. RGB value is (58,220,89). Sum of RGB (Red+Green+Blue) = 58+220+89=367 (48% of max value = 765). Red value is 58 (23.05% from 255 or 15.80% from 367); Green value is 220 (86.33% from 255 or 59.95% from 367); Blue value is 89 (35.16% from 255 or 24.25% from 367); Max value from RGB is 220 - color contains mainly: green. Hex color #3ADC59 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3ADC59 is #C523A6. Grayscale: #9C9C9C. Windows color (decimal): -12919719 or 5889082. OLE color: 5889082.
HSL color Cylindrical-coordinate representation of color #3ADC59: hue angle of 131.48º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3ADC59 is Cyan = 0.74, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 58 | 220 | 89 | - |
| CMYK | 0.74 | 0 | 0.60 | 0.14 |
| HSL | 131.48º | 0.7% | 0.55% | - |
| HSV(B) | 131.48º | 0.74% | 0.86% | - |
| XYZ | 29.14 | 52.81 | 18.11 | - |
| YUV | 156.63 | 89.83 | 57.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 220 | 89 | 0.74 | 0 | 0.60 | 0.14 | 131.48 | 0.7 | 0.55 |
| Hex | 3A | DC | 59 | 4A | 0 | 3C | E | 83 | 46 | 37 |
| Octal | 72 | 334 | 131 | 112 | 0 | 74 | 16 | 203 | 106 | 67 |
| Binary | 111010 | 11011100 | 1011001 | 1001010 | 0 | 111100 | 1110 | 10000011 | 1000110 | 110111 |
Color Harmonies of #3ADC59
Complementary color
Monochromatic Colors of #3ADC59
Black with #3ADC59
Text Example
Text Example
White with #3ADC59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ADC59; }
p { color: rgb(58,220,89); }
H1.HeaderClassName
{
color: #3ADC59;
}
.AnyTagClassName
{
color: #3ADC59;
}
</style>
background-color css
<style>
a { background-color: #3ADC59; }
a { background-color: rgb(58,220,89); }
div.DivClassName
{
background-color: #3ADC59;
}
.BgClassName
{
background-color: #3ADC59;
}
</style>
border-color css
<style>
span { border-color: #3ADC59; }
span { border-color: rgb(58,220,89); }
td.TdClassName
{
border-color: #3ADC59;
}
.TagClassName
{
border-color: #3ADC59;
}
</style>