Shades of Fern #5FD55B
Tints of Fern #5FD55B
RGB
CMYK
RGB Variations
Color information
#5FD55B (or 0x5FD55B) is known color: Fern. HEX triplet: 5F, D5 and 5B. RGB value is (95,213,91). Sum of RGB (Red+Green+Blue) = 95+213+91=399 (52% of max value = 765). Red value is 95 (37.5% from 255 or 23.81% from 399); Green value is 213 (83.59% from 255 or 53.38% from 399); Blue value is 91 (35.94% from 255 or 22.81% from 399); Max value from RGB is 213 - color contains mainly: green. Hex color #5FD55B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FD55B is #A02AA4. Grayscale: #A4A4A4. Windows color (decimal): -10496677 or 6018399. OLE color: 6018399.
HSL color Cylindrical-coordinate representation of color #5FD55B: hue angle of 118.03º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5FD55B is Cyan = 0.55, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 95 | 213 | 91 | - |
| CMYK | 0.55 | 0 | 0.57 | 0.16 |
| HSL | 118.03º | 0.59% | 0.6% | - |
| HSV(B) | 118.03º | 0.57% | 0.84% | - |
| XYZ | 30.4 | 50.78 | 18.1 | - |
| YUV | 163.81 | 86.91 | 78.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 213 | 91 | 0.55 | 0 | 0.57 | 0.16 | 118.03 | 0.59 | 0.6 |
| Hex | 5F | D5 | 5B | 37 | 0 | 39 | 10 | 76 | 3B | 3C |
| Octal | 137 | 325 | 133 | 67 | 0 | 71 | 20 | 166 | 73 | 74 |
| Binary | 1011111 | 11010101 | 1011011 | 110111 | 0 | 111001 | 10000 | 1110110 | 111011 | 111100 |
Color Harmonies of #5FD55B
Complementary color
Monochromatic Colors of #5FD55B
Black with #5FD55B
Text Example
Text Example
White with #5FD55B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FD55B; }
p { color: rgb(95,213,91); }
H1.HeaderClassName
{
color: #5FD55B;
}
.AnyTagClassName
{
color: #5FD55B;
}
</style>
background-color css
<style>
a { background-color: #5FD55B; }
a { background-color: rgb(95,213,91); }
div.DivClassName
{
background-color: #5FD55B;
}
.BgClassName
{
background-color: #5FD55B;
}
</style>
border-color css
<style>
span { border-color: #5FD55B; }
span { border-color: rgb(95,213,91); }
td.TdClassName
{
border-color: #5FD55B;
}
.TagClassName
{
border-color: #5FD55B;
}
</style>