Shades of Fern #5CBC6F
Tints of Fern #5CBC6F
RGB
CMYK
RGB Variations
Color information
#5CBC6F (or 0x5CBC6F) is known color: Fern. HEX triplet: 5C, BC and 6F. RGB value is (92,188,111). Sum of RGB (Red+Green+Blue) = 92+188+111=391 (51% of max value = 765). Red value is 92 (36.33% from 255 or 23.53% from 391); Green value is 188 (73.83% from 255 or 48.08% from 391); Blue value is 111 (43.75% from 255 or 28.39% from 391); Max value from RGB is 188 - color contains mainly: green. Hex color #5CBC6F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5CBC6F is #A34390. Grayscale: #969696. Windows color (decimal): -10699665 or 7322716. OLE color: 7322716.
HSL color Cylindrical-coordinate representation of color #5CBC6F: hue angle of 131.88º 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 #5CBC6F is Cyan = 0.51, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 92 | 188 | 111 | - |
| CMYK | 0.51 | 0 | 0.41 | 0.26 |
| HSL | 131.88º | 0.42% | 0.55% | - |
| HSV(B) | 131.88º | 0.51% | 0.74% | - |
| XYZ | 25.27 | 39.39 | 21.31 | - |
| YUV | 150.52 | 105.7 | 86.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 188 | 111 | 0.51 | 0 | 0.41 | 0.26 | 131.88 | 0.42 | 0.55 |
| Hex | 5C | BC | 6F | 33 | 0 | 29 | 1A | 84 | 2A | 37 |
| Octal | 134 | 274 | 157 | 63 | 0 | 51 | 32 | 204 | 52 | 67 |
| Binary | 1011100 | 10111100 | 1101111 | 110011 | 0 | 101001 | 11010 | 10000100 | 101010 | 110111 |
Color Harmonies of #5CBC6F
Complementary color
Monochromatic Colors of #5CBC6F
Black with #5CBC6F
Text Example
Text Example
White with #5CBC6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CBC6F; }
p { color: rgb(92,188,111); }
H1.HeaderClassName
{
color: #5CBC6F;
}
.AnyTagClassName
{
color: #5CBC6F;
}
</style>
background-color css
<style>
a { background-color: #5CBC6F; }
a { background-color: rgb(92,188,111); }
div.DivClassName
{
background-color: #5CBC6F;
}
.BgClassName
{
background-color: #5CBC6F;
}
</style>
border-color css
<style>
span { border-color: #5CBC6F; }
span { border-color: rgb(92,188,111); }
td.TdClassName
{
border-color: #5CBC6F;
}
.TagClassName
{
border-color: #5CBC6F;
}
</style>