Shades of Fern #5FCF5C
Tints of Fern #5FCF5C
RGB
CMYK
RGB Variations
Color information
#5FCF5C (or 0x5FCF5C) is known color: Fern. HEX triplet: 5F, CF and 5C. RGB value is (95,207,92). Sum of RGB (Red+Green+Blue) = 95+207+92=394 (52% of max value = 765). Red value is 95 (37.5% from 255 or 24.11% from 394); Green value is 207 (81.25% from 255 or 52.54% from 394); Blue value is 92 (36.33% from 255 or 23.35% from 394); Max value from RGB is 207 - color contains mainly: green. Hex color #5FCF5C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FCF5C is #A030A3. Grayscale: #A0A0A0. Windows color (decimal): -10498212 or 6082399. OLE color: 6082399.
HSL color Cylindrical-coordinate representation of color #5FCF5C: hue angle of 118.43º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5FCF5C is Cyan = 0.54, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 95 | 207 | 92 | - |
| CMYK | 0.54 | 0 | 0.56 | 0.19 |
| HSL | 118.43º | 0.55% | 0.59% | - |
| HSV(B) | 118.43º | 0.56% | 0.81% | - |
| XYZ | 28.96 | 47.83 | 17.83 | - |
| YUV | 160.4 | 89.39 | 81.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 207 | 92 | 0.54 | 0 | 0.56 | 0.19 | 118.43 | 0.55 | 0.59 |
| Hex | 5F | CF | 5C | 36 | 0 | 38 | 13 | 76 | 37 | 3B |
| Octal | 137 | 317 | 134 | 66 | 0 | 70 | 23 | 166 | 67 | 73 |
| Binary | 1011111 | 11001111 | 1011100 | 110110 | 0 | 111000 | 10011 | 1110110 | 110111 | 111011 |
Color Harmonies of #5FCF5C
Complementary color
Monochromatic Colors of #5FCF5C
Black with #5FCF5C
Text Example
Text Example
White with #5FCF5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FCF5C; }
p { color: rgb(95,207,92); }
H1.HeaderClassName
{
color: #5FCF5C;
}
.AnyTagClassName
{
color: #5FCF5C;
}
</style>
background-color css
<style>
a { background-color: #5FCF5C; }
a { background-color: rgb(95,207,92); }
div.DivClassName
{
background-color: #5FCF5C;
}
.BgClassName
{
background-color: #5FCF5C;
}
</style>
border-color css
<style>
span { border-color: #5FCF5C; }
span { border-color: rgb(95,207,92); }
td.TdClassName
{
border-color: #5FCF5C;
}
.TagClassName
{
border-color: #5FCF5C;
}
</style>