Shades of Fern #5BC25F
Tints of Fern #5BC25F
RGB
CMYK
RGB Variations
Color information
#5BC25F (or 0x5BC25F) is known color: Fern. HEX triplet: 5B, C2 and 5F. RGB value is (91,194,95). Sum of RGB (Red+Green+Blue) = 91+194+95=380 (50% of max value = 765). Red value is 91 (35.94% from 255 or 23.95% from 380); Green value is 194 (76.17% from 255 or 51.05% from 380); Blue value is 95 (37.5% from 255 or 25% from 380); Max value from RGB is 194 - color contains mainly: green. Hex color #5BC25F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5BC25F is #A43DA0. Grayscale: #989898. Windows color (decimal): -10763681 or 6275675. OLE color: 6275675.
HSL color Cylindrical-coordinate representation of color #5BC25F: hue angle of 122.33º 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 #5BC25F is Cyan = 0.53, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 91 | 194 | 95 | - |
| CMYK | 0.53 | 0 | 0.51 | 0.24 |
| HSL | 122.33º | 0.46% | 0.56% | - |
| HSV(B) | 122.33º | 0.53% | 0.76% | - |
| XYZ | 25.67 | 41.63 | 17.51 | - |
| YUV | 151.92 | 95.88 | 84.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 194 | 95 | 0.53 | 0 | 0.51 | 0.24 | 122.33 | 0.46 | 0.56 |
| Hex | 5B | C2 | 5F | 35 | 0 | 33 | 18 | 7A | 2E | 38 |
| Octal | 133 | 302 | 137 | 65 | 0 | 63 | 30 | 172 | 56 | 70 |
| Binary | 1011011 | 11000010 | 1011111 | 110101 | 0 | 110011 | 11000 | 1111010 | 101110 | 111000 |
Color Harmonies of #5BC25F
Complementary color
Monochromatic Colors of #5BC25F
Black with #5BC25F
Text Example
Text Example
White with #5BC25F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BC25F; }
p { color: rgb(91,194,95); }
H1.HeaderClassName
{
color: #5BC25F;
}
.AnyTagClassName
{
color: #5BC25F;
}
</style>
background-color css
<style>
a { background-color: #5BC25F; }
a { background-color: rgb(91,194,95); }
div.DivClassName
{
background-color: #5BC25F;
}
.BgClassName
{
background-color: #5BC25F;
}
</style>
border-color css
<style>
span { border-color: #5BC25F; }
span { border-color: rgb(91,194,95); }
td.TdClassName
{
border-color: #5BC25F;
}
.TagClassName
{
border-color: #5BC25F;
}
</style>