Shades of Emerald #4ACC85
Tints of Emerald #4ACC85
RGB
CMYK
RGB Variations
Color information
#4ACC85 (or 0x4ACC85) is known color: Emerald. HEX triplet: 4A, CC and 85. RGB value is (74,204,133). Sum of RGB (Red+Green+Blue) = 74+204+133=411 (54% of max value = 765). Red value is 74 (29.30% from 255 or 18.00% from 411); Green value is 204 (80.08% from 255 or 49.64% from 411); Blue value is 133 (52.34% from 255 or 32.36% from 411); Max value from RGB is 204 - color contains mainly: green. Hex color #4ACC85 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4ACC85 is #B5337A. Grayscale: #9D9D9D. Windows color (decimal): -11875195 or 8768586. OLE color: 8768586.
HSL color Cylindrical-coordinate representation of color #4ACC85: hue angle of 147.23º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4ACC85 is Cyan = 0.64, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 74 | 204 | 133 | - |
| CMYK | 0.64 | 0 | 0.35 | 0.2 |
| HSL | 147.23º | 0.56% | 0.55% | - |
| HSV(B) | 147.23º | 0.64% | 0.8% | - |
| XYZ | 28.65 | 46.34 | 29.62 | - |
| YUV | 157.04 | 114.43 | 68.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 204 | 133 | 0.64 | 0 | 0.35 | 0.2 | 147.23 | 0.56 | 0.55 |
| Hex | 4A | CC | 85 | 40 | 0 | 23 | 14 | 93 | 38 | 37 |
| Octal | 112 | 314 | 205 | 100 | 0 | 43 | 24 | 223 | 70 | 67 |
| Binary | 1001010 | 11001100 | 10000101 | 1000000 | 0 | 100011 | 10100 | 10010011 | 111000 | 110111 |
Color Harmonies of #4ACC85
Complementary color
Monochromatic Colors of #4ACC85
Black with #4ACC85
Text Example
Text Example
White with #4ACC85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ACC85; }
p { color: rgb(74,204,133); }
H1.HeaderClassName
{
color: #4ACC85;
}
.AnyTagClassName
{
color: #4ACC85;
}
</style>
background-color css
<style>
a { background-color: #4ACC85; }
a { background-color: rgb(74,204,133); }
div.DivClassName
{
background-color: #4ACC85;
}
.BgClassName
{
background-color: #4ACC85;
}
</style>
border-color css
<style>
span { border-color: #4ACC85; }
span { border-color: rgb(74,204,133); }
td.TdClassName
{
border-color: #4ACC85;
}
.TagClassName
{
border-color: #4ACC85;
}
</style>