Shades of Emerald #4AD08B
Tints of Emerald #4AD08B
RGB
CMYK
RGB Variations
Color information
#4AD08B (or 0x4AD08B) is known color: Emerald. HEX triplet: 4A, D0 and 8B. RGB value is (74,208,139). Sum of RGB (Red+Green+Blue) = 74+208+139=421 (55% of max value = 765). Red value is 74 (29.30% from 255 or 17.58% from 421); Green value is 208 (81.64% from 255 or 49.41% from 421); Blue value is 139 (54.69% from 255 or 33.02% from 421); Max value from RGB is 208 - color contains mainly: green. Hex color #4AD08B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4AD08B is #B52F74. Grayscale: #A0A0A0. Windows color (decimal): -11874165 or 9162826. OLE color: 9162826.
HSL color Cylindrical-coordinate representation of color #4AD08B: hue angle of 149.1º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4AD08B is Cyan = 0.64, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 74 | 208 | 139 | - |
| CMYK | 0.64 | 0 | 0.33 | 0.18 |
| HSL | 149.1º | 0.59% | 0.55% | - |
| HSV(B) | 149.1º | 0.64% | 0.82% | - |
| XYZ | 30.04 | 48.43 | 32.19 | - |
| YUV | 160.07 | 116.11 | 66.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 208 | 139 | 0.64 | 0 | 0.33 | 0.18 | 149.1 | 0.59 | 0.55 |
| Hex | 4A | D0 | 8B | 40 | 0 | 21 | 12 | 95 | 3B | 37 |
| Octal | 112 | 320 | 213 | 100 | 0 | 41 | 22 | 225 | 73 | 67 |
| Binary | 1001010 | 11010000 | 10001011 | 1000000 | 0 | 100001 | 10010 | 10010101 | 111011 | 110111 |
Color Harmonies of #4AD08B
Complementary color
Monochromatic Colors of #4AD08B
Black with #4AD08B
Text Example
Text Example
White with #4AD08B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AD08B; }
p { color: rgb(74,208,139); }
H1.HeaderClassName
{
color: #4AD08B;
}
.AnyTagClassName
{
color: #4AD08B;
}
</style>
background-color css
<style>
a { background-color: #4AD08B; }
a { background-color: rgb(74,208,139); }
div.DivClassName
{
background-color: #4AD08B;
}
.BgClassName
{
background-color: #4AD08B;
}
</style>
border-color css
<style>
span { border-color: #4AD08B; }
span { border-color: rgb(74,208,139); }
td.TdClassName
{
border-color: #4AD08B;
}
.TagClassName
{
border-color: #4AD08B;
}
</style>