Shades of Emerald #4ADC8B
Tints of Emerald #4ADC8B
RGB
CMYK
RGB Variations
Color information
#4ADC8B (or 0x4ADC8B) is known color: Emerald. HEX triplet: 4A, DC and 8B. RGB value is (74,220,139). Sum of RGB (Red+Green+Blue) = 74+220+139=433 (57% of max value = 765). Red value is 74 (29.30% from 255 or 17.09% from 433); Green value is 220 (86.33% from 255 or 50.81% from 433); Blue value is 139 (54.69% from 255 or 32.10% from 433); Max value from RGB is 220 - color contains mainly: green. Hex color #4ADC8B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4ADC8B is #B52374. Grayscale: #A7A7A7. Windows color (decimal): -11871093 or 9165898. OLE color: 9165898.
HSL color Cylindrical-coordinate representation of color #4ADC8B: hue angle of 146.71º 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 #4ADC8B is Cyan = 0.66, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 74 | 220 | 139 | - |
| CMYK | 0.66 | 0 | 0.37 | 0.14 |
| HSL | 146.71º | 0.68% | 0.58% | - |
| HSV(B) | 146.71º | 0.66% | 0.86% | - |
| XYZ | 33.08 | 54.51 | 33.2 | - |
| YUV | 167.11 | 112.13 | 61.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 220 | 139 | 0.66 | 0 | 0.37 | 0.14 | 146.71 | 0.68 | 0.58 |
| Hex | 4A | DC | 8B | 42 | 0 | 25 | E | 93 | 44 | 3A |
| Octal | 112 | 334 | 213 | 102 | 0 | 45 | 16 | 223 | 104 | 72 |
| Binary | 1001010 | 11011100 | 10001011 | 1000010 | 0 | 100101 | 1110 | 10010011 | 1000100 | 111010 |
Color Harmonies of #4ADC8B
Complementary color
Monochromatic Colors of #4ADC8B
Black with #4ADC8B
Text Example
Text Example
White with #4ADC8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADC8B; }
p { color: rgb(74,220,139); }
H1.HeaderClassName
{
color: #4ADC8B;
}
.AnyTagClassName
{
color: #4ADC8B;
}
</style>
background-color css
<style>
a { background-color: #4ADC8B; }
a { background-color: rgb(74,220,139); }
div.DivClassName
{
background-color: #4ADC8B;
}
.BgClassName
{
background-color: #4ADC8B;
}
</style>
border-color css
<style>
span { border-color: #4ADC8B; }
span { border-color: rgb(74,220,139); }
td.TdClassName
{
border-color: #4ADC8B;
}
.TagClassName
{
border-color: #4ADC8B;
}
</style>