Shades of Emerald #4ADB8C
Tints of Emerald #4ADB8C
RGB
CMYK
RGB Variations
Color information
#4ADB8C (or 0x4ADB8C) is known color: Emerald. HEX triplet: 4A, DB and 8C. RGB value is (74,219,140). Sum of RGB (Red+Green+Blue) = 74+219+140=433 (57% of max value = 765). Red value is 74 (29.30% from 255 or 17.09% from 433); Green value is 219 (85.94% from 255 or 50.58% from 433); Blue value is 140 (55.08% from 255 or 32.33% from 433); Max value from RGB is 219 - color contains mainly: green. Hex color #4ADB8C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4ADB8C is #B52473. Grayscale: #A6A6A6. Windows color (decimal): -11871348 or 9231178. OLE color: 9231178.
HSL color Cylindrical-coordinate representation of color #4ADB8C: hue angle of 147.31º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4ADB8C is Cyan = 0.66, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 74 | 219 | 140 | - |
| CMYK | 0.66 | 0 | 0.36 | 0.14 |
| HSL | 147.31º | 0.67% | 0.57% | - |
| HSV(B) | 147.31º | 0.66% | 0.86% | - |
| XYZ | 32.89 | 54.01 | 33.5 | - |
| YUV | 166.64 | 112.96 | 61.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 219 | 140 | 0.66 | 0 | 0.36 | 0.14 | 147.31 | 0.67 | 0.57 |
| Hex | 4A | DB | 8C | 42 | 0 | 24 | E | 93 | 43 | 39 |
| Octal | 112 | 333 | 214 | 102 | 0 | 44 | 16 | 223 | 103 | 71 |
| Binary | 1001010 | 11011011 | 10001100 | 1000010 | 0 | 100100 | 1110 | 10010011 | 1000011 | 111001 |
Color Harmonies of #4ADB8C
Complementary color
Monochromatic Colors of #4ADB8C
Black with #4ADB8C
Text Example
Text Example
White with #4ADB8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADB8C; }
p { color: rgb(74,219,140); }
H1.HeaderClassName
{
color: #4ADB8C;
}
.AnyTagClassName
{
color: #4ADB8C;
}
</style>
background-color css
<style>
a { background-color: #4ADB8C; }
a { background-color: rgb(74,219,140); }
div.DivClassName
{
background-color: #4ADB8C;
}
.BgClassName
{
background-color: #4ADB8C;
}
</style>
border-color css
<style>
span { border-color: #4ADB8C; }
span { border-color: rgb(74,219,140); }
td.TdClassName
{
border-color: #4ADB8C;
}
.TagClassName
{
border-color: #4ADB8C;
}
</style>