Shades of Emerald #4AC05F
Tints of Emerald #4AC05F
RGB
CMYK
RGB Variations
Color information
#4AC05F (or 0x4AC05F) is known color: Emerald. HEX triplet: 4A, C0 and 5F. RGB value is (74,192,95). Sum of RGB (Red+Green+Blue) = 74+192+95=361 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.50% from 361); Green value is 192 (75.39% from 255 or 53.19% from 361); Blue value is 95 (37.5% from 255 or 26.32% from 361); Max value from RGB is 192 - color contains mainly: green. Hex color #4AC05F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AC05F is #B53FA0. Grayscale: #919191. Windows color (decimal): -11878305 or 6275146. OLE color: 6275146.
HSL color Cylindrical-coordinate representation of color #4AC05F: hue angle of 130.68º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4AC05F is Cyan = 0.61, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 74 | 192 | 95 | - |
| CMYK | 0.61 | 0 | 0.51 | 0.25 |
| HSL | 130.68º | 0.48% | 0.52% | - |
| HSV(B) | 130.68º | 0.61% | 0.75% | - |
| XYZ | 23.74 | 39.98 | 17.29 | - |
| YUV | 145.66 | 99.41 | 76.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 192 | 95 | 0.61 | 0 | 0.51 | 0.25 | 130.68 | 0.48 | 0.52 |
| Hex | 4A | C0 | 5F | 3D | 0 | 33 | 19 | 83 | 30 | 34 |
| Octal | 112 | 300 | 137 | 75 | 0 | 63 | 31 | 203 | 60 | 64 |
| Binary | 1001010 | 11000000 | 1011111 | 111101 | 0 | 110011 | 11001 | 10000011 | 110000 | 110100 |
Color Harmonies of #4AC05F
Complementary color
Monochromatic Colors of #4AC05F
Black with #4AC05F
Text Example
Text Example
White with #4AC05F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AC05F; }
p { color: rgb(74,192,95); }
H1.HeaderClassName
{
color: #4AC05F;
}
.AnyTagClassName
{
color: #4AC05F;
}
</style>
background-color css
<style>
a { background-color: #4AC05F; }
a { background-color: rgb(74,192,95); }
div.DivClassName
{
background-color: #4AC05F;
}
.BgClassName
{
background-color: #4AC05F;
}
</style>
border-color css
<style>
span { border-color: #4AC05F; }
span { border-color: rgb(74,192,95); }
td.TdClassName
{
border-color: #4AC05F;
}
.TagClassName
{
border-color: #4AC05F;
}
</style>