Shades of Fern #5BC25B
Tints of Fern #5BC25B
RGB
CMYK
RGB Variations
Color information
#5BC25B (or 0x5BC25B) is known color: Fern. HEX triplet: 5B, C2 and 5B. RGB value is (91,194,91). Sum of RGB (Red+Green+Blue) = 91+194+91=376 (49% of max value = 765). Red value is 91 (35.94% from 255 or 24.20% from 376); Green value is 194 (76.17% from 255 or 51.60% from 376); Blue value is 91 (35.94% from 255 or 24.20% from 376); Max value from RGB is 194 - color contains mainly: green. Hex color #5BC25B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5BC25B is #A43DA4. Grayscale: #979797. Windows color (decimal): -10763685 or 6013531. OLE color: 6013531.
HSL color Cylindrical-coordinate representation of color #5BC25B: hue angle of 120º 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 #5BC25B is Cyan = 0.53, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 91 | 194 | 91 | - |
| CMYK | 0.53 | 0 | 0.53 | 0.24 |
| HSL | 120º | 0.46% | 0.56% | - |
| HSV(B) | 120º | 0.53% | 0.76% | - |
| XYZ | 25.49 | 41.56 | 16.58 | - |
| YUV | 151.46 | 93.88 | 84.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 194 | 91 | 0.53 | 0 | 0.53 | 0.24 | 120 | 0.46 | 0.56 |
| Hex | 5B | C2 | 5B | 35 | 0 | 35 | 18 | 78 | 2E | 38 |
| Octal | 133 | 302 | 133 | 65 | 0 | 65 | 30 | 170 | 56 | 70 |
| Binary | 1011011 | 11000010 | 1011011 | 110101 | 0 | 110101 | 11000 | 1111000 | 101110 | 111000 |
Color Harmonies of #5BC25B
Complementary color
Monochromatic Colors of #5BC25B
Black with #5BC25B
Text Example
Text Example
White with #5BC25B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BC25B; }
p { color: rgb(91,194,91); }
H1.HeaderClassName
{
color: #5BC25B;
}
.AnyTagClassName
{
color: #5BC25B;
}
</style>
background-color css
<style>
a { background-color: #5BC25B; }
a { background-color: rgb(91,194,91); }
div.DivClassName
{
background-color: #5BC25B;
}
.BgClassName
{
background-color: #5BC25B;
}
</style>
border-color css
<style>
span { border-color: #5BC25B; }
span { border-color: rgb(91,194,91); }
td.TdClassName
{
border-color: #5BC25B;
}
.TagClassName
{
border-color: #5BC25B;
}
</style>