Shades of Emerald #4ACB80
Tints of Emerald #4ACB80
RGB
CMYK
RGB Variations
Color information
#4ACB80 (or 0x4ACB80) is known color: Emerald. HEX triplet: 4A, CB and 80. RGB value is (74,203,128). Sum of RGB (Red+Green+Blue) = 74+203+128=405 (53% of max value = 765). Red value is 74 (29.30% from 255 or 18.27% from 405); Green value is 203 (79.69% from 255 or 50.12% from 405); Blue value is 128 (50.39% from 255 or 31.60% from 405); Max value from RGB is 203 - color contains mainly: green. Hex color #4ACB80 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4ACB80 is #B5347F. Grayscale: #9C9C9C. Windows color (decimal): -11875456 or 8440650. OLE color: 8440650.
HSL color Cylindrical-coordinate representation of color #4ACB80: hue angle of 145.12º 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 #4ACB80 is Cyan = 0.64, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 74 | 203 | 128 | - |
| CMYK | 0.64 | 0 | 0.37 | 0.20 |
| HSL | 145.12º | 0.55% | 0.54% | - |
| HSV(B) | 145.12º | 0.64% | 0.8% | - |
| XYZ | 28.08 | 45.73 | 27.77 | - |
| YUV | 155.88 | 112.26 | 69.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 203 | 128 | 0.64 | 0 | 0.37 | 0.20 | 145.12 | 0.55 | 0.54 |
| Hex | 4A | CB | 80 | 40 | 0 | 25 | 14 | 91 | 37 | 36 |
| Octal | 112 | 313 | 200 | 100 | 0 | 45 | 24 | 221 | 67 | 66 |
| Binary | 1001010 | 11001011 | 10000000 | 1000000 | 0 | 100101 | 10100 | 10010001 | 110111 | 110110 |
Color Harmonies of #4ACB80
Complementary color
Monochromatic Colors of #4ACB80
Black with #4ACB80
Text Example
Text Example
White with #4ACB80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ACB80; }
p { color: rgb(74,203,128); }
H1.HeaderClassName
{
color: #4ACB80;
}
.AnyTagClassName
{
color: #4ACB80;
}
</style>
background-color css
<style>
a { background-color: #4ACB80; }
a { background-color: rgb(74,203,128); }
div.DivClassName
{
background-color: #4ACB80;
}
.BgClassName
{
background-color: #4ACB80;
}
</style>
border-color css
<style>
span { border-color: #4ACB80; }
span { border-color: rgb(74,203,128); }
td.TdClassName
{
border-color: #4ACB80;
}
.TagClassName
{
border-color: #4ACB80;
}
</style>