Shades of Emerald #4ADC66
Tints of Emerald #4ADC66
RGB
CMYK
RGB Variations
Color information
#4ADC66 (or 0x4ADC66) is known color: Emerald. HEX triplet: 4A, DC and 66. RGB value is (74,220,102). Sum of RGB (Red+Green+Blue) = 74+220+102=396 (52% of max value = 765). Red value is 74 (29.30% from 255 or 18.69% from 396); Green value is 220 (86.33% from 255 or 55.56% from 396); Blue value is 102 (40.23% from 255 or 25.76% from 396); Max value from RGB is 220 - color contains mainly: green. Hex color #4ADC66 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4ADC66 is #B52399. Grayscale: #A3A3A3. Windows color (decimal): -11871130 or 6741066. OLE color: 6741066.
HSL color Cylindrical-coordinate representation of color #4ADC66: hue angle of 131.51º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4ADC66 is Cyan = 0.66, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 74 | 220 | 102 | - |
| CMYK | 0.66 | 0 | 0.54 | 0.14 |
| HSL | 131.51º | 0.68% | 0.58% | - |
| HSV(B) | 131.51º | 0.66% | 0.86% | - |
| XYZ | 30.82 | 53.6 | 21.29 | - |
| YUV | 162.89 | 93.63 | 64.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 220 | 102 | 0.66 | 0 | 0.54 | 0.14 | 131.51 | 0.68 | 0.58 |
| Hex | 4A | DC | 66 | 42 | 0 | 36 | E | 84 | 44 | 3A |
| Octal | 112 | 334 | 146 | 102 | 0 | 66 | 16 | 204 | 104 | 72 |
| Binary | 1001010 | 11011100 | 1100110 | 1000010 | 0 | 110110 | 1110 | 10000100 | 1000100 | 111010 |
Color Harmonies of #4ADC66
Complementary color
Monochromatic Colors of #4ADC66
Black with #4ADC66
Text Example
Text Example
White with #4ADC66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADC66; }
p { color: rgb(74,220,102); }
H1.HeaderClassName
{
color: #4ADC66;
}
.AnyTagClassName
{
color: #4ADC66;
}
</style>
background-color css
<style>
a { background-color: #4ADC66; }
a { background-color: rgb(74,220,102); }
div.DivClassName
{
background-color: #4ADC66;
}
.BgClassName
{
background-color: #4ADC66;
}
</style>
border-color css
<style>
span { border-color: #4ADC66; }
span { border-color: rgb(74,220,102); }
td.TdClassName
{
border-color: #4ADC66;
}
.TagClassName
{
border-color: #4ADC66;
}
</style>