Shades of Emerald #4ADF8D
Tints of Emerald #4ADF8D
RGB
CMYK
RGB Variations
Color information
#4ADF8D (or 0x4ADF8D) is known color: Emerald. HEX triplet: 4A, DF and 8D. RGB value is (74,223,141). Sum of RGB (Red+Green+Blue) = 74+223+141=438 (58% of max value = 765). Red value is 74 (29.30% from 255 or 16.89% from 438); Green value is 223 (87.5% from 255 or 50.91% from 438); Blue value is 141 (55.47% from 255 or 32.19% from 438); Max value from RGB is 223 - color contains mainly: green. Hex color #4ADF8D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4ADF8D is #B52072. Grayscale: #A9A9A9. Windows color (decimal): -11870323 or 9297738. OLE color: 9297738.
HSL color Cylindrical-coordinate representation of color #4ADF8D: hue angle of 146.98º 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 #4ADF8D is Cyan = 0.67, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 74 | 223 | 141 | - |
| CMYK | 0.67 | 0 | 0.37 | 0.13 |
| HSL | 146.98º | 0.7% | 0.58% | - |
| HSV(B) | 146.98º | 0.67% | 0.87% | - |
| XYZ | 34.02 | 56.15 | 34.25 | - |
| YUV | 169.1 | 112.14 | 60.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 223 | 141 | 0.67 | 0 | 0.37 | 0.13 | 146.98 | 0.7 | 0.58 |
| Hex | 4A | DF | 8D | 43 | 0 | 25 | D | 93 | 46 | 3A |
| Octal | 112 | 337 | 215 | 103 | 0 | 45 | 15 | 223 | 106 | 72 |
| Binary | 1001010 | 11011111 | 10001101 | 1000011 | 0 | 100101 | 1101 | 10010011 | 1000110 | 111010 |
Color Harmonies of #4ADF8D
Complementary color
Monochromatic Colors of #4ADF8D
Black with #4ADF8D
Text Example
Text Example
White with #4ADF8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADF8D; }
p { color: rgb(74,223,141); }
H1.HeaderClassName
{
color: #4ADF8D;
}
.AnyTagClassName
{
color: #4ADF8D;
}
</style>
background-color css
<style>
a { background-color: #4ADF8D; }
a { background-color: rgb(74,223,141); }
div.DivClassName
{
background-color: #4ADF8D;
}
.BgClassName
{
background-color: #4ADF8D;
}
</style>
border-color css
<style>
span { border-color: #4ADF8D; }
span { border-color: rgb(74,223,141); }
td.TdClassName
{
border-color: #4ADF8D;
}
.TagClassName
{
border-color: #4ADF8D;
}
</style>