Shades of Fern #5CC560
Tints of Fern #5CC560
RGB
CMYK
RGB Variations
Color information
#5CC560 (or 0x5CC560) is known color: Fern. HEX triplet: 5C, C5 and 60. RGB value is (92,197,96). Sum of RGB (Red+Green+Blue) = 92+197+96=385 (50% of max value = 765). Red value is 92 (36.33% from 255 or 23.90% from 385); Green value is 197 (77.34% from 255 or 51.17% from 385); Blue value is 96 (37.89% from 255 or 24.94% from 385); Max value from RGB is 197 - color contains mainly: green. Hex color #5CC560 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5CC560 is #A33A9F. Grayscale: #9A9A9A. Windows color (decimal): -10697376 or 6341980. OLE color: 6341980.
HSL color Cylindrical-coordinate representation of color #5CC560: hue angle of 122.29º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5CC560 is Cyan = 0.53, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 92 | 197 | 96 | - |
| CMYK | 0.53 | 0 | 0.51 | 0.23 |
| HSL | 122.29º | 0.48% | 0.57% | - |
| HSV(B) | 122.29º | 0.53% | 0.77% | - |
| XYZ | 26.49 | 43.05 | 17.98 | - |
| YUV | 154.09 | 95.21 | 83.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 197 | 96 | 0.53 | 0 | 0.51 | 0.23 | 122.29 | 0.48 | 0.57 |
| Hex | 5C | C5 | 60 | 35 | 0 | 33 | 17 | 7A | 30 | 39 |
| Octal | 134 | 305 | 140 | 65 | 0 | 63 | 27 | 172 | 60 | 71 |
| Binary | 1011100 | 11000101 | 1100000 | 110101 | 0 | 110011 | 10111 | 1111010 | 110000 | 111001 |
Color Harmonies of #5CC560
Complementary color
Monochromatic Colors of #5CC560
Black with #5CC560
Text Example
Text Example
White with #5CC560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CC560; }
p { color: rgb(92,197,96); }
H1.HeaderClassName
{
color: #5CC560;
}
.AnyTagClassName
{
color: #5CC560;
}
</style>
background-color css
<style>
a { background-color: #5CC560; }
a { background-color: rgb(92,197,96); }
div.DivClassName
{
background-color: #5CC560;
}
.BgClassName
{
background-color: #5CC560;
}
</style>
border-color css
<style>
span { border-color: #5CC560; }
span { border-color: rgb(92,197,96); }
td.TdClassName
{
border-color: #5CC560;
}
.TagClassName
{
border-color: #5CC560;
}
</style>