Shades of Emerald #4AC57F
Tints of Emerald #4AC57F
RGB
CMYK
RGB Variations
Color information
#4AC57F (or 0x4AC57F) is known color: Emerald. HEX triplet: 4A, C5 and 7F. RGB value is (74,197,127). Sum of RGB (Red+Green+Blue) = 74+197+127=398 (52% of max value = 765). Red value is 74 (29.30% from 255 or 18.59% from 398); Green value is 197 (77.34% from 255 or 49.50% from 398); Blue value is 127 (50% from 255 or 31.91% from 398); Max value from RGB is 197 - color contains mainly: green. Hex color #4AC57F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AC57F is #B53A80. Grayscale: #989898. Windows color (decimal): -11876993 or 8373578. OLE color: 8373578.
HSL color Cylindrical-coordinate representation of color #4AC57F: hue angle of 145.85º 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 #4AC57F is Cyan = 0.62, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 74 | 197 | 127 | - |
| CMYK | 0.62 | 0 | 0.36 | 0.23 |
| HSL | 145.85º | 0.51% | 0.53% | - |
| HSV(B) | 145.85º | 0.62% | 0.77% | - |
| XYZ | 26.62 | 42.92 | 26.96 | - |
| YUV | 152.24 | 113.75 | 72.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 197 | 127 | 0.62 | 0 | 0.36 | 0.23 | 145.85 | 0.51 | 0.53 |
| Hex | 4A | C5 | 7F | 3E | 0 | 24 | 17 | 92 | 33 | 35 |
| Octal | 112 | 305 | 177 | 76 | 0 | 44 | 27 | 222 | 63 | 65 |
| Binary | 1001010 | 11000101 | 1111111 | 111110 | 0 | 100100 | 10111 | 10010010 | 110011 | 110101 |
Color Harmonies of #4AC57F
Complementary color
Monochromatic Colors of #4AC57F
Black with #4AC57F
Text Example
Text Example
White with #4AC57F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AC57F; }
p { color: rgb(74,197,127); }
H1.HeaderClassName
{
color: #4AC57F;
}
.AnyTagClassName
{
color: #4AC57F;
}
</style>
background-color css
<style>
a { background-color: #4AC57F; }
a { background-color: rgb(74,197,127); }
div.DivClassName
{
background-color: #4AC57F;
}
.BgClassName
{
background-color: #4AC57F;
}
</style>
border-color css
<style>
span { border-color: #4AC57F; }
span { border-color: rgb(74,197,127); }
td.TdClassName
{
border-color: #4AC57F;
}
.TagClassName
{
border-color: #4AC57F;
}
</style>