Shades of Fern #5CB86B
Tints of Fern #5CB86B
RGB
CMYK
RGB Variations
Color information
#5CB86B (or 0x5CB86B) is known color: Fern. HEX triplet: 5C, B8 and 6B. RGB value is (92,184,107). Sum of RGB (Red+Green+Blue) = 92+184+107=383 (50% of max value = 765). Red value is 92 (36.33% from 255 or 24.02% from 383); Green value is 184 (72.27% from 255 or 48.04% from 383); Blue value is 107 (42.19% from 255 or 27.94% from 383); Max value from RGB is 184 - color contains mainly: green. Hex color #5CB86B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5CB86B is #A34794. Grayscale: #939393. Windows color (decimal): -10700693 or 7059548. OLE color: 7059548.
HSL color Cylindrical-coordinate representation of color #5CB86B: hue angle of 129.78º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5CB86B is Cyan = 0.50, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 92 | 184 | 107 | - |
| CMYK | 0.50 | 0 | 0.42 | 0.28 |
| HSL | 129.78º | 0.39% | 0.54% | - |
| HSV(B) | 129.78º | 0.5% | 0.72% | - |
| XYZ | 24.21 | 37.62 | 19.89 | - |
| YUV | 147.71 | 105.02 | 88.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 184 | 107 | 0.50 | 0 | 0.42 | 0.28 | 129.78 | 0.39 | 0.54 |
| Hex | 5C | B8 | 6B | 32 | 0 | 2A | 1C | 82 | 27 | 36 |
| Octal | 134 | 270 | 153 | 62 | 0 | 52 | 34 | 202 | 47 | 66 |
| Binary | 1011100 | 10111000 | 1101011 | 110010 | 0 | 101010 | 11100 | 10000010 | 100111 | 110110 |
Color Harmonies of #5CB86B
Complementary color
Monochromatic Colors of #5CB86B
Black with #5CB86B
Text Example
Text Example
White with #5CB86B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CB86B; }
p { color: rgb(92,184,107); }
H1.HeaderClassName
{
color: #5CB86B;
}
.AnyTagClassName
{
color: #5CB86B;
}
</style>
background-color css
<style>
a { background-color: #5CB86B; }
a { background-color: rgb(92,184,107); }
div.DivClassName
{
background-color: #5CB86B;
}
.BgClassName
{
background-color: #5CB86B;
}
</style>
border-color css
<style>
span { border-color: #5CB86B; }
span { border-color: rgb(92,184,107); }
td.TdClassName
{
border-color: #5CB86B;
}
.TagClassName
{
border-color: #5CB86B;
}
</style>