Shades of Emerald #4ADF86
Tints of Emerald #4ADF86
RGB
CMYK
RGB Variations
Color information
#4ADF86 (or 0x4ADF86) is known color: Emerald. HEX triplet: 4A, DF and 86. RGB value is (74,223,134). Sum of RGB (Red+Green+Blue) = 74+223+134=431 (57% of max value = 765). Red value is 74 (29.30% from 255 or 17.17% from 431); Green value is 223 (87.5% from 255 or 51.74% from 431); Blue value is 134 (52.73% from 255 or 31.09% from 431); Max value from RGB is 223 - color contains mainly: green. Hex color #4ADF86 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4ADF86 is #B52079. Grayscale: #A8A8A8. Windows color (decimal): -11870330 or 8838986. OLE color: 8838986.
HSL color Cylindrical-coordinate representation of color #4ADF86: hue angle of 144.16º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4ADF86 is Cyan = 0.67, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 74 | 223 | 134 | - |
| CMYK | 0.67 | 0 | 0.40 | 0.13 |
| HSL | 144.16º | 0.7% | 0.58% | - |
| HSV(B) | 144.16º | 0.67% | 0.87% | - |
| XYZ | 33.51 | 55.95 | 31.59 | - |
| YUV | 168.3 | 108.64 | 60.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 223 | 134 | 0.67 | 0 | 0.40 | 0.13 | 144.16 | 0.7 | 0.58 |
| Hex | 4A | DF | 86 | 43 | 0 | 28 | D | 90 | 46 | 3A |
| Octal | 112 | 337 | 206 | 103 | 0 | 50 | 15 | 220 | 106 | 72 |
| Binary | 1001010 | 11011111 | 10000110 | 1000011 | 0 | 101000 | 1101 | 10010000 | 1000110 | 111010 |
Color Harmonies of #4ADF86
Complementary color
Monochromatic Colors of #4ADF86
Black with #4ADF86
Text Example
Text Example
White with #4ADF86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADF86; }
p { color: rgb(74,223,134); }
H1.HeaderClassName
{
color: #4ADF86;
}
.AnyTagClassName
{
color: #4ADF86;
}
</style>
background-color css
<style>
a { background-color: #4ADF86; }
a { background-color: rgb(74,223,134); }
div.DivClassName
{
background-color: #4ADF86;
}
.BgClassName
{
background-color: #4ADF86;
}
</style>
border-color css
<style>
span { border-color: #4ADF86; }
span { border-color: rgb(74,223,134); }
td.TdClassName
{
border-color: #4ADF86;
}
.TagClassName
{
border-color: #4ADF86;
}
</style>