Shades of Fern #5FBF69
Tints of Fern #5FBF69
RGB
CMYK
RGB Variations
Color information
#5FBF69 (or 0x5FBF69) is known color: Fern. HEX triplet: 5F, BF and 69. RGB value is (95,191,105). Sum of RGB (Red+Green+Blue) = 95+191+105=391 (51% of max value = 765). Red value is 95 (37.5% from 255 or 24.30% from 391); Green value is 191 (75% from 255 or 48.85% from 391); Blue value is 105 (41.41% from 255 or 26.85% from 391); Max value from RGB is 191 - color contains mainly: green. Hex color #5FBF69 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FBF69 is #A04096. Grayscale: #989898. Windows color (decimal): -10502295 or 6930271. OLE color: 6930271.
HSL color Cylindrical-coordinate representation of color #5FBF69: hue angle of 126.25º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5FBF69 is Cyan = 0.50, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 95 | 191 | 105 | - |
| CMYK | 0.50 | 0 | 0.45 | 0.25 |
| HSL | 126.25º | 0.43% | 0.56% | - |
| HSV(B) | 126.25º | 0.5% | 0.75% | - |
| XYZ | 25.9 | 40.71 | 19.86 | - |
| YUV | 152.49 | 101.2 | 86.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 191 | 105 | 0.50 | 0 | 0.45 | 0.25 | 126.25 | 0.43 | 0.56 |
| Hex | 5F | BF | 69 | 32 | 0 | 2D | 19 | 7E | 2B | 38 |
| Octal | 137 | 277 | 151 | 62 | 0 | 55 | 31 | 176 | 53 | 70 |
| Binary | 1011111 | 10111111 | 1101001 | 110010 | 0 | 101101 | 11001 | 1111110 | 101011 | 111000 |
Color Harmonies of #5FBF69
Complementary color
Monochromatic Colors of #5FBF69
Black with #5FBF69
Text Example
Text Example
White with #5FBF69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FBF69; }
p { color: rgb(95,191,105); }
H1.HeaderClassName
{
color: #5FBF69;
}
.AnyTagClassName
{
color: #5FBF69;
}
</style>
background-color css
<style>
a { background-color: #5FBF69; }
a { background-color: rgb(95,191,105); }
div.DivClassName
{
background-color: #5FBF69;
}
.BgClassName
{
background-color: #5FBF69;
}
</style>
border-color css
<style>
span { border-color: #5FBF69; }
span { border-color: rgb(95,191,105); }
td.TdClassName
{
border-color: #5FBF69;
}
.TagClassName
{
border-color: #5FBF69;
}
</style>