Shades of Emerald #4ADC89
Tints of Emerald #4ADC89
RGB
CMYK
RGB Variations
Color information
#4ADC89 (or 0x4ADC89) is known color: Emerald. HEX triplet: 4A, DC and 89. RGB value is (74,220,137). Sum of RGB (Red+Green+Blue) = 74+220+137=431 (57% of max value = 765). Red value is 74 (29.30% from 255 or 17.17% from 431); Green value is 220 (86.33% from 255 or 51.04% from 431); Blue value is 137 (53.91% from 255 or 31.79% from 431); Max value from RGB is 220 - color contains mainly: green. Hex color #4ADC89 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4ADC89 is #B52376. Grayscale: #A7A7A7. Windows color (decimal): -11871095 or 9034826. OLE color: 9034826.
HSL color Cylindrical-coordinate representation of color #4ADC89: hue angle of 145.89º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4ADC89 is Cyan = 0.66, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 74 | 220 | 137 | - |
| CMYK | 0.66 | 0 | 0.38 | 0.14 |
| HSL | 145.89º | 0.68% | 0.58% | - |
| HSV(B) | 145.89º | 0.66% | 0.86% | - |
| XYZ | 32.93 | 54.45 | 32.44 | - |
| YUV | 166.88 | 111.13 | 61.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 220 | 137 | 0.66 | 0 | 0.38 | 0.14 | 145.89 | 0.68 | 0.58 |
| Hex | 4A | DC | 89 | 42 | 0 | 26 | E | 92 | 44 | 3A |
| Octal | 112 | 334 | 211 | 102 | 0 | 46 | 16 | 222 | 104 | 72 |
| Binary | 1001010 | 11011100 | 10001001 | 1000010 | 0 | 100110 | 1110 | 10010010 | 1000100 | 111010 |
Color Harmonies of #4ADC89
Complementary color
Monochromatic Colors of #4ADC89
Black with #4ADC89
Text Example
Text Example
White with #4ADC89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADC89; }
p { color: rgb(74,220,137); }
H1.HeaderClassName
{
color: #4ADC89;
}
.AnyTagClassName
{
color: #4ADC89;
}
</style>
background-color css
<style>
a { background-color: #4ADC89; }
a { background-color: rgb(74,220,137); }
div.DivClassName
{
background-color: #4ADC89;
}
.BgClassName
{
background-color: #4ADC89;
}
</style>
border-color css
<style>
span { border-color: #4ADC89; }
span { border-color: rgb(74,220,137); }
td.TdClassName
{
border-color: #4ADC89;
}
.TagClassName
{
border-color: #4ADC89;
}
</style>