Shades of Fern #5FB15D
Tints of Fern #5FB15D
RGB
CMYK
RGB Variations
Color information
#5FB15D (or 0x5FB15D) is known color: Fern. HEX triplet: 5F, B1 and 5D. RGB value is (95,177,93). Sum of RGB (Red+Green+Blue) = 95+177+93=365 (48% of max value = 765). Red value is 95 (37.5% from 255 or 26.03% from 365); Green value is 177 (69.53% from 255 or 48.49% from 365); Blue value is 93 (36.72% from 255 or 25.48% from 365); Max value from RGB is 177 - color contains mainly: green. Hex color #5FB15D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FB15D is #A04EA2. Grayscale: #8F8F8F. Windows color (decimal): -10505891 or 6140255. OLE color: 6140255.
HSL color Cylindrical-coordinate representation of color #5FB15D: hue angle of 118.57º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5FB15D is Cyan = 0.46, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 95 | 177 | 93 | - |
| CMYK | 0.46 | 0 | 0.47 | 0.31 |
| HSL | 118.57º | 0.35% | 0.53% | - |
| HSV(B) | 118.57º | 0.47% | 0.69% | - |
| XYZ | 22.42 | 34.67 | 15.87 | - |
| YUV | 142.91 | 99.83 | 93.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 177 | 93 | 0.46 | 0 | 0.47 | 0.31 | 118.57 | 0.35 | 0.53 |
| Hex | 5F | B1 | 5D | 2E | 0 | 2F | 1F | 77 | 23 | 35 |
| Octal | 137 | 261 | 135 | 56 | 0 | 57 | 37 | 167 | 43 | 65 |
| Binary | 1011111 | 10110001 | 1011101 | 101110 | 0 | 101111 | 11111 | 1110111 | 100011 | 110101 |
Color Harmonies of #5FB15D
Complementary color
Monochromatic Colors of #5FB15D
Black with #5FB15D
Text Example
Text Example
White with #5FB15D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FB15D; }
p { color: rgb(95,177,93); }
H1.HeaderClassName
{
color: #5FB15D;
}
.AnyTagClassName
{
color: #5FB15D;
}
</style>
background-color css
<style>
a { background-color: #5FB15D; }
a { background-color: rgb(95,177,93); }
div.DivClassName
{
background-color: #5FB15D;
}
.BgClassName
{
background-color: #5FB15D;
}
</style>
border-color css
<style>
span { border-color: #5FB15D; }
span { border-color: rgb(95,177,93); }
td.TdClassName
{
border-color: #5FB15D;
}
.TagClassName
{
border-color: #5FB15D;
}
</style>