Shades of Fern #5FCF68
Tints of Fern #5FCF68
RGB
CMYK
RGB Variations
Color information
#5FCF68 (or 0x5FCF68) is known color: Fern. HEX triplet: 5F, CF and 68. RGB value is (95,207,104). Sum of RGB (Red+Green+Blue) = 95+207+104=406 (53% of max value = 765). Red value is 95 (37.5% from 255 or 23.40% from 406); Green value is 207 (81.25% from 255 or 50.99% from 406); Blue value is 104 (41.02% from 255 or 25.62% from 406); Max value from RGB is 207 - color contains mainly: green. Hex color #5FCF68 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FCF68 is #A03097. Grayscale: #A2A2A2. Windows color (decimal): -10498200 or 6868831. OLE color: 6868831.
HSL color Cylindrical-coordinate representation of color #5FCF68: hue angle of 124.82º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5FCF68 is Cyan = 0.54, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 95 | 207 | 104 | - |
| CMYK | 0.54 | 0 | 0.50 | 0.19 |
| HSL | 124.82º | 0.54% | 0.59% | - |
| HSV(B) | 124.82º | 0.54% | 0.81% | - |
| XYZ | 29.53 | 48.06 | 20.82 | - |
| YUV | 161.77 | 95.39 | 80.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 207 | 104 | 0.54 | 0 | 0.50 | 0.19 | 124.82 | 0.54 | 0.59 |
| Hex | 5F | CF | 68 | 36 | 0 | 32 | 13 | 7D | 36 | 3B |
| Octal | 137 | 317 | 150 | 66 | 0 | 62 | 23 | 175 | 66 | 73 |
| Binary | 1011111 | 11001111 | 1101000 | 110110 | 0 | 110010 | 10011 | 1111101 | 110110 | 111011 |
Color Harmonies of #5FCF68
Complementary color
Monochromatic Colors of #5FCF68
Black with #5FCF68
Text Example
Text Example
White with #5FCF68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FCF68; }
p { color: rgb(95,207,104); }
H1.HeaderClassName
{
color: #5FCF68;
}
.AnyTagClassName
{
color: #5FCF68;
}
</style>
background-color css
<style>
a { background-color: #5FCF68; }
a { background-color: rgb(95,207,104); }
div.DivClassName
{
background-color: #5FCF68;
}
.BgClassName
{
background-color: #5FCF68;
}
</style>
border-color css
<style>
span { border-color: #5FCF68; }
span { border-color: rgb(95,207,104); }
td.TdClassName
{
border-color: #5FCF68;
}
.TagClassName
{
border-color: #5FCF68;
}
</style>