Shades of Emerald #4ACB85
Tints of Emerald #4ACB85
RGB
CMYK
RGB Variations
Color information
#4ACB85 (or 0x4ACB85) is known color: Emerald. HEX triplet: 4A, CB and 85. RGB value is (74,203,133). Sum of RGB (Red+Green+Blue) = 74+203+133=410 (54% of max value = 765). Red value is 74 (29.30% from 255 or 18.05% from 410); Green value is 203 (79.69% from 255 or 49.51% from 410); Blue value is 133 (52.34% from 255 or 32.44% from 410); Max value from RGB is 203 - color contains mainly: green. Hex color #4ACB85 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4ACB85 is #B5347A. Grayscale: #9C9C9C. Windows color (decimal): -11875451 or 8768330. OLE color: 8768330.
HSL color Cylindrical-coordinate representation of color #4ACB85: hue angle of 147.44º 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 #4ACB85 is Cyan = 0.64, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 74 | 203 | 133 | - |
| CMYK | 0.64 | 0 | 0.34 | 0.20 |
| HSL | 147.44º | 0.55% | 0.54% | - |
| HSV(B) | 147.44º | 0.64% | 0.8% | - |
| XYZ | 28.41 | 45.86 | 29.54 | - |
| YUV | 156.45 | 114.76 | 69.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 203 | 133 | 0.64 | 0 | 0.34 | 0.20 | 147.44 | 0.55 | 0.54 |
| Hex | 4A | CB | 85 | 40 | 0 | 22 | 14 | 93 | 37 | 36 |
| Octal | 112 | 313 | 205 | 100 | 0 | 42 | 24 | 223 | 67 | 66 |
| Binary | 1001010 | 11001011 | 10000101 | 1000000 | 0 | 100010 | 10100 | 10010011 | 110111 | 110110 |
Color Harmonies of #4ACB85
Complementary color
Monochromatic Colors of #4ACB85
Black with #4ACB85
Text Example
Text Example
White with #4ACB85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ACB85; }
p { color: rgb(74,203,133); }
H1.HeaderClassName
{
color: #4ACB85;
}
.AnyTagClassName
{
color: #4ACB85;
}
</style>
background-color css
<style>
a { background-color: #4ACB85; }
a { background-color: rgb(74,203,133); }
div.DivClassName
{
background-color: #4ACB85;
}
.BgClassName
{
background-color: #4ACB85;
}
</style>
border-color css
<style>
span { border-color: #4ACB85; }
span { border-color: rgb(74,203,133); }
td.TdClassName
{
border-color: #4ACB85;
}
.TagClassName
{
border-color: #4ACB85;
}
</style>