Shades of Fern #5CB96F
Tints of Fern #5CB96F
RGB
CMYK
RGB Variations
Color information
#5CB96F (or 0x5CB96F) is known color: Fern. HEX triplet: 5C, B9 and 6F. RGB value is (92,185,111). Sum of RGB (Red+Green+Blue) = 92+185+111=388 (51% of max value = 765). Red value is 92 (36.33% from 255 or 23.71% from 388); Green value is 185 (72.66% from 255 or 47.68% from 388); Blue value is 111 (43.75% from 255 or 28.61% from 388); Max value from RGB is 185 - color contains mainly: green. Hex color #5CB96F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5CB96F is #A34690. Grayscale: #949494. Windows color (decimal): -10700433 or 7321948. OLE color: 7321948.
HSL color Cylindrical-coordinate representation of color #5CB96F: hue angle of 132.26º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5CB96F is Cyan = 0.50, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 92 | 185 | 111 | - |
| CMYK | 0.50 | 0 | 0.4 | 0.27 |
| HSL | 132.26º | 0.4% | 0.54% | - |
| HSV(B) | 132.26º | 0.5% | 0.73% | - |
| XYZ | 24.63 | 38.12 | 21.1 | - |
| YUV | 148.76 | 106.69 | 87.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 185 | 111 | 0.50 | 0 | 0.4 | 0.27 | 132.26 | 0.4 | 0.54 |
| Hex | 5C | B9 | 6F | 32 | 0 | 28 | 1B | 84 | 28 | 36 |
| Octal | 134 | 271 | 157 | 62 | 0 | 50 | 33 | 204 | 50 | 66 |
| Binary | 1011100 | 10111001 | 1101111 | 110010 | 0 | 101000 | 11011 | 10000100 | 101000 | 110110 |
Color Harmonies of #5CB96F
Complementary color
Monochromatic Colors of #5CB96F
Black with #5CB96F
Text Example
Text Example
White with #5CB96F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CB96F; }
p { color: rgb(92,185,111); }
H1.HeaderClassName
{
color: #5CB96F;
}
.AnyTagClassName
{
color: #5CB96F;
}
</style>
background-color css
<style>
a { background-color: #5CB96F; }
a { background-color: rgb(92,185,111); }
div.DivClassName
{
background-color: #5CB96F;
}
.BgClassName
{
background-color: #5CB96F;
}
</style>
border-color css
<style>
span { border-color: #5CB96F; }
span { border-color: rgb(92,185,111); }
td.TdClassName
{
border-color: #5CB96F;
}
.TagClassName
{
border-color: #5CB96F;
}
</style>