Shades of Emerald #4ADC8D
Tints of Emerald #4ADC8D
RGB
CMYK
RGB Variations
Color information
#4ADC8D (or 0x4ADC8D) is known color: Emerald. HEX triplet: 4A, DC and 8D. RGB value is (74,220,141). Sum of RGB (Red+Green+Blue) = 74+220+141=435 (57% of max value = 765). Red value is 74 (29.30% from 255 or 17.01% from 435); Green value is 220 (86.33% from 255 or 50.57% from 435); Blue value is 141 (55.47% from 255 or 32.41% from 435); Max value from RGB is 220 - color contains mainly: green. Hex color #4ADC8D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4ADC8D is #B52372. Grayscale: #A7A7A7. Windows color (decimal): -11871091 or 9296970. OLE color: 9296970.
HSL color Cylindrical-coordinate representation of color #4ADC8D: hue angle of 147.53º 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 #4ADC8D is Cyan = 0.66, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 74 | 220 | 141 | - |
| CMYK | 0.66 | 0 | 0.36 | 0.14 |
| HSL | 147.53º | 0.68% | 0.58% | - |
| HSV(B) | 147.53º | 0.66% | 0.86% | - |
| XYZ | 33.22 | 54.57 | 33.98 | - |
| YUV | 167.34 | 113.13 | 61.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 220 | 141 | 0.66 | 0 | 0.36 | 0.14 | 147.53 | 0.68 | 0.58 |
| Hex | 4A | DC | 8D | 42 | 0 | 24 | E | 94 | 44 | 3A |
| Octal | 112 | 334 | 215 | 102 | 0 | 44 | 16 | 224 | 104 | 72 |
| Binary | 1001010 | 11011100 | 10001101 | 1000010 | 0 | 100100 | 1110 | 10010100 | 1000100 | 111010 |
Color Harmonies of #4ADC8D
Complementary color
Monochromatic Colors of #4ADC8D
Black with #4ADC8D
Text Example
Text Example
White with #4ADC8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADC8D; }
p { color: rgb(74,220,141); }
H1.HeaderClassName
{
color: #4ADC8D;
}
.AnyTagClassName
{
color: #4ADC8D;
}
</style>
background-color css
<style>
a { background-color: #4ADC8D; }
a { background-color: rgb(74,220,141); }
div.DivClassName
{
background-color: #4ADC8D;
}
.BgClassName
{
background-color: #4ADC8D;
}
</style>
border-color css
<style>
span { border-color: #4ADC8D; }
span { border-color: rgb(74,220,141); }
td.TdClassName
{
border-color: #4ADC8D;
}
.TagClassName
{
border-color: #4ADC8D;
}
</style>