Shades of Fern #5FC15F
Tints of Fern #5FC15F
RGB
CMYK
RGB Variations
Color information
#5FC15F (or 0x5FC15F) is known color: Fern. HEX triplet: 5F, C1 and 5F. RGB value is (95,193,95). Sum of RGB (Red+Green+Blue) = 95+193+95=383 (50% of max value = 765). Red value is 95 (37.5% from 255 or 24.80% from 383); Green value is 193 (75.78% from 255 or 50.39% from 383); Blue value is 95 (37.5% from 255 or 24.80% from 383); Max value from RGB is 193 - color contains mainly: green. Hex color #5FC15F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FC15F is #A03EA0. Grayscale: #989898. Windows color (decimal): -10501793 or 6275423. OLE color: 6275423.
HSL color Cylindrical-coordinate representation of color #5FC15F: hue angle of 120º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5FC15F is Cyan = 0.51, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 95 | 193 | 95 | - |
| CMYK | 0.51 | 0 | 0.51 | 0.24 |
| HSL | 120º | 0.44% | 0.56% | - |
| HSV(B) | 120º | 0.51% | 0.76% | - |
| XYZ | 25.85 | 41.4 | 17.45 | - |
| YUV | 152.53 | 95.53 | 86.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 193 | 95 | 0.51 | 0 | 0.51 | 0.24 | 120 | 0.44 | 0.56 |
| Hex | 5F | C1 | 5F | 33 | 0 | 33 | 18 | 78 | 2C | 38 |
| Octal | 137 | 301 | 137 | 63 | 0 | 63 | 30 | 170 | 54 | 70 |
| Binary | 1011111 | 11000001 | 1011111 | 110011 | 0 | 110011 | 11000 | 1111000 | 101100 | 111000 |
Color Harmonies of #5FC15F
Complementary color
Monochromatic Colors of #5FC15F
Black with #5FC15F
Text Example
Text Example
White with #5FC15F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FC15F; }
p { color: rgb(95,193,95); }
H1.HeaderClassName
{
color: #5FC15F;
}
.AnyTagClassName
{
color: #5FC15F;
}
</style>
background-color css
<style>
a { background-color: #5FC15F; }
a { background-color: rgb(95,193,95); }
div.DivClassName
{
background-color: #5FC15F;
}
.BgClassName
{
background-color: #5FC15F;
}
</style>
border-color css
<style>
span { border-color: #5FC15F; }
span { border-color: rgb(95,193,95); }
td.TdClassName
{
border-color: #5FC15F;
}
.TagClassName
{
border-color: #5FC15F;
}
</style>