Shades of Fern #5FB15A
Tints of Fern #5FB15A
RGB
CMYK
RGB Variations
Color information
#5FB15A (or 0x5FB15A) is known color: Fern. HEX triplet: 5F, B1 and 5A. RGB value is (95,177,90). Sum of RGB (Red+Green+Blue) = 95+177+90=362 (47% of max value = 765). Red value is 95 (37.5% from 255 or 26.24% from 362); Green value is 177 (69.53% from 255 or 48.90% from 362); Blue value is 90 (35.55% from 255 or 24.86% from 362); Max value from RGB is 177 - color contains mainly: green. Hex color #5FB15A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FB15A is #A04EA5. Grayscale: #8E8E8E. Windows color (decimal): -10505894 or 5943647. OLE color: 5943647.
HSL color Cylindrical-coordinate representation of color #5FB15A: hue angle of 116.55º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5FB15A is Cyan = 0.46, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 95 | 177 | 90 | - |
| CMYK | 0.46 | 0 | 0.49 | 0.31 |
| HSL | 116.55º | 0.36% | 0.52% | - |
| HSV(B) | 116.55º | 0.49% | 0.69% | - |
| XYZ | 22.29 | 34.62 | 15.18 | - |
| YUV | 142.56 | 98.33 | 94.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 177 | 90 | 0.46 | 0 | 0.49 | 0.31 | 116.55 | 0.36 | 0.52 |
| Hex | 5F | B1 | 5A | 2E | 0 | 31 | 1F | 75 | 24 | 34 |
| Octal | 137 | 261 | 132 | 56 | 0 | 61 | 37 | 165 | 44 | 64 |
| Binary | 1011111 | 10110001 | 1011010 | 101110 | 0 | 110001 | 11111 | 1110101 | 100100 | 110100 |
Color Harmonies of #5FB15A
Complementary color
Monochromatic Colors of #5FB15A
Black with #5FB15A
Text Example
Text Example
White with #5FB15A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FB15A; }
p { color: rgb(95,177,90); }
H1.HeaderClassName
{
color: #5FB15A;
}
.AnyTagClassName
{
color: #5FB15A;
}
</style>
background-color css
<style>
a { background-color: #5FB15A; }
a { background-color: rgb(95,177,90); }
div.DivClassName
{
background-color: #5FB15A;
}
.BgClassName
{
background-color: #5FB15A;
}
</style>
border-color css
<style>
span { border-color: #5FB15A; }
span { border-color: rgb(95,177,90); }
td.TdClassName
{
border-color: #5FB15A;
}
.TagClassName
{
border-color: #5FB15A;
}
</style>