Shades of Emerald #4ADB66
Tints of Emerald #4ADB66
RGB
CMYK
RGB Variations
Color information
#4ADB66 (or 0x4ADB66) is known color: Emerald. HEX triplet: 4A, DB and 66. RGB value is (74,219,102). Sum of RGB (Red+Green+Blue) = 74+219+102=395 (52% of max value = 765). Red value is 74 (29.30% from 255 or 18.73% from 395); Green value is 219 (85.94% from 255 or 55.44% from 395); Blue value is 102 (40.23% from 255 or 25.82% from 395); Max value from RGB is 219 - color contains mainly: green. Hex color #4ADB66 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4ADB66 is #B52499. Grayscale: #A2A2A2. Windows color (decimal): -11871386 or 6740810. OLE color: 6740810.
HSL color Cylindrical-coordinate representation of color #4ADB66: hue angle of 131.59º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4ADB66 is Cyan = 0.66, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 74 | 219 | 102 | - |
| CMYK | 0.66 | 0 | 0.53 | 0.14 |
| HSL | 131.59º | 0.67% | 0.57% | - |
| HSV(B) | 131.59º | 0.66% | 0.86% | - |
| XYZ | 30.55 | 53.08 | 21.21 | - |
| YUV | 162.31 | 93.96 | 65.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 219 | 102 | 0.66 | 0 | 0.53 | 0.14 | 131.59 | 0.67 | 0.57 |
| Hex | 4A | DB | 66 | 42 | 0 | 35 | E | 84 | 43 | 39 |
| Octal | 112 | 333 | 146 | 102 | 0 | 65 | 16 | 204 | 103 | 71 |
| Binary | 1001010 | 11011011 | 1100110 | 1000010 | 0 | 110101 | 1110 | 10000100 | 1000011 | 111001 |
Color Harmonies of #4ADB66
Complementary color
Monochromatic Colors of #4ADB66
Black with #4ADB66
Text Example
Text Example
White with #4ADB66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADB66; }
p { color: rgb(74,219,102); }
H1.HeaderClassName
{
color: #4ADB66;
}
.AnyTagClassName
{
color: #4ADB66;
}
</style>
background-color css
<style>
a { background-color: #4ADB66; }
a { background-color: rgb(74,219,102); }
div.DivClassName
{
background-color: #4ADB66;
}
.BgClassName
{
background-color: #4ADB66;
}
</style>
border-color css
<style>
span { border-color: #4ADB66; }
span { border-color: rgb(74,219,102); }
td.TdClassName
{
border-color: #4ADB66;
}
.TagClassName
{
border-color: #4ADB66;
}
</style>