Shades of Emerald #4AD66C
Tints of Emerald #4AD66C
RGB
CMYK
RGB Variations
Color information
#4AD66C (or 0x4AD66C) is known color: Emerald. HEX triplet: 4A, D6 and 6C. RGB value is (74,214,108). Sum of RGB (Red+Green+Blue) = 74+214+108=396 (52% of max value = 765). Red value is 74 (29.30% from 255 or 18.69% from 396); Green value is 214 (83.98% from 255 or 54.04% from 396); Blue value is 108 (42.58% from 255 or 27.27% from 396); Max value from RGB is 214 - color contains mainly: green. Hex color #4AD66C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AD66C is #B52993. Grayscale: #A0A0A0. Windows color (decimal): -11872660 or 7132746. OLE color: 7132746.
HSL color Cylindrical-coordinate representation of color #4AD66C: hue angle of 134.57º 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 #4AD66C is Cyan = 0.65, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 74 | 214 | 108 | - |
| CMYK | 0.65 | 0 | 0.50 | 0.16 |
| HSL | 134.57º | 0.63% | 0.56% | - |
| HSV(B) | 134.57º | 0.65% | 0.84% | - |
| XYZ | 29.58 | 50.63 | 22.4 | - |
| YUV | 160.06 | 98.62 | 66.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 214 | 108 | 0.65 | 0 | 0.50 | 0.16 | 134.57 | 0.63 | 0.56 |
| Hex | 4A | D6 | 6C | 41 | 0 | 32 | 10 | 87 | 3F | 38 |
| Octal | 112 | 326 | 154 | 101 | 0 | 62 | 20 | 207 | 77 | 70 |
| Binary | 1001010 | 11010110 | 1101100 | 1000001 | 0 | 110010 | 10000 | 10000111 | 111111 | 111000 |
Color Harmonies of #4AD66C
Complementary color
Monochromatic Colors of #4AD66C
Black with #4AD66C
Text Example
Text Example
White with #4AD66C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AD66C; }
p { color: rgb(74,214,108); }
H1.HeaderClassName
{
color: #4AD66C;
}
.AnyTagClassName
{
color: #4AD66C;
}
</style>
background-color css
<style>
a { background-color: #4AD66C; }
a { background-color: rgb(74,214,108); }
div.DivClassName
{
background-color: #4AD66C;
}
.BgClassName
{
background-color: #4AD66C;
}
</style>
border-color css
<style>
span { border-color: #4AD66C; }
span { border-color: rgb(74,214,108); }
td.TdClassName
{
border-color: #4AD66C;
}
.TagClassName
{
border-color: #4AD66C;
}
</style>