Shades of Fern #5FC06B
Tints of Fern #5FC06B
RGB
CMYK
RGB Variations
Color information
#5FC06B (or 0x5FC06B) is known color: Fern. HEX triplet: 5F, C0 and 6B. RGB value is (95,192,107). Sum of RGB (Red+Green+Blue) = 95+192+107=394 (52% of max value = 765). Red value is 95 (37.5% from 255 or 24.11% from 394); Green value is 192 (75.39% from 255 or 48.73% from 394); Blue value is 107 (42.19% from 255 or 27.16% from 394); Max value from RGB is 192 - color contains mainly: green. Hex color #5FC06B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FC06B is #A03F94. Grayscale: #999999. Windows color (decimal): -10502037 or 7061599. OLE color: 7061599.
HSL color Cylindrical-coordinate representation of color #5FC06B: hue angle of 127.42º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5FC06B is Cyan = 0.51, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 95 | 192 | 107 | - |
| CMYK | 0.51 | 0 | 0.44 | 0.25 |
| HSL | 127.42º | 0.43% | 0.56% | - |
| HSV(B) | 127.42º | 0.51% | 0.75% | - |
| XYZ | 26.22 | 41.19 | 20.48 | - |
| YUV | 153.31 | 101.86 | 86.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 192 | 107 | 0.51 | 0 | 0.44 | 0.25 | 127.42 | 0.43 | 0.56 |
| Hex | 5F | C0 | 6B | 33 | 0 | 2C | 19 | 7F | 2B | 38 |
| Octal | 137 | 300 | 153 | 63 | 0 | 54 | 31 | 177 | 53 | 70 |
| Binary | 1011111 | 11000000 | 1101011 | 110011 | 0 | 101100 | 11001 | 1111111 | 101011 | 111000 |
Color Harmonies of #5FC06B
Complementary color
Monochromatic Colors of #5FC06B
Black with #5FC06B
Text Example
Text Example
White with #5FC06B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FC06B; }
p { color: rgb(95,192,107); }
H1.HeaderClassName
{
color: #5FC06B;
}
.AnyTagClassName
{
color: #5FC06B;
}
</style>
background-color css
<style>
a { background-color: #5FC06B; }
a { background-color: rgb(95,192,107); }
div.DivClassName
{
background-color: #5FC06B;
}
.BgClassName
{
background-color: #5FC06B;
}
</style>
border-color css
<style>
span { border-color: #5FC06B; }
span { border-color: rgb(95,192,107); }
td.TdClassName
{
border-color: #5FC06B;
}
.TagClassName
{
border-color: #5FC06B;
}
</style>