Shades of Fern #5CBA71
Tints of Fern #5CBA71
RGB
CMYK
RGB Variations
Color information
#5CBA71 (or 0x5CBA71) is known color: Fern. HEX triplet: 5C, BA and 71. RGB value is (92,186,113). Sum of RGB (Red+Green+Blue) = 92+186+113=391 (51% of max value = 765). Red value is 92 (36.33% from 255 or 23.53% from 391); Green value is 186 (73.05% from 255 or 47.57% from 391); Blue value is 113 (44.53% from 255 or 28.90% from 391); Max value from RGB is 186 - color contains mainly: green. Hex color #5CBA71 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5CBA71 is #A3458E. Grayscale: #959595. Windows color (decimal): -10700175 or 7453276. OLE color: 7453276.
HSL color Cylindrical-coordinate representation of color #5CBA71: hue angle of 133.4º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5CBA71 is Cyan = 0.51, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 92 | 186 | 113 | - |
| CMYK | 0.51 | 0 | 0.39 | 0.27 |
| HSL | 133.4º | 0.41% | 0.55% | - |
| HSV(B) | 133.4º | 0.51% | 0.73% | - |
| XYZ | 24.95 | 38.59 | 21.76 | - |
| YUV | 149.57 | 107.36 | 86.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 186 | 113 | 0.51 | 0 | 0.39 | 0.27 | 133.4 | 0.41 | 0.55 |
| Hex | 5C | BA | 71 | 33 | 0 | 27 | 1B | 85 | 29 | 37 |
| Octal | 134 | 272 | 161 | 63 | 0 | 47 | 33 | 205 | 51 | 67 |
| Binary | 1011100 | 10111010 | 1110001 | 110011 | 0 | 100111 | 11011 | 10000101 | 101001 | 110111 |
Color Harmonies of #5CBA71
Complementary color
Monochromatic Colors of #5CBA71
Black with #5CBA71
Text Example
Text Example
White with #5CBA71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CBA71; }
p { color: rgb(92,186,113); }
H1.HeaderClassName
{
color: #5CBA71;
}
.AnyTagClassName
{
color: #5CBA71;
}
</style>
background-color css
<style>
a { background-color: #5CBA71; }
a { background-color: rgb(92,186,113); }
div.DivClassName
{
background-color: #5CBA71;
}
.BgClassName
{
background-color: #5CBA71;
}
</style>
border-color css
<style>
span { border-color: #5CBA71; }
span { border-color: rgb(92,186,113); }
td.TdClassName
{
border-color: #5CBA71;
}
.TagClassName
{
border-color: #5CBA71;
}
</style>