Shades of Fern #5FBE5A
Tints of Fern #5FBE5A
RGB
CMYK
RGB Variations
Color information
#5FBE5A (or 0x5FBE5A) is known color: Fern. HEX triplet: 5F, BE and 5A. RGB value is (95,190,90). Sum of RGB (Red+Green+Blue) = 95+190+90=375 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.33% from 375); Green value is 190 (74.61% from 255 or 50.67% from 375); Blue value is 90 (35.55% from 255 or 24% from 375); Max value from RGB is 190 - color contains mainly: green. Hex color #5FBE5A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FBE5A is #A041A5. Grayscale: #969696. Windows color (decimal): -10502566 or 5946975. OLE color: 5946975.
HSL color Cylindrical-coordinate representation of color #5FBE5A: hue angle of 117º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5FBE5A is Cyan = 0.5, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 95 | 190 | 90 | - |
| CMYK | 0.5 | 0 | 0.53 | 0.25 |
| HSL | 117º | 0.43% | 0.55% | - |
| HSV(B) | 117º | 0.53% | 0.75% | - |
| XYZ | 24.98 | 40 | 16.08 | - |
| YUV | 150.2 | 94.03 | 88.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 190 | 90 | 0.5 | 0 | 0.53 | 0.25 | 117 | 0.43 | 0.55 |
| Hex | 5F | BE | 5A | 32 | 0 | 35 | 19 | 75 | 2B | 37 |
| Octal | 137 | 276 | 132 | 62 | 0 | 65 | 31 | 165 | 53 | 67 |
| Binary | 1011111 | 10111110 | 1011010 | 110010 | 0 | 110101 | 11001 | 1110101 | 101011 | 110111 |
Color Harmonies of #5FBE5A
Complementary color
Monochromatic Colors of #5FBE5A
Black with #5FBE5A
Text Example
Text Example
White with #5FBE5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FBE5A; }
p { color: rgb(95,190,90); }
H1.HeaderClassName
{
color: #5FBE5A;
}
.AnyTagClassName
{
color: #5FBE5A;
}
</style>
background-color css
<style>
a { background-color: #5FBE5A; }
a { background-color: rgb(95,190,90); }
div.DivClassName
{
background-color: #5FBE5A;
}
.BgClassName
{
background-color: #5FBE5A;
}
</style>
border-color css
<style>
span { border-color: #5FBE5A; }
span { border-color: rgb(95,190,90); }
td.TdClassName
{
border-color: #5FBE5A;
}
.TagClassName
{
border-color: #5FBE5A;
}
</style>