Shades of Fern #5BCD55
Tints of Fern #5BCD55
RGB
CMYK
RGB Variations
Color information
#5BCD55 (or 0x5BCD55) is known color: Fern. HEX triplet: 5B, CD and 55. RGB value is (91,205,85). Sum of RGB (Red+Green+Blue) = 91+205+85=381 (50% of max value = 765). Red value is 91 (35.94% from 255 or 23.88% from 381); Green value is 205 (80.47% from 255 or 53.81% from 381); Blue value is 85 (33.59% from 255 or 22.31% from 381); Max value from RGB is 205 - color contains mainly: green. Hex color #5BCD55 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5BCD55 is #A432AA. Grayscale: #9D9D9D. Windows color (decimal): -10760875 or 5623131. OLE color: 5623131.
HSL color Cylindrical-coordinate representation of color #5BCD55: hue angle of 117º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5BCD55 is Cyan = 0.56, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 91 | 205 | 85 | - |
| CMYK | 0.56 | 0 | 0.59 | 0.20 |
| HSL | 117º | 0.55% | 0.57% | - |
| HSV(B) | 117º | 0.59% | 0.8% | - |
| XYZ | 27.79 | 46.54 | 16.11 | - |
| YUV | 157.23 | 87.23 | 80.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 205 | 85 | 0.56 | 0 | 0.59 | 0.20 | 117 | 0.55 | 0.57 |
| Hex | 5B | CD | 55 | 38 | 0 | 3B | 14 | 75 | 37 | 39 |
| Octal | 133 | 315 | 125 | 70 | 0 | 73 | 24 | 165 | 67 | 71 |
| Binary | 1011011 | 11001101 | 1010101 | 111000 | 0 | 111011 | 10100 | 1110101 | 110111 | 111001 |
Color Harmonies of #5BCD55
Complementary color
Monochromatic Colors of #5BCD55
Black with #5BCD55
Text Example
Text Example
White with #5BCD55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BCD55; }
p { color: rgb(91,205,85); }
H1.HeaderClassName
{
color: #5BCD55;
}
.AnyTagClassName
{
color: #5BCD55;
}
</style>
background-color css
<style>
a { background-color: #5BCD55; }
a { background-color: rgb(91,205,85); }
div.DivClassName
{
background-color: #5BCD55;
}
.BgClassName
{
background-color: #5BCD55;
}
</style>
border-color css
<style>
span { border-color: #5BCD55; }
span { border-color: rgb(91,205,85); }
td.TdClassName
{
border-color: #5BCD55;
}
.TagClassName
{
border-color: #5BCD55;
}
</style>