Shades of Fern #4FCF55
Tints of Fern #4FCF55
RGB
CMYK
RGB Variations
Color information
#4FCF55 (or 0x4FCF55) is known color: Fern. HEX triplet: 4F, CF and 55. RGB value is (79,207,85). Sum of RGB (Red+Green+Blue) = 79+207+85=371 (49% of max value = 765). Red value is 79 (31.25% from 255 or 21.29% from 371); Green value is 207 (81.25% from 255 or 55.80% from 371); Blue value is 85 (33.59% from 255 or 22.91% from 371); Max value from RGB is 207 - color contains mainly: green. Hex color #4FCF55 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4FCF55 is #B030AA. Grayscale: #9B9B9B. Windows color (decimal): -11546795 or 5623631. OLE color: 5623631.
HSL color Cylindrical-coordinate representation of color #4FCF55: hue angle of 122.81º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4FCF55 is Cyan = 0.62, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 79 | 207 | 85 | - |
| CMYK | 0.62 | 0 | 0.59 | 0.19 |
| HSL | 122.81º | 0.57% | 0.56% | - |
| HSV(B) | 122.81º | 0.62% | 0.81% | - |
| XYZ | 27.18 | 46.94 | 16.22 | - |
| YUV | 154.82 | 88.59 | 73.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 207 | 85 | 0.62 | 0 | 0.59 | 0.19 | 122.81 | 0.57 | 0.56 |
| Hex | 4F | CF | 55 | 3E | 0 | 3B | 13 | 7B | 39 | 38 |
| Octal | 117 | 317 | 125 | 76 | 0 | 73 | 23 | 173 | 71 | 70 |
| Binary | 1001111 | 11001111 | 1010101 | 111110 | 0 | 111011 | 10011 | 1111011 | 111001 | 111000 |
Color Harmonies of #4FCF55
Complementary color
Monochromatic Colors of #4FCF55
Black with #4FCF55
Text Example
Text Example
White with #4FCF55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FCF55; }
p { color: rgb(79,207,85); }
H1.HeaderClassName
{
color: #4FCF55;
}
.AnyTagClassName
{
color: #4FCF55;
}
</style>
background-color css
<style>
a { background-color: #4FCF55; }
a { background-color: rgb(79,207,85); }
div.DivClassName
{
background-color: #4FCF55;
}
.BgClassName
{
background-color: #4FCF55;
}
</style>
border-color css
<style>
span { border-color: #4FCF55; }
span { border-color: rgb(79,207,85); }
td.TdClassName
{
border-color: #4FCF55;
}
.TagClassName
{
border-color: #4FCF55;
}
</style>