Shades of Emerald #4AC275
Tints of Emerald #4AC275
RGB
CMYK
RGB Variations
Color information
#4AC275 (or 0x4AC275) is known color: Emerald. HEX triplet: 4A, C2 and 75. RGB value is (74,194,117). Sum of RGB (Red+Green+Blue) = 74+194+117=385 (50% of max value = 765). Red value is 74 (29.30% from 255 or 19.22% from 385); Green value is 194 (76.17% from 255 or 50.39% from 385); Blue value is 117 (46.09% from 255 or 30.39% from 385); Max value from RGB is 194 - color contains mainly: green. Hex color #4AC275 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AC275 is #B53D8A. Grayscale: #959595. Windows color (decimal): -11877771 or 7717450. OLE color: 7717450.
HSL color Cylindrical-coordinate representation of color #4AC275: hue angle of 141.5º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4AC275 is Cyan = 0.62, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 74 | 194 | 117 | - |
| CMYK | 0.62 | 0 | 0.40 | 0.24 |
| HSL | 141.5º | 0.5% | 0.53% | - |
| HSV(B) | 141.5º | 0.62% | 0.76% | - |
| XYZ | 25.33 | 41.32 | 23.47 | - |
| YUV | 149.34 | 109.74 | 74.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 194 | 117 | 0.62 | 0 | 0.40 | 0.24 | 141.5 | 0.5 | 0.53 |
| Hex | 4A | C2 | 75 | 3E | 0 | 28 | 18 | 8E | 32 | 35 |
| Octal | 112 | 302 | 165 | 76 | 0 | 50 | 30 | 216 | 62 | 65 |
| Binary | 1001010 | 11000010 | 1110101 | 111110 | 0 | 101000 | 11000 | 10001110 | 110010 | 110101 |
Color Harmonies of #4AC275
Complementary color
Monochromatic Colors of #4AC275
Black with #4AC275
Text Example
Text Example
White with #4AC275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AC275; }
p { color: rgb(74,194,117); }
H1.HeaderClassName
{
color: #4AC275;
}
.AnyTagClassName
{
color: #4AC275;
}
</style>
background-color css
<style>
a { background-color: #4AC275; }
a { background-color: rgb(74,194,117); }
div.DivClassName
{
background-color: #4AC275;
}
.BgClassName
{
background-color: #4AC275;
}
</style>
border-color css
<style>
span { border-color: #4AC275; }
span { border-color: rgb(74,194,117); }
td.TdClassName
{
border-color: #4AC275;
}
.TagClassName
{
border-color: #4AC275;
}
</style>