Shades of Fern #4ACE56
Tints of Fern #4ACE56
RGB
CMYK
RGB Variations
Color information
#4ACE56 (or 0x4ACE56) is known color: Fern. HEX triplet: 4A, CE and 56. RGB value is (74,206,86). Sum of RGB (Red+Green+Blue) = 74+206+86=366 (48% of max value = 765). Red value is 74 (29.30% from 255 or 20.22% from 366); Green value is 206 (80.86% from 255 or 56.28% from 366); Blue value is 86 (33.98% from 255 or 23.50% from 366); Max value from RGB is 206 - color contains mainly: green. Hex color #4ACE56 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4ACE56 is #B531A9. Grayscale: #999999. Windows color (decimal): -11874730 or 5688906. OLE color: 5688906.
HSL color Cylindrical-coordinate representation of color #4ACE56: hue angle of 125.45º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4ACE56 is Cyan = 0.64, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 74 | 206 | 86 | - |
| CMYK | 0.64 | 0 | 0.58 | 0.19 |
| HSL | 125.45º | 0.57% | 0.55% | - |
| HSV(B) | 125.45º | 0.64% | 0.81% | - |
| XYZ | 26.58 | 46.27 | 16.33 | - |
| YUV | 152.85 | 90.27 | 71.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 206 | 86 | 0.64 | 0 | 0.58 | 0.19 | 125.45 | 0.57 | 0.55 |
| Hex | 4A | CE | 56 | 40 | 0 | 3A | 13 | 7D | 39 | 37 |
| Octal | 112 | 316 | 126 | 100 | 0 | 72 | 23 | 175 | 71 | 67 |
| Binary | 1001010 | 11001110 | 1010110 | 1000000 | 0 | 111010 | 10011 | 1111101 | 111001 | 110111 |
Color Harmonies of #4ACE56
Complementary color
Monochromatic Colors of #4ACE56
Black with #4ACE56
Text Example
Text Example
White with #4ACE56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ACE56; }
p { color: rgb(74,206,86); }
H1.HeaderClassName
{
color: #4ACE56;
}
.AnyTagClassName
{
color: #4ACE56;
}
</style>
background-color css
<style>
a { background-color: #4ACE56; }
a { background-color: rgb(74,206,86); }
div.DivClassName
{
background-color: #4ACE56;
}
.BgClassName
{
background-color: #4ACE56;
}
</style>
border-color css
<style>
span { border-color: #4ACE56; }
span { border-color: rgb(74,206,86); }
td.TdClassName
{
border-color: #4ACE56;
}
.TagClassName
{
border-color: #4ACE56;
}
</style>