Shades of Fern #5BB464
Tints of Fern #5BB464
RGB
CMYK
RGB Variations
Color information
#5BB464 (or 0x5BB464) is known color: Fern. HEX triplet: 5B, B4 and 64. RGB value is (91,180,100). Sum of RGB (Red+Green+Blue) = 91+180+100=371 (49% of max value = 765). Red value is 91 (35.94% from 255 or 24.53% from 371); Green value is 180 (70.70% from 255 or 48.52% from 371); Blue value is 100 (39.45% from 255 or 26.95% from 371); Max value from RGB is 180 - color contains mainly: green. Hex color #5BB464 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5BB464 is #A44B9B. Grayscale: #909090. Windows color (decimal): -10767260 or 6599771. OLE color: 6599771.
HSL color Cylindrical-coordinate representation of color #5BB464: hue angle of 126.07º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5BB464 is Cyan = 0.49, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 91 | 180 | 100 | - |
| CMYK | 0.49 | 0 | 0.44 | 0.29 |
| HSL | 126.07º | 0.37% | 0.53% | - |
| HSV(B) | 126.07º | 0.49% | 0.71% | - |
| XYZ | 22.94 | 35.79 | 17.76 | - |
| YUV | 144.27 | 103.01 | 90 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 180 | 100 | 0.49 | 0 | 0.44 | 0.29 | 126.07 | 0.37 | 0.53 |
| Hex | 5B | B4 | 64 | 31 | 0 | 2C | 1D | 7E | 25 | 35 |
| Octal | 133 | 264 | 144 | 61 | 0 | 54 | 35 | 176 | 45 | 65 |
| Binary | 1011011 | 10110100 | 1100100 | 110001 | 0 | 101100 | 11101 | 1111110 | 100101 | 110101 |
Color Harmonies of #5BB464
Complementary color
Monochromatic Colors of #5BB464
Black with #5BB464
Text Example
Text Example
White with #5BB464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BB464; }
p { color: rgb(91,180,100); }
H1.HeaderClassName
{
color: #5BB464;
}
.AnyTagClassName
{
color: #5BB464;
}
</style>
background-color css
<style>
a { background-color: #5BB464; }
a { background-color: rgb(91,180,100); }
div.DivClassName
{
background-color: #5BB464;
}
.BgClassName
{
background-color: #5BB464;
}
</style>
border-color css
<style>
span { border-color: #5BB464; }
span { border-color: rgb(91,180,100); }
td.TdClassName
{
border-color: #5BB464;
}
.TagClassName
{
border-color: #5BB464;
}
</style>