Shades of Fern #5CBA5D
Tints of Fern #5CBA5D
RGB
CMYK
RGB Variations
Color information
#5CBA5D (or 0x5CBA5D) is known color: Fern. HEX triplet: 5C, BA and 5D. RGB value is (92,186,93). Sum of RGB (Red+Green+Blue) = 92+186+93=371 (49% of max value = 765). Red value is 92 (36.33% from 255 or 24.80% from 371); Green value is 186 (73.05% from 255 or 50.13% from 371); Blue value is 93 (36.72% from 255 or 25.07% from 371); Max value from RGB is 186 - color contains mainly: green. Hex color #5CBA5D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5CBA5D is #A345A2. Grayscale: #939393. Windows color (decimal): -10700195 or 6142556. OLE color: 6142556.
HSL color Cylindrical-coordinate representation of color #5CBA5D: hue angle of 120.64º 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 #5CBA5D is Cyan = 0.51, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 92 | 186 | 93 | - |
| CMYK | 0.51 | 0 | 0.5 | 0.27 |
| HSL | 120.64º | 0.41% | 0.55% | - |
| HSV(B) | 120.64º | 0.51% | 0.73% | - |
| XYZ | 23.95 | 38.18 | 16.46 | - |
| YUV | 147.29 | 97.36 | 88.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 186 | 93 | 0.51 | 0 | 0.5 | 0.27 | 120.64 | 0.41 | 0.55 |
| Hex | 5C | BA | 5D | 33 | 0 | 32 | 1B | 79 | 29 | 37 |
| Octal | 134 | 272 | 135 | 63 | 0 | 62 | 33 | 171 | 51 | 67 |
| Binary | 1011100 | 10111010 | 1011101 | 110011 | 0 | 110010 | 11011 | 1111001 | 101001 | 110111 |
Color Harmonies of #5CBA5D
Complementary color
Monochromatic Colors of #5CBA5D
Black with #5CBA5D
Text Example
Text Example
White with #5CBA5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CBA5D; }
p { color: rgb(92,186,93); }
H1.HeaderClassName
{
color: #5CBA5D;
}
.AnyTagClassName
{
color: #5CBA5D;
}
</style>
background-color css
<style>
a { background-color: #5CBA5D; }
a { background-color: rgb(92,186,93); }
div.DivClassName
{
background-color: #5CBA5D;
}
.BgClassName
{
background-color: #5CBA5D;
}
</style>
border-color css
<style>
span { border-color: #5CBA5D; }
span { border-color: rgb(92,186,93); }
td.TdClassName
{
border-color: #5CBA5D;
}
.TagClassName
{
border-color: #5CBA5D;
}
</style>