Shades of Fern #5CBC72
Tints of Fern #5CBC72
RGB
CMYK
RGB Variations
Color information
#5CBC72 (or 0x5CBC72) is known color: Fern. HEX triplet: 5C, BC and 72. RGB value is (92,188,114). Sum of RGB (Red+Green+Blue) = 92+188+114=394 (52% of max value = 765). Red value is 92 (36.33% from 255 or 23.35% from 394); Green value is 188 (73.83% from 255 or 47.72% from 394); Blue value is 114 (44.92% from 255 or 28.93% from 394); Max value from RGB is 188 - color contains mainly: green. Hex color #5CBC72 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5CBC72 is #A3438D. Grayscale: #979797. Windows color (decimal): -10699662 or 7519324. OLE color: 7519324.
HSL color Cylindrical-coordinate representation of color #5CBC72: hue angle of 133.75º 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 #5CBC72 is Cyan = 0.51, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 92 | 188 | 114 | - |
| CMYK | 0.51 | 0 | 0.39 | 0.26 |
| HSL | 133.75º | 0.42% | 0.55% | - |
| HSV(B) | 133.75º | 0.51% | 0.74% | - |
| XYZ | 25.43 | 39.46 | 22.19 | - |
| YUV | 150.86 | 107.2 | 86.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 188 | 114 | 0.51 | 0 | 0.39 | 0.26 | 133.75 | 0.42 | 0.55 |
| Hex | 5C | BC | 72 | 33 | 0 | 27 | 1A | 86 | 2A | 37 |
| Octal | 134 | 274 | 162 | 63 | 0 | 47 | 32 | 206 | 52 | 67 |
| Binary | 1011100 | 10111100 | 1110010 | 110011 | 0 | 100111 | 11010 | 10000110 | 101010 | 110111 |
Color Harmonies of #5CBC72
Complementary color
Monochromatic Colors of #5CBC72
Black with #5CBC72
Text Example
Text Example
White with #5CBC72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CBC72; }
p { color: rgb(92,188,114); }
H1.HeaderClassName
{
color: #5CBC72;
}
.AnyTagClassName
{
color: #5CBC72;
}
</style>
background-color css
<style>
a { background-color: #5CBC72; }
a { background-color: rgb(92,188,114); }
div.DivClassName
{
background-color: #5CBC72;
}
.BgClassName
{
background-color: #5CBC72;
}
</style>
border-color css
<style>
span { border-color: #5CBC72; }
span { border-color: rgb(92,188,114); }
td.TdClassName
{
border-color: #5CBC72;
}
.TagClassName
{
border-color: #5CBC72;
}
</style>