Shades of Fern #5CB758
Tints of Fern #5CB758
RGB
CMYK
RGB Variations
Color information
#5CB758 (or 0x5CB758) is known color: Fern. HEX triplet: 5C, B7 and 58. RGB value is (92,183,88). Sum of RGB (Red+Green+Blue) = 92+183+88=363 (48% of max value = 765). Red value is 92 (36.33% from 255 or 25.34% from 363); Green value is 183 (71.88% from 255 or 50.41% from 363); Blue value is 88 (34.77% from 255 or 24.24% from 363); Max value from RGB is 183 - color contains mainly: green. Hex color #5CB758 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5CB758 is #A348A7. Grayscale: #919191. Windows color (decimal): -10700968 or 5814108. OLE color: 5814108.
HSL color Cylindrical-coordinate representation of color #5CB758: hue angle of 117.47º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5CB758 is Cyan = 0.50, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 92 | 183 | 88 | - |
| CMYK | 0.50 | 0 | 0.52 | 0.28 |
| HSL | 117.47º | 0.4% | 0.53% | - |
| HSV(B) | 117.47º | 0.52% | 0.72% | - |
| XYZ | 23.11 | 36.85 | 15.13 | - |
| YUV | 144.96 | 95.85 | 90.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 183 | 88 | 0.50 | 0 | 0.52 | 0.28 | 117.47 | 0.4 | 0.53 |
| Hex | 5C | B7 | 58 | 32 | 0 | 34 | 1C | 75 | 28 | 35 |
| Octal | 134 | 267 | 130 | 62 | 0 | 64 | 34 | 165 | 50 | 65 |
| Binary | 1011100 | 10110111 | 1011000 | 110010 | 0 | 110100 | 11100 | 1110101 | 101000 | 110101 |
Color Harmonies of #5CB758
Complementary color
Monochromatic Colors of #5CB758
Black with #5CB758
Text Example
Text Example
White with #5CB758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CB758; }
p { color: rgb(92,183,88); }
H1.HeaderClassName
{
color: #5CB758;
}
.AnyTagClassName
{
color: #5CB758;
}
</style>
background-color css
<style>
a { background-color: #5CB758; }
a { background-color: rgb(92,183,88); }
div.DivClassName
{
background-color: #5CB758;
}
.BgClassName
{
background-color: #5CB758;
}
</style>
border-color css
<style>
span { border-color: #5CB758; }
span { border-color: rgb(92,183,88); }
td.TdClassName
{
border-color: #5CB758;
}
.TagClassName
{
border-color: #5CB758;
}
</style>