Shades of Fern #5FB45D
Tints of Fern #5FB45D
RGB
CMYK
RGB Variations
Color information
#5FB45D (or 0x5FB45D) is known color: Fern. HEX triplet: 5F, B4 and 5D. RGB value is (95,180,93). Sum of RGB (Red+Green+Blue) = 95+180+93=368 (48% of max value = 765). Red value is 95 (37.5% from 255 or 25.82% from 368); Green value is 180 (70.70% from 255 or 48.91% from 368); Blue value is 93 (36.72% from 255 or 25.27% from 368); Max value from RGB is 180 - color contains mainly: green. Hex color #5FB45D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FB45D is #A04BA2. Grayscale: #909090. Windows color (decimal): -10505123 or 6141023. OLE color: 6141023.
HSL color Cylindrical-coordinate representation of color #5FB45D: hue angle of 118.62º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5FB45D is Cyan = 0.47, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 95 | 180 | 93 | - |
| CMYK | 0.47 | 0 | 0.48 | 0.29 |
| HSL | 118.62º | 0.37% | 0.54% | - |
| HSV(B) | 118.62º | 0.48% | 0.71% | - |
| XYZ | 23.02 | 35.87 | 16.07 | - |
| YUV | 144.67 | 98.84 | 92.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 180 | 93 | 0.47 | 0 | 0.48 | 0.29 | 118.62 | 0.37 | 0.54 |
| Hex | 5F | B4 | 5D | 2F | 0 | 30 | 1D | 77 | 25 | 36 |
| Octal | 137 | 264 | 135 | 57 | 0 | 60 | 35 | 167 | 45 | 66 |
| Binary | 1011111 | 10110100 | 1011101 | 101111 | 0 | 110000 | 11101 | 1110111 | 100101 | 110110 |
Color Harmonies of #5FB45D
Complementary color
Monochromatic Colors of #5FB45D
Black with #5FB45D
Text Example
Text Example
White with #5FB45D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FB45D; }
p { color: rgb(95,180,93); }
H1.HeaderClassName
{
color: #5FB45D;
}
.AnyTagClassName
{
color: #5FB45D;
}
</style>
background-color css
<style>
a { background-color: #5FB45D; }
a { background-color: rgb(95,180,93); }
div.DivClassName
{
background-color: #5FB45D;
}
.BgClassName
{
background-color: #5FB45D;
}
</style>
border-color css
<style>
span { border-color: #5FB45D; }
span { border-color: rgb(95,180,93); }
td.TdClassName
{
border-color: #5FB45D;
}
.TagClassName
{
border-color: #5FB45D;
}
</style>