Shades of Fern #5BCA5E
Tints of Fern #5BCA5E
RGB
CMYK
RGB Variations
Color information
#5BCA5E (or 0x5BCA5E) is known color: Fern. HEX triplet: 5B, CA and 5E. RGB value is (91,202,94). Sum of RGB (Red+Green+Blue) = 91+202+94=387 (51% of max value = 765). Red value is 91 (35.94% from 255 or 23.51% from 387); Green value is 202 (79.30% from 255 or 52.20% from 387); Blue value is 94 (37.11% from 255 or 24.29% from 387); Max value from RGB is 202 - color contains mainly: green. Hex color #5BCA5E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5BCA5E is #A435A1. Grayscale: #9C9C9C. Windows color (decimal): -10761634 or 6212187. OLE color: 6212187.
HSL color Cylindrical-coordinate representation of color #5BCA5E: hue angle of 121.62º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5BCA5E is Cyan = 0.55, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 91 | 202 | 94 | - |
| CMYK | 0.55 | 0 | 0.53 | 0.21 |
| HSL | 121.62º | 0.51% | 0.57% | - |
| HSV(B) | 121.62º | 0.55% | 0.79% | - |
| XYZ | 27.46 | 45.27 | 17.88 | - |
| YUV | 156.5 | 92.73 | 81.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 202 | 94 | 0.55 | 0 | 0.53 | 0.21 | 121.62 | 0.51 | 0.57 |
| Hex | 5B | CA | 5E | 37 | 0 | 35 | 15 | 7A | 33 | 39 |
| Octal | 133 | 312 | 136 | 67 | 0 | 65 | 25 | 172 | 63 | 71 |
| Binary | 1011011 | 11001010 | 1011110 | 110111 | 0 | 110101 | 10101 | 1111010 | 110011 | 111001 |
Color Harmonies of #5BCA5E
Complementary color
Monochromatic Colors of #5BCA5E
Black with #5BCA5E
Text Example
Text Example
White with #5BCA5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BCA5E; }
p { color: rgb(91,202,94); }
H1.HeaderClassName
{
color: #5BCA5E;
}
.AnyTagClassName
{
color: #5BCA5E;
}
</style>
background-color css
<style>
a { background-color: #5BCA5E; }
a { background-color: rgb(91,202,94); }
div.DivClassName
{
background-color: #5BCA5E;
}
.BgClassName
{
background-color: #5BCA5E;
}
</style>
border-color css
<style>
span { border-color: #5BCA5E; }
span { border-color: rgb(91,202,94); }
td.TdClassName
{
border-color: #5BCA5E;
}
.TagClassName
{
border-color: #5BCA5E;
}
</style>