Shades of Fern #4FBF5C
Tints of Fern #4FBF5C
RGB
CMYK
RGB Variations
Color information
#4FBF5C (or 0x4FBF5C) is known color: Fern. HEX triplet: 4F, BF and 5C. RGB value is (79,191,92). Sum of RGB (Red+Green+Blue) = 79+191+92=362 (47% of max value = 765). Red value is 79 (31.25% from 255 or 21.82% from 362); Green value is 191 (75% from 255 or 52.76% from 362); Blue value is 92 (36.33% from 255 or 25.41% from 362); Max value from RGB is 191 - color contains mainly: green. Hex color #4FBF5C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4FBF5C is #B040A3. Grayscale: #929292. Windows color (decimal): -11550884 or 6078287. OLE color: 6078287.
HSL color Cylindrical-coordinate representation of color #4FBF5C: hue angle of 126.96º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4FBF5C is Cyan = 0.59, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 79 | 191 | 92 | - |
| CMYK | 0.59 | 0 | 0.52 | 0.25 |
| HSL | 126.96º | 0.47% | 0.53% | - |
| HSV(B) | 126.96º | 0.59% | 0.75% | - |
| XYZ | 23.79 | 39.7 | 16.53 | - |
| YUV | 146.23 | 97.39 | 80.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 191 | 92 | 0.59 | 0 | 0.52 | 0.25 | 126.96 | 0.47 | 0.53 |
| Hex | 4F | BF | 5C | 3B | 0 | 34 | 19 | 7F | 2F | 35 |
| Octal | 117 | 277 | 134 | 73 | 0 | 64 | 31 | 177 | 57 | 65 |
| Binary | 1001111 | 10111111 | 1011100 | 111011 | 0 | 110100 | 11001 | 1111111 | 101111 | 110101 |
Color Harmonies of #4FBF5C
Complementary color
Monochromatic Colors of #4FBF5C
Black with #4FBF5C
Text Example
Text Example
White with #4FBF5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FBF5C; }
p { color: rgb(79,191,92); }
H1.HeaderClassName
{
color: #4FBF5C;
}
.AnyTagClassName
{
color: #4FBF5C;
}
</style>
background-color css
<style>
a { background-color: #4FBF5C; }
a { background-color: rgb(79,191,92); }
div.DivClassName
{
background-color: #4FBF5C;
}
.BgClassName
{
background-color: #4FBF5C;
}
</style>
border-color css
<style>
span { border-color: #4FBF5C; }
span { border-color: rgb(79,191,92); }
td.TdClassName
{
border-color: #4FBF5C;
}
.TagClassName
{
border-color: #4FBF5C;
}
</style>