Shades of Emerald #4AC785
Tints of Emerald #4AC785
RGB
CMYK
RGB Variations
Color information
#4AC785 (or 0x4AC785) is known color: Emerald. HEX triplet: 4A, C7 and 85. RGB value is (74,199,133). Sum of RGB (Red+Green+Blue) = 74+199+133=406 (53% of max value = 765). Red value is 74 (29.30% from 255 or 18.23% from 406); Green value is 199 (78.12% from 255 or 49.01% from 406); Blue value is 133 (52.34% from 255 or 32.76% from 406); Max value from RGB is 199 - color contains mainly: green. Hex color #4AC785 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4AC785 is #B5387A. Grayscale: #9A9A9A. Windows color (decimal): -11876475 or 8767306. OLE color: 8767306.
HSL color Cylindrical-coordinate representation of color #4AC785: hue angle of 148.32º 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 #4AC785 is Cyan = 0.63, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 74 | 199 | 133 | - |
| CMYK | 0.63 | 0 | 0.33 | 0.22 |
| HSL | 148.32º | 0.53% | 0.54% | - |
| HSV(B) | 148.32º | 0.63% | 0.78% | - |
| XYZ | 27.48 | 44 | 29.23 | - |
| YUV | 154.1 | 116.09 | 70.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 199 | 133 | 0.63 | 0 | 0.33 | 0.22 | 148.32 | 0.53 | 0.54 |
| Hex | 4A | C7 | 85 | 3F | 0 | 21 | 16 | 94 | 35 | 36 |
| Octal | 112 | 307 | 205 | 77 | 0 | 41 | 26 | 224 | 65 | 66 |
| Binary | 1001010 | 11000111 | 10000101 | 111111 | 0 | 100001 | 10110 | 10010100 | 110101 | 110110 |
Color Harmonies of #4AC785
Complementary color
Monochromatic Colors of #4AC785
Black with #4AC785
Text Example
Text Example
White with #4AC785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AC785; }
p { color: rgb(74,199,133); }
H1.HeaderClassName
{
color: #4AC785;
}
.AnyTagClassName
{
color: #4AC785;
}
</style>
background-color css
<style>
a { background-color: #4AC785; }
a { background-color: rgb(74,199,133); }
div.DivClassName
{
background-color: #4AC785;
}
.BgClassName
{
background-color: #4AC785;
}
</style>
border-color css
<style>
span { border-color: #4AC785; }
span { border-color: rgb(74,199,133); }
td.TdClassName
{
border-color: #4AC785;
}
.TagClassName
{
border-color: #4AC785;
}
</style>