Shades of Emerald #4AC885
Tints of Emerald #4AC885
RGB
CMYK
RGB Variations
Color information
#4AC885 (or 0x4AC885) is known color: Emerald. HEX triplet: 4A, C8 and 85. RGB value is (74,200,133). Sum of RGB (Red+Green+Blue) = 74+200+133=407 (53% of max value = 765). Red value is 74 (29.30% from 255 or 18.18% from 407); Green value is 200 (78.52% from 255 or 49.14% from 407); Blue value is 133 (52.34% from 255 or 32.68% from 407); Max value from RGB is 200 - color contains mainly: green. Hex color #4AC885 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4AC885 is #B5377A. Grayscale: #9A9A9A. Windows color (decimal): -11876219 or 8767562. OLE color: 8767562.
HSL color Cylindrical-coordinate representation of color #4AC885: hue angle of 148.1º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4AC885 is Cyan = 0.63, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 74 | 200 | 133 | - |
| CMYK | 0.63 | 0 | 0.34 | 0.22 |
| HSL | 148.1º | 0.53% | 0.54% | - |
| HSV(B) | 148.1º | 0.63% | 0.78% | - |
| XYZ | 27.71 | 44.46 | 29.31 | - |
| YUV | 154.69 | 115.76 | 70.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 200 | 133 | 0.63 | 0 | 0.34 | 0.22 | 148.1 | 0.53 | 0.54 |
| Hex | 4A | C8 | 85 | 3F | 0 | 22 | 16 | 94 | 35 | 36 |
| Octal | 112 | 310 | 205 | 77 | 0 | 42 | 26 | 224 | 65 | 66 |
| Binary | 1001010 | 11001000 | 10000101 | 111111 | 0 | 100010 | 10110 | 10010100 | 110101 | 110110 |
Color Harmonies of #4AC885
Complementary color
Monochromatic Colors of #4AC885
Black with #4AC885
Text Example
Text Example
White with #4AC885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AC885; }
p { color: rgb(74,200,133); }
H1.HeaderClassName
{
color: #4AC885;
}
.AnyTagClassName
{
color: #4AC885;
}
</style>
background-color css
<style>
a { background-color: #4AC885; }
a { background-color: rgb(74,200,133); }
div.DivClassName
{
background-color: #4AC885;
}
.BgClassName
{
background-color: #4AC885;
}
</style>
border-color css
<style>
span { border-color: #4AC885; }
span { border-color: rgb(74,200,133); }
td.TdClassName
{
border-color: #4AC885;
}
.TagClassName
{
border-color: #4AC885;
}
</style>