Shades of Emerald #4ACB84
Tints of Emerald #4ACB84
RGB
CMYK
RGB Variations
Color information
#4ACB84 (or 0x4ACB84) is known color: Emerald. HEX triplet: 4A, CB and 84. RGB value is (74,203,132). Sum of RGB (Red+Green+Blue) = 74+203+132=409 (54% of max value = 765). Red value is 74 (29.30% from 255 or 18.09% from 409); Green value is 203 (79.69% from 255 or 49.63% from 409); Blue value is 132 (51.95% from 255 or 32.27% from 409); Max value from RGB is 203 - color contains mainly: green. Hex color #4ACB84 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4ACB84 is #B5347B. Grayscale: #9C9C9C. Windows color (decimal): -11875452 or 8702794. OLE color: 8702794.
HSL color Cylindrical-coordinate representation of color #4ACB84: hue angle of 146.98º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4ACB84 is Cyan = 0.64, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 74 | 203 | 132 | - |
| CMYK | 0.64 | 0 | 0.35 | 0.20 |
| HSL | 146.98º | 0.55% | 0.54% | - |
| HSV(B) | 146.98º | 0.64% | 0.8% | - |
| XYZ | 28.34 | 45.83 | 29.18 | - |
| YUV | 156.34 | 114.26 | 69.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 203 | 132 | 0.64 | 0 | 0.35 | 0.20 | 146.98 | 0.55 | 0.54 |
| Hex | 4A | CB | 84 | 40 | 0 | 23 | 14 | 93 | 37 | 36 |
| Octal | 112 | 313 | 204 | 100 | 0 | 43 | 24 | 223 | 67 | 66 |
| Binary | 1001010 | 11001011 | 10000100 | 1000000 | 0 | 100011 | 10100 | 10010011 | 110111 | 110110 |
Color Harmonies of #4ACB84
Complementary color
Monochromatic Colors of #4ACB84
Black with #4ACB84
Text Example
Text Example
White with #4ACB84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ACB84; }
p { color: rgb(74,203,132); }
H1.HeaderClassName
{
color: #4ACB84;
}
.AnyTagClassName
{
color: #4ACB84;
}
</style>
background-color css
<style>
a { background-color: #4ACB84; }
a { background-color: rgb(74,203,132); }
div.DivClassName
{
background-color: #4ACB84;
}
.BgClassName
{
background-color: #4ACB84;
}
</style>
border-color css
<style>
span { border-color: #4ACB84; }
span { border-color: rgb(74,203,132); }
td.TdClassName
{
border-color: #4ACB84;
}
.TagClassName
{
border-color: #4ACB84;
}
</style>