Shades of Fern #5CBC5B
Tints of Fern #5CBC5B
RGB
CMYK
RGB Variations
Color information
#5CBC5B (or 0x5CBC5B) is known color: Fern. HEX triplet: 5C, BC and 5B. RGB value is (92,188,91). Sum of RGB (Red+Green+Blue) = 92+188+91=371 (49% of max value = 765). Red value is 92 (36.33% from 255 or 24.80% from 371); Green value is 188 (73.83% from 255 or 50.67% from 371); Blue value is 91 (35.94% from 255 or 24.53% from 371); Max value from RGB is 188 - color contains mainly: green. Hex color #5CBC5B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5CBC5B is #A343A4. Grayscale: #949494. Windows color (decimal): -10699685 or 6011996. OLE color: 6011996.
HSL color Cylindrical-coordinate representation of color #5CBC5B: hue angle of 119.38º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5CBC5B is Cyan = 0.51, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 92 | 188 | 91 | - |
| CMYK | 0.51 | 0 | 0.52 | 0.26 |
| HSL | 119.38º | 0.42% | 0.55% | - |
| HSV(B) | 119.38º | 0.52% | 0.74% | - |
| XYZ | 24.29 | 39 | 16.14 | - |
| YUV | 148.24 | 95.7 | 87.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 188 | 91 | 0.51 | 0 | 0.52 | 0.26 | 119.38 | 0.42 | 0.55 |
| Hex | 5C | BC | 5B | 33 | 0 | 34 | 1A | 77 | 2A | 37 |
| Octal | 134 | 274 | 133 | 63 | 0 | 64 | 32 | 167 | 52 | 67 |
| Binary | 1011100 | 10111100 | 1011011 | 110011 | 0 | 110100 | 11010 | 1110111 | 101010 | 110111 |
Color Harmonies of #5CBC5B
Complementary color
Monochromatic Colors of #5CBC5B
Black with #5CBC5B
Text Example
Text Example
White with #5CBC5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CBC5B; }
p { color: rgb(92,188,91); }
H1.HeaderClassName
{
color: #5CBC5B;
}
.AnyTagClassName
{
color: #5CBC5B;
}
</style>
background-color css
<style>
a { background-color: #5CBC5B; }
a { background-color: rgb(92,188,91); }
div.DivClassName
{
background-color: #5CBC5B;
}
.BgClassName
{
background-color: #5CBC5B;
}
</style>
border-color css
<style>
span { border-color: #5CBC5B; }
span { border-color: rgb(92,188,91); }
td.TdClassName
{
border-color: #5CBC5B;
}
.TagClassName
{
border-color: #5CBC5B;
}
</style>