Shades of Fern #5CB565
Tints of Fern #5CB565
RGB
CMYK
RGB Variations
Color information
#5CB565 (or 0x5CB565) is known color: Fern. HEX triplet: 5C, B5 and 65. RGB value is (92,181,101). Sum of RGB (Red+Green+Blue) = 92+181+101=374 (49% of max value = 765). Red value is 92 (36.33% from 255 or 24.60% from 374); Green value is 181 (71.09% from 255 or 48.40% from 374); Blue value is 101 (39.84% from 255 or 27.01% from 374); Max value from RGB is 181 - color contains mainly: green. Hex color #5CB565 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5CB565 is #A34A9A. Grayscale: #919191. Windows color (decimal): -10701467 or 6665564. OLE color: 6665564.
HSL color Cylindrical-coordinate representation of color #5CB565: hue angle of 126.07º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5CB565 is Cyan = 0.49, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 92 | 181 | 101 | - |
| CMYK | 0.49 | 0 | 0.44 | 0.29 |
| HSL | 126.07º | 0.38% | 0.54% | - |
| HSV(B) | 126.07º | 0.49% | 0.71% | - |
| XYZ | 23.29 | 36.26 | 18.08 | - |
| YUV | 145.27 | 103.01 | 90 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 181 | 101 | 0.49 | 0 | 0.44 | 0.29 | 126.07 | 0.38 | 0.54 |
| Hex | 5C | B5 | 65 | 31 | 0 | 2C | 1D | 7E | 26 | 36 |
| Octal | 134 | 265 | 145 | 61 | 0 | 54 | 35 | 176 | 46 | 66 |
| Binary | 1011100 | 10110101 | 1100101 | 110001 | 0 | 101100 | 11101 | 1111110 | 100110 | 110110 |
Color Harmonies of #5CB565
Complementary color
Monochromatic Colors of #5CB565
Black with #5CB565
Text Example
Text Example
White with #5CB565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CB565; }
p { color: rgb(92,181,101); }
H1.HeaderClassName
{
color: #5CB565;
}
.AnyTagClassName
{
color: #5CB565;
}
</style>
background-color css
<style>
a { background-color: #5CB565; }
a { background-color: rgb(92,181,101); }
div.DivClassName
{
background-color: #5CB565;
}
.BgClassName
{
background-color: #5CB565;
}
</style>
border-color css
<style>
span { border-color: #5CB565; }
span { border-color: rgb(92,181,101); }
td.TdClassName
{
border-color: #5CB565;
}
.TagClassName
{
border-color: #5CB565;
}
</style>