Shades of Emerald #4AD86C
Tints of Emerald #4AD86C
RGB
CMYK
RGB Variations
Color information
#4AD86C (or 0x4AD86C) is known color: Emerald. HEX triplet: 4A, D8 and 6C. RGB value is (74,216,108). Sum of RGB (Red+Green+Blue) = 74+216+108=398 (52% of max value = 765). Red value is 74 (29.30% from 255 or 18.59% from 398); Green value is 216 (84.77% from 255 or 54.27% from 398); Blue value is 108 (42.58% from 255 or 27.14% from 398); Max value from RGB is 216 - color contains mainly: green. Hex color #4AD86C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AD86C is #B52793. Grayscale: #A1A1A1. Windows color (decimal): -11872148 or 7133258. OLE color: 7133258.
HSL color Cylindrical-coordinate representation of color #4AD86C: hue angle of 134.37º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4AD86C is Cyan = 0.66, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 74 | 216 | 108 | - |
| CMYK | 0.66 | 0 | 0.50 | 0.15 |
| HSL | 134.37º | 0.65% | 0.57% | - |
| HSV(B) | 134.37º | 0.66% | 0.85% | - |
| XYZ | 30.09 | 51.65 | 22.57 | - |
| YUV | 161.23 | 97.96 | 65.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 216 | 108 | 0.66 | 0 | 0.50 | 0.15 | 134.37 | 0.65 | 0.57 |
| Hex | 4A | D8 | 6C | 42 | 0 | 32 | F | 86 | 41 | 39 |
| Octal | 112 | 330 | 154 | 102 | 0 | 62 | 17 | 206 | 101 | 71 |
| Binary | 1001010 | 11011000 | 1101100 | 1000010 | 0 | 110010 | 1111 | 10000110 | 1000001 | 111001 |
Color Harmonies of #4AD86C
Complementary color
Monochromatic Colors of #4AD86C
Black with #4AD86C
Text Example
Text Example
White with #4AD86C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AD86C; }
p { color: rgb(74,216,108); }
H1.HeaderClassName
{
color: #4AD86C;
}
.AnyTagClassName
{
color: #4AD86C;
}
</style>
background-color css
<style>
a { background-color: #4AD86C; }
a { background-color: rgb(74,216,108); }
div.DivClassName
{
background-color: #4AD86C;
}
.BgClassName
{
background-color: #4AD86C;
}
</style>
border-color css
<style>
span { border-color: #4AD86C; }
span { border-color: rgb(74,216,108); }
td.TdClassName
{
border-color: #4AD86C;
}
.TagClassName
{
border-color: #4AD86C;
}
</style>