Shades of Fern #5FB872
Tints of Fern #5FB872
RGB
CMYK
RGB Variations
Color information
#5FB872 (or 0x5FB872) is known color: Fern. HEX triplet: 5F, B8 and 72. RGB value is (95,184,114). Sum of RGB (Red+Green+Blue) = 95+184+114=393 (52% of max value = 765). Red value is 95 (37.5% from 255 or 24.17% from 393); Green value is 184 (72.27% from 255 or 46.82% from 393); Blue value is 114 (44.92% from 255 or 29.01% from 393); Max value from RGB is 184 - color contains mainly: green. Hex color #5FB872 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FB872 is #A0478D. Grayscale: #959595. Windows color (decimal): -10504078 or 7518303. OLE color: 7518303.
HSL color Cylindrical-coordinate representation of color #5FB872: hue angle of 132.81º degrees, saturation: 0.39, 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 #5FB872 is Cyan = 0.48, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 95 | 184 | 114 | - |
| CMYK | 0.48 | 0 | 0.38 | 0.28 |
| HSL | 132.81º | 0.39% | 0.55% | - |
| HSV(B) | 132.81º | 0.48% | 0.72% | - |
| XYZ | 24.9 | 37.93 | 21.93 | - |
| YUV | 149.41 | 108.01 | 89.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 184 | 114 | 0.48 | 0 | 0.38 | 0.28 | 132.81 | 0.39 | 0.55 |
| Hex | 5F | B8 | 72 | 30 | 0 | 26 | 1C | 85 | 27 | 37 |
| Octal | 137 | 270 | 162 | 60 | 0 | 46 | 34 | 205 | 47 | 67 |
| Binary | 1011111 | 10111000 | 1110010 | 110000 | 0 | 100110 | 11100 | 10000101 | 100111 | 110111 |
Color Harmonies of #5FB872
Complementary color
Monochromatic Colors of #5FB872
Black with #5FB872
Text Example
Text Example
White with #5FB872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FB872; }
p { color: rgb(95,184,114); }
H1.HeaderClassName
{
color: #5FB872;
}
.AnyTagClassName
{
color: #5FB872;
}
</style>
background-color css
<style>
a { background-color: #5FB872; }
a { background-color: rgb(95,184,114); }
div.DivClassName
{
background-color: #5FB872;
}
.BgClassName
{
background-color: #5FB872;
}
</style>
border-color css
<style>
span { border-color: #5FB872; }
span { border-color: rgb(95,184,114); }
td.TdClassName
{
border-color: #5FB872;
}
.TagClassName
{
border-color: #5FB872;
}
</style>