Shades of Emerald #4AC25F
Tints of Emerald #4AC25F
RGB
CMYK
RGB Variations
Color information
#4AC25F (or 0x4AC25F) is known color: Emerald. HEX triplet: 4A, C2 and 5F. RGB value is (74,194,95). Sum of RGB (Red+Green+Blue) = 74+194+95=363 (48% of max value = 765). Red value is 74 (29.30% from 255 or 20.39% from 363); Green value is 194 (76.17% from 255 or 53.44% from 363); Blue value is 95 (37.5% from 255 or 26.17% from 363); Max value from RGB is 194 - color contains mainly: green. Hex color #4AC25F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AC25F is #B53DA0. Grayscale: #939393. Windows color (decimal): -11877793 or 6275658. OLE color: 6275658.
HSL color Cylindrical-coordinate representation of color #4AC25F: hue angle of 130.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 #4AC25F is Cyan = 0.62, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 74 | 194 | 95 | - |
| CMYK | 0.62 | 0 | 0.51 | 0.24 |
| HSL | 130.5º | 0.5% | 0.53% | - |
| HSV(B) | 130.5º | 0.62% | 0.76% | - |
| XYZ | 24.18 | 40.87 | 17.44 | - |
| YUV | 146.83 | 98.74 | 76.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 194 | 95 | 0.62 | 0 | 0.51 | 0.24 | 130.5 | 0.5 | 0.53 |
| Hex | 4A | C2 | 5F | 3E | 0 | 33 | 18 | 82 | 32 | 35 |
| Octal | 112 | 302 | 137 | 76 | 0 | 63 | 30 | 202 | 62 | 65 |
| Binary | 1001010 | 11000010 | 1011111 | 111110 | 0 | 110011 | 11000 | 10000010 | 110010 | 110101 |
Color Harmonies of #4AC25F
Complementary color
Monochromatic Colors of #4AC25F
Black with #4AC25F
Text Example
Text Example
White with #4AC25F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AC25F; }
p { color: rgb(74,194,95); }
H1.HeaderClassName
{
color: #4AC25F;
}
.AnyTagClassName
{
color: #4AC25F;
}
</style>
background-color css
<style>
a { background-color: #4AC25F; }
a { background-color: rgb(74,194,95); }
div.DivClassName
{
background-color: #4AC25F;
}
.BgClassName
{
background-color: #4AC25F;
}
</style>
border-color css
<style>
span { border-color: #4AC25F; }
span { border-color: rgb(74,194,95); }
td.TdClassName
{
border-color: #4AC25F;
}
.TagClassName
{
border-color: #4AC25F;
}
</style>