Shades of Fern #4ACD56
Tints of Fern #4ACD56
RGB
CMYK
RGB Variations
Color information
#4ACD56 (or 0x4ACD56) is known color: Fern. HEX triplet: 4A, CD and 56. RGB value is (74,205,86). Sum of RGB (Red+Green+Blue) = 74+205+86=365 (48% of max value = 765). Red value is 74 (29.30% from 255 or 20.27% from 365); Green value is 205 (80.47% from 255 or 56.16% from 365); Blue value is 86 (33.98% from 255 or 23.56% from 365); Max value from RGB is 205 - color contains mainly: green. Hex color #4ACD56 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4ACD56 is #B532A9. Grayscale: #989898. Windows color (decimal): -11874986 or 5688650. OLE color: 5688650.
HSL color Cylindrical-coordinate representation of color #4ACD56: hue angle of 125.5º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4ACD56 is Cyan = 0.64, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 74 | 205 | 86 | - |
| CMYK | 0.64 | 0 | 0.58 | 0.20 |
| HSL | 125.5º | 0.57% | 0.55% | - |
| HSV(B) | 125.5º | 0.64% | 0.8% | - |
| XYZ | 26.34 | 45.79 | 16.25 | - |
| YUV | 152.27 | 90.6 | 72.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 205 | 86 | 0.64 | 0 | 0.58 | 0.20 | 125.5 | 0.57 | 0.55 |
| Hex | 4A | CD | 56 | 40 | 0 | 3A | 14 | 7D | 39 | 37 |
| Octal | 112 | 315 | 126 | 100 | 0 | 72 | 24 | 175 | 71 | 67 |
| Binary | 1001010 | 11001101 | 1010110 | 1000000 | 0 | 111010 | 10100 | 1111101 | 111001 | 110111 |
Color Harmonies of #4ACD56
Complementary color
Monochromatic Colors of #4ACD56
Black with #4ACD56
Text Example
Text Example
White with #4ACD56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ACD56; }
p { color: rgb(74,205,86); }
H1.HeaderClassName
{
color: #4ACD56;
}
.AnyTagClassName
{
color: #4ACD56;
}
</style>
background-color css
<style>
a { background-color: #4ACD56; }
a { background-color: rgb(74,205,86); }
div.DivClassName
{
background-color: #4ACD56;
}
.BgClassName
{
background-color: #4ACD56;
}
</style>
border-color css
<style>
span { border-color: #4ACD56; }
span { border-color: rgb(74,205,86); }
td.TdClassName
{
border-color: #4ACD56;
}
.TagClassName
{
border-color: #4ACD56;
}
</style>