Shades of Fern #5CBC60
Tints of Fern #5CBC60
RGB
CMYK
RGB Variations
Color information
#5CBC60 (or 0x5CBC60) is known color: Fern. HEX triplet: 5C, BC and 60. RGB value is (92,188,96). Sum of RGB (Red+Green+Blue) = 92+188+96=376 (49% of max value = 765). Red value is 92 (36.33% from 255 or 24.47% from 376); Green value is 188 (73.83% from 255 or 50% from 376); Blue value is 96 (37.89% from 255 or 25.53% from 376); Max value from RGB is 188 - color contains mainly: green. Hex color #5CBC60 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5CBC60 is #A3439F. Grayscale: #959595. Windows color (decimal): -10699680 or 6339676. OLE color: 6339676.
HSL color Cylindrical-coordinate representation of color #5CBC60: hue angle of 122.5º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5CBC60 is Cyan = 0.51, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 92 | 188 | 96 | - |
| CMYK | 0.51 | 0 | 0.49 | 0.26 |
| HSL | 122.5º | 0.42% | 0.55% | - |
| HSV(B) | 122.5º | 0.51% | 0.74% | - |
| XYZ | 24.51 | 39.09 | 17.32 | - |
| YUV | 148.81 | 98.2 | 87.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 188 | 96 | 0.51 | 0 | 0.49 | 0.26 | 122.5 | 0.42 | 0.55 |
| Hex | 5C | BC | 60 | 33 | 0 | 31 | 1A | 7B | 2A | 37 |
| Octal | 134 | 274 | 140 | 63 | 0 | 61 | 32 | 173 | 52 | 67 |
| Binary | 1011100 | 10111100 | 1100000 | 110011 | 0 | 110001 | 11010 | 1111011 | 101010 | 110111 |
Color Harmonies of #5CBC60
Complementary color
Monochromatic Colors of #5CBC60
Black with #5CBC60
Text Example
Text Example
White with #5CBC60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CBC60; }
p { color: rgb(92,188,96); }
H1.HeaderClassName
{
color: #5CBC60;
}
.AnyTagClassName
{
color: #5CBC60;
}
</style>
background-color css
<style>
a { background-color: #5CBC60; }
a { background-color: rgb(92,188,96); }
div.DivClassName
{
background-color: #5CBC60;
}
.BgClassName
{
background-color: #5CBC60;
}
</style>
border-color css
<style>
span { border-color: #5CBC60; }
span { border-color: rgb(92,188,96); }
td.TdClassName
{
border-color: #5CBC60;
}
.TagClassName
{
border-color: #5CBC60;
}
</style>