Shades of Emerald #4AD16B
Tints of Emerald #4AD16B
RGB
CMYK
RGB Variations
Color information
#4AD16B (or 0x4AD16B) is known color: Emerald. HEX triplet: 4A, D1 and 6B. RGB value is (74,209,107). Sum of RGB (Red+Green+Blue) = 74+209+107=390 (51% of max value = 765). Red value is 74 (29.30% from 255 or 18.97% from 390); Green value is 209 (82.03% from 255 or 53.59% from 390); Blue value is 107 (42.19% from 255 or 27.44% from 390); Max value from RGB is 209 - color contains mainly: green. Hex color #4AD16B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AD16B is #B52E94. Grayscale: #9D9D9D. Windows color (decimal): -11873941 or 7065930. OLE color: 7065930.
HSL color Cylindrical-coordinate representation of color #4AD16B: hue angle of 134.67º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4AD16B is Cyan = 0.65, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 74 | 209 | 107 | - |
| CMYK | 0.65 | 0 | 0.49 | 0.18 |
| HSL | 134.67º | 0.59% | 0.55% | - |
| HSV(B) | 134.67º | 0.65% | 0.82% | - |
| XYZ | 28.28 | 48.12 | 21.71 | - |
| YUV | 157.01 | 99.77 | 68.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 209 | 107 | 0.65 | 0 | 0.49 | 0.18 | 134.67 | 0.59 | 0.55 |
| Hex | 4A | D1 | 6B | 41 | 0 | 31 | 12 | 87 | 3B | 37 |
| Octal | 112 | 321 | 153 | 101 | 0 | 61 | 22 | 207 | 73 | 67 |
| Binary | 1001010 | 11010001 | 1101011 | 1000001 | 0 | 110001 | 10010 | 10000111 | 111011 | 110111 |
Color Harmonies of #4AD16B
Complementary color
Monochromatic Colors of #4AD16B
Black with #4AD16B
Text Example
Text Example
White with #4AD16B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AD16B; }
p { color: rgb(74,209,107); }
H1.HeaderClassName
{
color: #4AD16B;
}
.AnyTagClassName
{
color: #4AD16B;
}
</style>
background-color css
<style>
a { background-color: #4AD16B; }
a { background-color: rgb(74,209,107); }
div.DivClassName
{
background-color: #4AD16B;
}
.BgClassName
{
background-color: #4AD16B;
}
</style>
border-color css
<style>
span { border-color: #4AD16B; }
span { border-color: rgb(74,209,107); }
td.TdClassName
{
border-color: #4AD16B;
}
.TagClassName
{
border-color: #4AD16B;
}
</style>