Shades of Fern #5FCF5E
Tints of Fern #5FCF5E
RGB
CMYK
RGB Variations
Color information
#5FCF5E (or 0x5FCF5E) is known color: Fern. HEX triplet: 5F, CF and 5E. RGB value is (95,207,94). Sum of RGB (Red+Green+Blue) = 95+207+94=396 (52% of max value = 765). Red value is 95 (37.5% from 255 or 23.99% from 396); Green value is 207 (81.25% from 255 or 52.27% from 396); Blue value is 94 (37.11% from 255 or 23.74% from 396); Max value from RGB is 207 - color contains mainly: green. Hex color #5FCF5E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FCF5E is #A030A1. Grayscale: #A0A0A0. Windows color (decimal): -10498210 or 6213471. OLE color: 6213471.
HSL color Cylindrical-coordinate representation of color #5FCF5E: hue angle of 119.47º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5FCF5E is Cyan = 0.54, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 95 | 207 | 94 | - |
| CMYK | 0.54 | 0 | 0.55 | 0.19 |
| HSL | 119.47º | 0.54% | 0.59% | - |
| HSV(B) | 119.47º | 0.55% | 0.81% | - |
| XYZ | 29.05 | 47.87 | 18.3 | - |
| YUV | 160.63 | 90.39 | 81.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 207 | 94 | 0.54 | 0 | 0.55 | 0.19 | 119.47 | 0.54 | 0.59 |
| Hex | 5F | CF | 5E | 36 | 0 | 37 | 13 | 77 | 36 | 3B |
| Octal | 137 | 317 | 136 | 66 | 0 | 67 | 23 | 167 | 66 | 73 |
| Binary | 1011111 | 11001111 | 1011110 | 110110 | 0 | 110111 | 10011 | 1110111 | 110110 | 111011 |
Color Harmonies of #5FCF5E
Complementary color
Monochromatic Colors of #5FCF5E
Black with #5FCF5E
Text Example
Text Example
White with #5FCF5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FCF5E; }
p { color: rgb(95,207,94); }
H1.HeaderClassName
{
color: #5FCF5E;
}
.AnyTagClassName
{
color: #5FCF5E;
}
</style>
background-color css
<style>
a { background-color: #5FCF5E; }
a { background-color: rgb(95,207,94); }
div.DivClassName
{
background-color: #5FCF5E;
}
.BgClassName
{
background-color: #5FCF5E;
}
</style>
border-color css
<style>
span { border-color: #5FCF5E; }
span { border-color: rgb(95,207,94); }
td.TdClassName
{
border-color: #5FCF5E;
}
.TagClassName
{
border-color: #5FCF5E;
}
</style>