Shades of Emerald #4ADF84
Tints of Emerald #4ADF84
RGB
CMYK
RGB Variations
Color information
#4ADF84 (or 0x4ADF84) is known color: Emerald. HEX triplet: 4A, DF and 84. RGB value is (74,223,132). Sum of RGB (Red+Green+Blue) = 74+223+132=429 (56% of max value = 765). Red value is 74 (29.30% from 255 or 17.25% from 429); Green value is 223 (87.5% from 255 or 51.98% from 429); Blue value is 132 (51.95% from 255 or 30.77% from 429); Max value from RGB is 223 - color contains mainly: green. Hex color #4ADF84 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4ADF84 is #B5207B. Grayscale: #A8A8A8. Windows color (decimal): -11870332 or 8707914. OLE color: 8707914.
HSL color Cylindrical-coordinate representation of color #4ADF84: hue angle of 143.36º 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 #4ADF84 is Cyan = 0.67, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 74 | 223 | 132 | - |
| CMYK | 0.67 | 0 | 0.41 | 0.13 |
| HSL | 143.36º | 0.7% | 0.58% | - |
| HSV(B) | 143.36º | 0.67% | 0.87% | - |
| XYZ | 33.38 | 55.9 | 30.86 | - |
| YUV | 168.08 | 107.64 | 60.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 223 | 132 | 0.67 | 0 | 0.41 | 0.13 | 143.36 | 0.7 | 0.58 |
| Hex | 4A | DF | 84 | 43 | 0 | 29 | D | 8F | 46 | 3A |
| Octal | 112 | 337 | 204 | 103 | 0 | 51 | 15 | 217 | 106 | 72 |
| Binary | 1001010 | 11011111 | 10000100 | 1000011 | 0 | 101001 | 1101 | 10001111 | 1000110 | 111010 |
Color Harmonies of #4ADF84
Complementary color
Monochromatic Colors of #4ADF84
Black with #4ADF84
Text Example
Text Example
White with #4ADF84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADF84; }
p { color: rgb(74,223,132); }
H1.HeaderClassName
{
color: #4ADF84;
}
.AnyTagClassName
{
color: #4ADF84;
}
</style>
background-color css
<style>
a { background-color: #4ADF84; }
a { background-color: rgb(74,223,132); }
div.DivClassName
{
background-color: #4ADF84;
}
.BgClassName
{
background-color: #4ADF84;
}
</style>
border-color css
<style>
span { border-color: #4ADF84; }
span { border-color: rgb(74,223,132); }
td.TdClassName
{
border-color: #4ADF84;
}
.TagClassName
{
border-color: #4ADF84;
}
</style>