Shades of Emerald #4AC485
Tints of Emerald #4AC485
RGB
CMYK
RGB Variations
Color information
#4AC485 (or 0x4AC485) is known color: Emerald. HEX triplet: 4A, C4 and 85. RGB value is (74,196,133). Sum of RGB (Red+Green+Blue) = 74+196+133=403 (53% of max value = 765). Red value is 74 (29.30% from 255 or 18.36% from 403); Green value is 196 (76.95% from 255 or 48.64% from 403); Blue value is 133 (52.34% from 255 or 33.00% from 403); Max value from RGB is 196 - color contains mainly: green. Hex color #4AC485 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4AC485 is #B53B7A. Grayscale: #989898. Windows color (decimal): -11877243 or 8766538. OLE color: 8766538.
HSL color Cylindrical-coordinate representation of color #4AC485: hue angle of 149.02º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4AC485 is Cyan = 0.62, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 74 | 196 | 133 | - |
| CMYK | 0.62 | 0 | 0.32 | 0.23 |
| HSL | 149.02º | 0.51% | 0.53% | - |
| HSV(B) | 149.02º | 0.62% | 0.77% | - |
| XYZ | 26.8 | 42.63 | 29.01 | - |
| YUV | 152.34 | 117.08 | 72.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 196 | 133 | 0.62 | 0 | 0.32 | 0.23 | 149.02 | 0.51 | 0.53 |
| Hex | 4A | C4 | 85 | 3E | 0 | 20 | 17 | 95 | 33 | 35 |
| Octal | 112 | 304 | 205 | 76 | 0 | 40 | 27 | 225 | 63 | 65 |
| Binary | 1001010 | 11000100 | 10000101 | 111110 | 0 | 100000 | 10111 | 10010101 | 110011 | 110101 |
Color Harmonies of #4AC485
Complementary color
Monochromatic Colors of #4AC485
Black with #4AC485
Text Example
Text Example
White with #4AC485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AC485; }
p { color: rgb(74,196,133); }
H1.HeaderClassName
{
color: #4AC485;
}
.AnyTagClassName
{
color: #4AC485;
}
</style>
background-color css
<style>
a { background-color: #4AC485; }
a { background-color: rgb(74,196,133); }
div.DivClassName
{
background-color: #4AC485;
}
.BgClassName
{
background-color: #4AC485;
}
</style>
border-color css
<style>
span { border-color: #4AC485; }
span { border-color: rgb(74,196,133); }
td.TdClassName
{
border-color: #4AC485;
}
.TagClassName
{
border-color: #4AC485;
}
</style>