Shades of Fern #5FB770
Tints of Fern #5FB770
RGB
CMYK
RGB Variations
Color information
#5FB770 (or 0x5FB770) is known color: Fern. HEX triplet: 5F, B7 and 70. RGB value is (95,183,112). Sum of RGB (Red+Green+Blue) = 95+183+112=390 (51% of max value = 765). Red value is 95 (37.5% from 255 or 24.36% from 390); Green value is 183 (71.88% from 255 or 46.92% from 390); Blue value is 112 (44.14% from 255 or 28.72% from 390); Max value from RGB is 183 - color contains mainly: green. Hex color #5FB770 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FB770 is #A0488F. Grayscale: #949494. Windows color (decimal): -10504336 or 7386975. OLE color: 7386975.
HSL color Cylindrical-coordinate representation of color #5FB770: hue angle of 131.59º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5FB770 is Cyan = 0.48, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 95 | 183 | 112 | - |
| CMYK | 0.48 | 0 | 0.39 | 0.28 |
| HSL | 131.59º | 0.38% | 0.55% | - |
| HSV(B) | 131.59º | 0.48% | 0.72% | - |
| XYZ | 24.58 | 37.47 | 21.27 | - |
| YUV | 148.59 | 107.35 | 89.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 183 | 112 | 0.48 | 0 | 0.39 | 0.28 | 131.59 | 0.38 | 0.55 |
| Hex | 5F | B7 | 70 | 30 | 0 | 27 | 1C | 84 | 26 | 37 |
| Octal | 137 | 267 | 160 | 60 | 0 | 47 | 34 | 204 | 46 | 67 |
| Binary | 1011111 | 10110111 | 1110000 | 110000 | 0 | 100111 | 11100 | 10000100 | 100110 | 110111 |
Color Harmonies of #5FB770
Complementary color
Monochromatic Colors of #5FB770
Black with #5FB770
Text Example
Text Example
White with #5FB770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FB770; }
p { color: rgb(95,183,112); }
H1.HeaderClassName
{
color: #5FB770;
}
.AnyTagClassName
{
color: #5FB770;
}
</style>
background-color css
<style>
a { background-color: #5FB770; }
a { background-color: rgb(95,183,112); }
div.DivClassName
{
background-color: #5FB770;
}
.BgClassName
{
background-color: #5FB770;
}
</style>
border-color css
<style>
span { border-color: #5FB770; }
span { border-color: rgb(95,183,112); }
td.TdClassName
{
border-color: #5FB770;
}
.TagClassName
{
border-color: #5FB770;
}
</style>