Shades of Fern #5CBA5C
Tints of Fern #5CBA5C
RGB
CMYK
RGB Variations
Color information
#5CBA5C (or 0x5CBA5C) is known color: Fern. HEX triplet: 5C, BA and 5C. RGB value is (92,186,92). Sum of RGB (Red+Green+Blue) = 92+186+92=370 (49% of max value = 765). Red value is 92 (36.33% from 255 or 24.86% from 370); Green value is 186 (73.05% from 255 or 50.27% from 370); Blue value is 92 (36.33% from 255 or 24.86% from 370); Max value from RGB is 186 - color contains mainly: green. Hex color #5CBA5C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5CBA5C is #A345A3. Grayscale: #939393. Windows color (decimal): -10700196 or 6077020. OLE color: 6077020.
HSL color Cylindrical-coordinate representation of color #5CBA5C: hue angle of 120º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5CBA5C is Cyan = 0.51, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 92 | 186 | 92 | - |
| CMYK | 0.51 | 0 | 0.51 | 0.27 |
| HSL | 120º | 0.41% | 0.55% | - |
| HSV(B) | 120º | 0.51% | 0.73% | - |
| XYZ | 23.9 | 38.17 | 16.23 | - |
| YUV | 147.18 | 96.86 | 88.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 186 | 92 | 0.51 | 0 | 0.51 | 0.27 | 120 | 0.41 | 0.55 |
| Hex | 5C | BA | 5C | 33 | 0 | 33 | 1B | 78 | 29 | 37 |
| Octal | 134 | 272 | 134 | 63 | 0 | 63 | 33 | 170 | 51 | 67 |
| Binary | 1011100 | 10111010 | 1011100 | 110011 | 0 | 110011 | 11011 | 1111000 | 101001 | 110111 |
Color Harmonies of #5CBA5C
Complementary color
Monochromatic Colors of #5CBA5C
Black with #5CBA5C
Text Example
Text Example
White with #5CBA5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CBA5C; }
p { color: rgb(92,186,92); }
H1.HeaderClassName
{
color: #5CBA5C;
}
.AnyTagClassName
{
color: #5CBA5C;
}
</style>
background-color css
<style>
a { background-color: #5CBA5C; }
a { background-color: rgb(92,186,92); }
div.DivClassName
{
background-color: #5CBA5C;
}
.BgClassName
{
background-color: #5CBA5C;
}
</style>
border-color css
<style>
span { border-color: #5CBA5C; }
span { border-color: rgb(92,186,92); }
td.TdClassName
{
border-color: #5CBA5C;
}
.TagClassName
{
border-color: #5CBA5C;
}
</style>