Shades of Emerald #4AD66F
Tints of Emerald #4AD66F
RGB
CMYK
RGB Variations
Color information
#4AD66F (or 0x4AD66F) is known color: Emerald. HEX triplet: 4A, D6 and 6F. RGB value is (74,214,111). Sum of RGB (Red+Green+Blue) = 74+214+111=399 (52% of max value = 765). Red value is 74 (29.30% from 255 or 18.55% from 399); Green value is 214 (83.98% from 255 or 53.63% from 399); Blue value is 111 (43.75% from 255 or 27.82% from 399); Max value from RGB is 214 - color contains mainly: green. Hex color #4AD66F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AD66F is #B52990. Grayscale: #A0A0A0. Windows color (decimal): -11872657 or 7329354. OLE color: 7329354.
HSL color Cylindrical-coordinate representation of color #4AD66F: hue angle of 135.86º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4AD66F is Cyan = 0.65, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 74 | 214 | 111 | - |
| CMYK | 0.65 | 0 | 0.48 | 0.16 |
| HSL | 135.86º | 0.63% | 0.56% | - |
| HSV(B) | 135.86º | 0.65% | 0.84% | - |
| XYZ | 29.74 | 50.7 | 23.26 | - |
| YUV | 160.4 | 100.12 | 66.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 214 | 111 | 0.65 | 0 | 0.48 | 0.16 | 135.86 | 0.63 | 0.56 |
| Hex | 4A | D6 | 6F | 41 | 0 | 30 | 10 | 88 | 3F | 38 |
| Octal | 112 | 326 | 157 | 101 | 0 | 60 | 20 | 210 | 77 | 70 |
| Binary | 1001010 | 11010110 | 1101111 | 1000001 | 0 | 110000 | 10000 | 10001000 | 111111 | 111000 |
Color Harmonies of #4AD66F
Complementary color
Monochromatic Colors of #4AD66F
Black with #4AD66F
Text Example
Text Example
White with #4AD66F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AD66F; }
p { color: rgb(74,214,111); }
H1.HeaderClassName
{
color: #4AD66F;
}
.AnyTagClassName
{
color: #4AD66F;
}
</style>
background-color css
<style>
a { background-color: #4AD66F; }
a { background-color: rgb(74,214,111); }
div.DivClassName
{
background-color: #4AD66F;
}
.BgClassName
{
background-color: #4AD66F;
}
</style>
border-color css
<style>
span { border-color: #4AD66F; }
span { border-color: rgb(74,214,111); }
td.TdClassName
{
border-color: #4AD66F;
}
.TagClassName
{
border-color: #4AD66F;
}
</style>