Shades of Fern #5BA564
Tints of Fern #5BA564
RGB
CMYK
RGB Variations
Color information
#5BA564 (or 0x5BA564) is known color: Fern. HEX triplet: 5B, A5 and 64. RGB value is (91,165,100). Sum of RGB (Red+Green+Blue) = 91+165+100=356 (47% of max value = 765). Red value is 91 (35.94% from 255 or 25.56% from 356); Green value is 165 (64.84% from 255 or 46.35% from 356); Blue value is 100 (39.45% from 255 or 28.09% from 356); Max value from RGB is 165 - color contains mainly: green. Hex color #5BA564 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5BA564 is #A45A9B. Grayscale: #878787. Windows color (decimal): -10771100 or 6595931. OLE color: 6595931.
HSL color Cylindrical-coordinate representation of color #5BA564: hue angle of 127.3º degrees, saturation: 0.29, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5BA564 is Cyan = 0.45, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 91 | 165 | 100 | - |
| CMYK | 0.45 | 0 | 0.39 | 0.35 |
| HSL | 127.3º | 0.29% | 0.5% | - |
| HSV(B) | 127.3º | 0.45% | 0.65% | - |
| XYZ | 20.07 | 30.05 | 16.8 | - |
| YUV | 135.46 | 107.98 | 96.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 165 | 100 | 0.45 | 0 | 0.39 | 0.35 | 127.3 | 0.29 | 0.5 |
| Hex | 5B | A5 | 64 | 2D | 0 | 27 | 23 | 7F | 1D | 32 |
| Octal | 133 | 245 | 144 | 55 | 0 | 47 | 43 | 177 | 35 | 62 |
| Binary | 1011011 | 10100101 | 1100100 | 101101 | 0 | 100111 | 100011 | 1111111 | 11101 | 110010 |
Color Harmonies of #5BA564
Complementary color
Monochromatic Colors of #5BA564
Black with #5BA564
Text Example
Text Example
White with #5BA564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BA564; }
p { color: rgb(91,165,100); }
H1.HeaderClassName
{
color: #5BA564;
}
.AnyTagClassName
{
color: #5BA564;
}
</style>
background-color css
<style>
a { background-color: #5BA564; }
a { background-color: rgb(91,165,100); }
div.DivClassName
{
background-color: #5BA564;
}
.BgClassName
{
background-color: #5BA564;
}
</style>
border-color css
<style>
span { border-color: #5BA564; }
span { border-color: rgb(91,165,100); }
td.TdClassName
{
border-color: #5BA564;
}
.TagClassName
{
border-color: #5BA564;
}
</style>