Shades of Fern #5FC15B
Tints of Fern #5FC15B
RGB
CMYK
RGB Variations
Color information
#5FC15B (or 0x5FC15B) is known color: Fern. HEX triplet: 5F, C1 and 5B. RGB value is (95,193,91). Sum of RGB (Red+Green+Blue) = 95+193+91=379 (50% of max value = 765). Red value is 95 (37.5% from 255 or 25.07% from 379); Green value is 193 (75.78% from 255 or 50.92% from 379); Blue value is 91 (35.94% from 255 or 24.01% from 379); Max value from RGB is 193 - color contains mainly: green. Hex color #5FC15B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FC15B is #A03EA4. Grayscale: #989898. Windows color (decimal): -10501797 or 6013279. OLE color: 6013279.
HSL color Cylindrical-coordinate representation of color #5FC15B: hue angle of 117.65º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5FC15B is Cyan = 0.51, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 95 | 193 | 91 | - |
| CMYK | 0.51 | 0 | 0.53 | 0.24 |
| HSL | 117.65º | 0.45% | 0.56% | - |
| HSV(B) | 117.65º | 0.53% | 0.76% | - |
| XYZ | 25.68 | 41.33 | 16.52 | - |
| YUV | 152.07 | 93.53 | 87.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 193 | 91 | 0.51 | 0 | 0.53 | 0.24 | 117.65 | 0.45 | 0.56 |
| Hex | 5F | C1 | 5B | 33 | 0 | 35 | 18 | 76 | 2D | 38 |
| Octal | 137 | 301 | 133 | 63 | 0 | 65 | 30 | 166 | 55 | 70 |
| Binary | 1011111 | 11000001 | 1011011 | 110011 | 0 | 110101 | 11000 | 1110110 | 101101 | 111000 |
Color Harmonies of #5FC15B
Complementary color
Monochromatic Colors of #5FC15B
Black with #5FC15B
Text Example
Text Example
White with #5FC15B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FC15B; }
p { color: rgb(95,193,91); }
H1.HeaderClassName
{
color: #5FC15B;
}
.AnyTagClassName
{
color: #5FC15B;
}
</style>
background-color css
<style>
a { background-color: #5FC15B; }
a { background-color: rgb(95,193,91); }
div.DivClassName
{
background-color: #5FC15B;
}
.BgClassName
{
background-color: #5FC15B;
}
</style>
border-color css
<style>
span { border-color: #5FC15B; }
span { border-color: rgb(95,193,91); }
td.TdClassName
{
border-color: #5FC15B;
}
.TagClassName
{
border-color: #5FC15B;
}
</style>