Shades of Emerald #4ACB77
Tints of Emerald #4ACB77
RGB
CMYK
RGB Variations
Color information
#4ACB77 (or 0x4ACB77) is known color: Emerald. HEX triplet: 4A, CB and 77. RGB value is (74,203,119). Sum of RGB (Red+Green+Blue) = 74+203+119=396 (52% of max value = 765). Red value is 74 (29.30% from 255 or 18.69% from 396); Green value is 203 (79.69% from 255 or 51.26% from 396); Blue value is 119 (46.88% from 255 or 30.05% from 396); Max value from RGB is 203 - color contains mainly: green. Hex color #4ACB77 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4ACB77 is #B53488. Grayscale: #9B9B9B. Windows color (decimal): -11875465 or 7850826. OLE color: 7850826.
HSL color Cylindrical-coordinate representation of color #4ACB77: hue angle of 140.93º 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 #4ACB77 is Cyan = 0.64, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 74 | 203 | 119 | - |
| CMYK | 0.64 | 0 | 0.41 | 0.20 |
| HSL | 140.93º | 0.55% | 0.54% | - |
| HSV(B) | 140.93º | 0.64% | 0.8% | - |
| XYZ | 27.51 | 45.5 | 24.79 | - |
| YUV | 154.85 | 107.76 | 70.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 203 | 119 | 0.64 | 0 | 0.41 | 0.20 | 140.93 | 0.55 | 0.54 |
| Hex | 4A | CB | 77 | 40 | 0 | 29 | 14 | 8D | 37 | 36 |
| Octal | 112 | 313 | 167 | 100 | 0 | 51 | 24 | 215 | 67 | 66 |
| Binary | 1001010 | 11001011 | 1110111 | 1000000 | 0 | 101001 | 10100 | 10001101 | 110111 | 110110 |
Color Harmonies of #4ACB77
Complementary color
Monochromatic Colors of #4ACB77
Black with #4ACB77
Text Example
Text Example
White with #4ACB77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ACB77; }
p { color: rgb(74,203,119); }
H1.HeaderClassName
{
color: #4ACB77;
}
.AnyTagClassName
{
color: #4ACB77;
}
</style>
background-color css
<style>
a { background-color: #4ACB77; }
a { background-color: rgb(74,203,119); }
div.DivClassName
{
background-color: #4ACB77;
}
.BgClassName
{
background-color: #4ACB77;
}
</style>
border-color css
<style>
span { border-color: #4ACB77; }
span { border-color: rgb(74,203,119); }
td.TdClassName
{
border-color: #4ACB77;
}
.TagClassName
{
border-color: #4ACB77;
}
</style>