Shades of Fern #5FD25B
Tints of Fern #5FD25B
RGB
CMYK
RGB Variations
Color information
#5FD25B (or 0x5FD25B) is known color: Fern. HEX triplet: 5F, D2 and 5B. RGB value is (95,210,91). Sum of RGB (Red+Green+Blue) = 95+210+91=396 (52% of max value = 765). Red value is 95 (37.5% from 255 or 23.99% from 396); Green value is 210 (82.42% from 255 or 53.03% from 396); Blue value is 91 (35.94% from 255 or 22.98% from 396); Max value from RGB is 210 - color contains mainly: green. Hex color #5FD25B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FD25B is #A02DA4. Grayscale: #A2A2A2. Windows color (decimal): -10497445 or 6017631. OLE color: 6017631.
HSL color Cylindrical-coordinate representation of color #5FD25B: hue angle of 117.98º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5FD25B is Cyan = 0.55, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 95 | 210 | 91 | - |
| CMYK | 0.55 | 0 | 0.57 | 0.18 |
| HSL | 117.98º | 0.57% | 0.59% | - |
| HSV(B) | 117.98º | 0.57% | 0.82% | - |
| XYZ | 29.65 | 49.28 | 17.85 | - |
| YUV | 162.05 | 87.9 | 80.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 210 | 91 | 0.55 | 0 | 0.57 | 0.18 | 117.98 | 0.57 | 0.59 |
| Hex | 5F | D2 | 5B | 37 | 0 | 39 | 12 | 76 | 39 | 3B |
| Octal | 137 | 322 | 133 | 67 | 0 | 71 | 22 | 166 | 71 | 73 |
| Binary | 1011111 | 11010010 | 1011011 | 110111 | 0 | 111001 | 10010 | 1110110 | 111001 | 111011 |
Color Harmonies of #5FD25B
Complementary color
Monochromatic Colors of #5FD25B
Black with #5FD25B
Text Example
Text Example
White with #5FD25B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FD25B; }
p { color: rgb(95,210,91); }
H1.HeaderClassName
{
color: #5FD25B;
}
.AnyTagClassName
{
color: #5FD25B;
}
</style>
background-color css
<style>
a { background-color: #5FD25B; }
a { background-color: rgb(95,210,91); }
div.DivClassName
{
background-color: #5FD25B;
}
.BgClassName
{
background-color: #5FD25B;
}
</style>
border-color css
<style>
span { border-color: #5FD25B; }
span { border-color: rgb(95,210,91); }
td.TdClassName
{
border-color: #5FD25B;
}
.TagClassName
{
border-color: #5FD25B;
}
</style>