Shades of Fern #5FC25B
Tints of Fern #5FC25B
RGB
CMYK
RGB Variations
Color information
#5FC25B (or 0x5FC25B) is known color: Fern. HEX triplet: 5F, C2 and 5B. RGB value is (95,194,91). Sum of RGB (Red+Green+Blue) = 95+194+91=380 (50% of max value = 765). Red value is 95 (37.5% from 255 or 25% from 380); Green value is 194 (76.17% from 255 or 51.05% from 380); Blue value is 91 (35.94% from 255 or 23.95% from 380); Max value from RGB is 194 - color contains mainly: green. Hex color #5FC25B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FC25B is #A03DA4. Grayscale: #989898. Windows color (decimal): -10501541 or 6013535. OLE color: 6013535.
HSL color Cylindrical-coordinate representation of color #5FC25B: hue angle of 117.67º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5FC25B is Cyan = 0.51, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 95 | 194 | 91 | - |
| CMYK | 0.51 | 0 | 0.53 | 0.24 |
| HSL | 117.67º | 0.46% | 0.56% | - |
| HSV(B) | 117.67º | 0.53% | 0.76% | - |
| XYZ | 25.9 | 41.77 | 16.6 | - |
| YUV | 152.66 | 93.2 | 86.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 194 | 91 | 0.51 | 0 | 0.53 | 0.24 | 117.67 | 0.46 | 0.56 |
| Hex | 5F | C2 | 5B | 33 | 0 | 35 | 18 | 76 | 2E | 38 |
| Octal | 137 | 302 | 133 | 63 | 0 | 65 | 30 | 166 | 56 | 70 |
| Binary | 1011111 | 11000010 | 1011011 | 110011 | 0 | 110101 | 11000 | 1110110 | 101110 | 111000 |
Color Harmonies of #5FC25B
Complementary color
Monochromatic Colors of #5FC25B
Black with #5FC25B
Text Example
Text Example
White with #5FC25B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FC25B; }
p { color: rgb(95,194,91); }
H1.HeaderClassName
{
color: #5FC25B;
}
.AnyTagClassName
{
color: #5FC25B;
}
</style>
background-color css
<style>
a { background-color: #5FC25B; }
a { background-color: rgb(95,194,91); }
div.DivClassName
{
background-color: #5FC25B;
}
.BgClassName
{
background-color: #5FC25B;
}
</style>
border-color css
<style>
span { border-color: #5FC25B; }
span { border-color: rgb(95,194,91); }
td.TdClassName
{
border-color: #5FC25B;
}
.TagClassName
{
border-color: #5FC25B;
}
</style>