Shades of Fern #5CB467
Tints of Fern #5CB467
RGB
CMYK
RGB Variations
Color information
#5CB467 (or 0x5CB467) is known color: Fern. HEX triplet: 5C, B4 and 67. RGB value is (92,180,103). Sum of RGB (Red+Green+Blue) = 92+180+103=375 (49% of max value = 765). Red value is 92 (36.33% from 255 or 24.53% from 375); Green value is 180 (70.70% from 255 or 48% from 375); Blue value is 103 (40.62% from 255 or 27.47% from 375); Max value from RGB is 180 - color contains mainly: green. Hex color #5CB467 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5CB467 is #A34B98. Grayscale: #919191. Windows color (decimal): -10701721 or 6796380. OLE color: 6796380.
HSL color Cylindrical-coordinate representation of color #5CB467: hue angle of 127.5º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5CB467 is Cyan = 0.49, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 92 | 180 | 103 | - |
| CMYK | 0.49 | 0 | 0.43 | 0.29 |
| HSL | 127.5º | 0.37% | 0.53% | - |
| HSV(B) | 127.5º | 0.49% | 0.71% | - |
| XYZ | 23.18 | 35.9 | 18.54 | - |
| YUV | 144.91 | 104.35 | 90.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 180 | 103 | 0.49 | 0 | 0.43 | 0.29 | 127.5 | 0.37 | 0.53 |
| Hex | 5C | B4 | 67 | 31 | 0 | 2B | 1D | 80 | 25 | 35 |
| Octal | 134 | 264 | 147 | 61 | 0 | 53 | 35 | 200 | 45 | 65 |
| Binary | 1011100 | 10110100 | 1100111 | 110001 | 0 | 101011 | 11101 | 10000000 | 100101 | 110101 |
Color Harmonies of #5CB467
Complementary color
Monochromatic Colors of #5CB467
Black with #5CB467
Text Example
Text Example
White with #5CB467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CB467; }
p { color: rgb(92,180,103); }
H1.HeaderClassName
{
color: #5CB467;
}
.AnyTagClassName
{
color: #5CB467;
}
</style>
background-color css
<style>
a { background-color: #5CB467; }
a { background-color: rgb(92,180,103); }
div.DivClassName
{
background-color: #5CB467;
}
.BgClassName
{
background-color: #5CB467;
}
</style>
border-color css
<style>
span { border-color: #5CB467; }
span { border-color: rgb(92,180,103); }
td.TdClassName
{
border-color: #5CB467;
}
.TagClassName
{
border-color: #5CB467;
}
</style>