Shades of Emerald #4ACB78
Tints of Emerald #4ACB78
RGB
CMYK
RGB Variations
Color information
#4ACB78 (or 0x4ACB78) is known color: Emerald. HEX triplet: 4A, CB and 78. RGB value is (74,203,120). Sum of RGB (Red+Green+Blue) = 74+203+120=397 (52% of max value = 765). Red value is 74 (29.30% from 255 or 18.64% from 397); Green value is 203 (79.69% from 255 or 51.13% from 397); Blue value is 120 (47.27% from 255 or 30.23% from 397); Max value from RGB is 203 - color contains mainly: green. Hex color #4ACB78 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4ACB78 is #B53487. Grayscale: #9B9B9B. Windows color (decimal): -11875464 or 7916362. OLE color: 7916362.
HSL color Cylindrical-coordinate representation of color #4ACB78: hue angle of 141.4º 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 #4ACB78 is Cyan = 0.64, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 74 | 203 | 120 | - |
| CMYK | 0.64 | 0 | 0.41 | 0.20 |
| HSL | 141.4º | 0.55% | 0.54% | - |
| HSV(B) | 141.4º | 0.64% | 0.8% | - |
| XYZ | 27.57 | 45.52 | 25.1 | - |
| YUV | 154.97 | 108.26 | 70.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 203 | 120 | 0.64 | 0 | 0.41 | 0.20 | 141.4 | 0.55 | 0.54 |
| Hex | 4A | CB | 78 | 40 | 0 | 29 | 14 | 8D | 37 | 36 |
| Octal | 112 | 313 | 170 | 100 | 0 | 51 | 24 | 215 | 67 | 66 |
| Binary | 1001010 | 11001011 | 1111000 | 1000000 | 0 | 101001 | 10100 | 10001101 | 110111 | 110110 |
Color Harmonies of #4ACB78
Complementary color
Monochromatic Colors of #4ACB78
Black with #4ACB78
Text Example
Text Example
White with #4ACB78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ACB78; }
p { color: rgb(74,203,120); }
H1.HeaderClassName
{
color: #4ACB78;
}
.AnyTagClassName
{
color: #4ACB78;
}
</style>
background-color css
<style>
a { background-color: #4ACB78; }
a { background-color: rgb(74,203,120); }
div.DivClassName
{
background-color: #4ACB78;
}
.BgClassName
{
background-color: #4ACB78;
}
</style>
border-color css
<style>
span { border-color: #4ACB78; }
span { border-color: rgb(74,203,120); }
td.TdClassName
{
border-color: #4ACB78;
}
.TagClassName
{
border-color: #4ACB78;
}
</style>