Shades of Fern #5FB266
Tints of Fern #5FB266
RGB
CMYK
RGB Variations
Color information
#5FB266 (or 0x5FB266) is known color: Fern. HEX triplet: 5F, B2 and 66. RGB value is (95,178,102). Sum of RGB (Red+Green+Blue) = 95+178+102=375 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.33% from 375); Green value is 178 (69.92% from 255 or 47.47% from 375); Blue value is 102 (40.23% from 255 or 27.2% from 375); Max value from RGB is 178 - color contains mainly: green. Hex color #5FB266 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FB266 is #A04D99. Grayscale: #909090. Windows color (decimal): -10505626 or 6730335. OLE color: 6730335.
HSL color Cylindrical-coordinate representation of color #5FB266: hue angle of 125.06º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5FB266 is Cyan = 0.47, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 95 | 178 | 102 | - |
| CMYK | 0.47 | 0 | 0.43 | 0.30 |
| HSL | 125.06º | 0.35% | 0.54% | - |
| HSV(B) | 125.06º | 0.47% | 0.7% | - |
| XYZ | 23.04 | 35.23 | 18.16 | - |
| YUV | 144.52 | 104 | 92.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 178 | 102 | 0.47 | 0 | 0.43 | 0.30 | 125.06 | 0.35 | 0.54 |
| Hex | 5F | B2 | 66 | 2F | 0 | 2B | 1E | 7D | 23 | 36 |
| Octal | 137 | 262 | 146 | 57 | 0 | 53 | 36 | 175 | 43 | 66 |
| Binary | 1011111 | 10110010 | 1100110 | 101111 | 0 | 101011 | 11110 | 1111101 | 100011 | 110110 |
Color Harmonies of #5FB266
Complementary color
Monochromatic Colors of #5FB266
Black with #5FB266
Text Example
Text Example
White with #5FB266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FB266; }
p { color: rgb(95,178,102); }
H1.HeaderClassName
{
color: #5FB266;
}
.AnyTagClassName
{
color: #5FB266;
}
</style>
background-color css
<style>
a { background-color: #5FB266; }
a { background-color: rgb(95,178,102); }
div.DivClassName
{
background-color: #5FB266;
}
.BgClassName
{
background-color: #5FB266;
}
</style>
border-color css
<style>
span { border-color: #5FB266; }
span { border-color: rgb(95,178,102); }
td.TdClassName
{
border-color: #5FB266;
}
.TagClassName
{
border-color: #5FB266;
}
</style>