Shades of Fern #4AC25D
Tints of Fern #4AC25D
RGB
CMYK
RGB Variations
Color information
#4AC25D (or 0x4AC25D) is known color: Fern. HEX triplet: 4A, C2 and 5D. RGB value is (74,194,93). Sum of RGB (Red+Green+Blue) = 74+194+93=361 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.50% from 361); Green value is 194 (76.17% from 255 or 53.74% from 361); Blue value is 93 (36.72% from 255 or 25.76% from 361); Max value from RGB is 194 - color contains mainly: green. Hex color #4AC25D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AC25D is #B53DA2. Grayscale: #929292. Windows color (decimal): -11877795 or 6144586. OLE color: 6144586.
HSL color Cylindrical-coordinate representation of color #4AC25D: hue angle of 129.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 #4AC25D is Cyan = 0.62, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 74 | 194 | 93 | - |
| CMYK | 0.62 | 0 | 0.52 | 0.24 |
| HSL | 129.5º | 0.5% | 0.53% | - |
| HSV(B) | 129.5º | 0.62% | 0.76% | - |
| XYZ | 24.09 | 40.83 | 16.97 | - |
| YUV | 146.61 | 97.74 | 76.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 194 | 93 | 0.62 | 0 | 0.52 | 0.24 | 129.5 | 0.5 | 0.53 |
| Hex | 4A | C2 | 5D | 3E | 0 | 34 | 18 | 82 | 32 | 35 |
| Octal | 112 | 302 | 135 | 76 | 0 | 64 | 30 | 202 | 62 | 65 |
| Binary | 1001010 | 11000010 | 1011101 | 111110 | 0 | 110100 | 11000 | 10000010 | 110010 | 110101 |
Color Harmonies of #4AC25D
Complementary color
Monochromatic Colors of #4AC25D
Black with #4AC25D
Text Example
Text Example
White with #4AC25D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AC25D; }
p { color: rgb(74,194,93); }
H1.HeaderClassName
{
color: #4AC25D;
}
.AnyTagClassName
{
color: #4AC25D;
}
</style>
background-color css
<style>
a { background-color: #4AC25D; }
a { background-color: rgb(74,194,93); }
div.DivClassName
{
background-color: #4AC25D;
}
.BgClassName
{
background-color: #4AC25D;
}
</style>
border-color css
<style>
span { border-color: #4AC25D; }
span { border-color: rgb(74,194,93); }
td.TdClassName
{
border-color: #4AC25D;
}
.TagClassName
{
border-color: #4AC25D;
}
</style>