Shades of Fern #5FBC69
Tints of Fern #5FBC69
RGB
CMYK
RGB Variations
Color information
#5FBC69 (or 0x5FBC69) is known color: Fern. HEX triplet: 5F, BC and 69. RGB value is (95,188,105). Sum of RGB (Red+Green+Blue) = 95+188+105=388 (51% of max value = 765). Red value is 95 (37.5% from 255 or 24.48% from 388); Green value is 188 (73.83% from 255 or 48.45% from 388); Blue value is 105 (41.41% from 255 or 27.06% from 388); Max value from RGB is 188 - color contains mainly: green. Hex color #5FBC69 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FBC69 is #A04396. Grayscale: #969696. Windows color (decimal): -10503063 or 6929503. OLE color: 6929503.
HSL color Cylindrical-coordinate representation of color #5FBC69: hue angle of 126.45º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5FBC69 is Cyan = 0.49, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 95 | 188 | 105 | - |
| CMYK | 0.49 | 0 | 0.44 | 0.26 |
| HSL | 126.45º | 0.41% | 0.55% | - |
| HSV(B) | 126.45º | 0.49% | 0.74% | - |
| XYZ | 25.25 | 39.42 | 19.64 | - |
| YUV | 150.73 | 102.19 | 88.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 188 | 105 | 0.49 | 0 | 0.44 | 0.26 | 126.45 | 0.41 | 0.55 |
| Hex | 5F | BC | 69 | 31 | 0 | 2C | 1A | 7E | 29 | 37 |
| Octal | 137 | 274 | 151 | 61 | 0 | 54 | 32 | 176 | 51 | 67 |
| Binary | 1011111 | 10111100 | 1101001 | 110001 | 0 | 101100 | 11010 | 1111110 | 101001 | 110111 |
Color Harmonies of #5FBC69
Complementary color
Monochromatic Colors of #5FBC69
Black with #5FBC69
Text Example
Text Example
White with #5FBC69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FBC69; }
p { color: rgb(95,188,105); }
H1.HeaderClassName
{
color: #5FBC69;
}
.AnyTagClassName
{
color: #5FBC69;
}
</style>
background-color css
<style>
a { background-color: #5FBC69; }
a { background-color: rgb(95,188,105); }
div.DivClassName
{
background-color: #5FBC69;
}
.BgClassName
{
background-color: #5FBC69;
}
</style>
border-color css
<style>
span { border-color: #5FBC69; }
span { border-color: rgb(95,188,105); }
td.TdClassName
{
border-color: #5FBC69;
}
.TagClassName
{
border-color: #5FBC69;
}
</style>