Shades of Emerald #4AD06F
Tints of Emerald #4AD06F
RGB
CMYK
RGB Variations
Color information
#4AD06F (or 0x4AD06F) is known color: Emerald. HEX triplet: 4A, D0 and 6F. RGB value is (74,208,111). Sum of RGB (Red+Green+Blue) = 74+208+111=393 (52% of max value = 765). Red value is 74 (29.30% from 255 or 18.83% from 393); Green value is 208 (81.64% from 255 or 52.93% from 393); Blue value is 111 (43.75% from 255 or 28.24% from 393); Max value from RGB is 208 - color contains mainly: green. Hex color #4AD06F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AD06F is #B52F90. Grayscale: #9D9D9D. Windows color (decimal): -11874193 or 7327818. OLE color: 7327818.
HSL color Cylindrical-coordinate representation of color #4AD06F: hue angle of 136.57º 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 #4AD06F is Cyan = 0.64, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 74 | 208 | 111 | - |
| CMYK | 0.64 | 0 | 0.47 | 0.18 |
| HSL | 136.57º | 0.59% | 0.55% | - |
| HSV(B) | 136.57º | 0.64% | 0.82% | - |
| XYZ | 28.25 | 47.72 | 22.76 | - |
| YUV | 156.88 | 102.11 | 68.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 208 | 111 | 0.64 | 0 | 0.47 | 0.18 | 136.57 | 0.59 | 0.55 |
| Hex | 4A | D0 | 6F | 40 | 0 | 2F | 12 | 89 | 3B | 37 |
| Octal | 112 | 320 | 157 | 100 | 0 | 57 | 22 | 211 | 73 | 67 |
| Binary | 1001010 | 11010000 | 1101111 | 1000000 | 0 | 101111 | 10010 | 10001001 | 111011 | 110111 |
Color Harmonies of #4AD06F
Complementary color
Monochromatic Colors of #4AD06F
Black with #4AD06F
Text Example
Text Example
White with #4AD06F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AD06F; }
p { color: rgb(74,208,111); }
H1.HeaderClassName
{
color: #4AD06F;
}
.AnyTagClassName
{
color: #4AD06F;
}
</style>
background-color css
<style>
a { background-color: #4AD06F; }
a { background-color: rgb(74,208,111); }
div.DivClassName
{
background-color: #4AD06F;
}
.BgClassName
{
background-color: #4AD06F;
}
</style>
border-color css
<style>
span { border-color: #4AD06F; }
span { border-color: rgb(74,208,111); }
td.TdClassName
{
border-color: #4AD06F;
}
.TagClassName
{
border-color: #4AD06F;
}
</style>