Shades of Emerald #4AD284
Tints of Emerald #4AD284
RGB
CMYK
RGB Variations
Color information
#4AD284 (or 0x4AD284) is known color: Emerald. HEX triplet: 4A, D2 and 84. RGB value is (74,210,132). Sum of RGB (Red+Green+Blue) = 74+210+132=416 (55% of max value = 765). Red value is 74 (29.30% from 255 or 17.79% from 416); Green value is 210 (82.42% from 255 or 50.48% from 416); Blue value is 132 (51.95% from 255 or 31.73% from 416); Max value from RGB is 210 - color contains mainly: green. Hex color #4AD284 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4AD284 is #B52D7B. Grayscale: #A0A0A0. Windows color (decimal): -11873660 or 8704586. OLE color: 8704586.
HSL color Cylindrical-coordinate representation of color #4AD284: hue angle of 145.59º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4AD284 is Cyan = 0.65, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 74 | 210 | 132 | - |
| CMYK | 0.65 | 0 | 0.37 | 0.18 |
| HSL | 145.59º | 0.6% | 0.56% | - |
| HSV(B) | 145.59º | 0.65% | 0.82% | - |
| XYZ | 30.04 | 49.21 | 29.75 | - |
| YUV | 160.44 | 111.94 | 66.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 210 | 132 | 0.65 | 0 | 0.37 | 0.18 | 145.59 | 0.6 | 0.56 |
| Hex | 4A | D2 | 84 | 41 | 0 | 25 | 12 | 92 | 3C | 38 |
| Octal | 112 | 322 | 204 | 101 | 0 | 45 | 22 | 222 | 74 | 70 |
| Binary | 1001010 | 11010010 | 10000100 | 1000001 | 0 | 100101 | 10010 | 10010010 | 111100 | 111000 |
Color Harmonies of #4AD284
Complementary color
Monochromatic Colors of #4AD284
Black with #4AD284
Text Example
Text Example
White with #4AD284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AD284; }
p { color: rgb(74,210,132); }
H1.HeaderClassName
{
color: #4AD284;
}
.AnyTagClassName
{
color: #4AD284;
}
</style>
background-color css
<style>
a { background-color: #4AD284; }
a { background-color: rgb(74,210,132); }
div.DivClassName
{
background-color: #4AD284;
}
.BgClassName
{
background-color: #4AD284;
}
</style>
border-color css
<style>
span { border-color: #4AD284; }
span { border-color: rgb(74,210,132); }
td.TdClassName
{
border-color: #4AD284;
}
.TagClassName
{
border-color: #4AD284;
}
</style>