Shades of Fern #5CB45E
Tints of Fern #5CB45E
RGB
CMYK
RGB Variations
Color information
#5CB45E (or 0x5CB45E) is known color: Fern. HEX triplet: 5C, B4 and 5E. RGB value is (92,180,94). Sum of RGB (Red+Green+Blue) = 92+180+94=366 (48% of max value = 765). Red value is 92 (36.33% from 255 or 25.14% from 366); Green value is 180 (70.70% from 255 or 49.18% from 366); Blue value is 94 (37.11% from 255 or 25.68% from 366); Max value from RGB is 180 - color contains mainly: green. Hex color #5CB45E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5CB45E is #A34BA1. Grayscale: #909090. Windows color (decimal): -10701730 or 6206556. OLE color: 6206556.
HSL color Cylindrical-coordinate representation of color #5CB45E: hue angle of 121.36º 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 #5CB45E is Cyan = 0.49, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 92 | 180 | 94 | - |
| CMYK | 0.49 | 0 | 0.48 | 0.29 |
| HSL | 121.36º | 0.37% | 0.53% | - |
| HSV(B) | 121.36º | 0.49% | 0.71% | - |
| XYZ | 22.76 | 35.73 | 16.29 | - |
| YUV | 143.88 | 99.85 | 90.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 180 | 94 | 0.49 | 0 | 0.48 | 0.29 | 121.36 | 0.37 | 0.53 |
| Hex | 5C | B4 | 5E | 31 | 0 | 30 | 1D | 79 | 25 | 35 |
| Octal | 134 | 264 | 136 | 61 | 0 | 60 | 35 | 171 | 45 | 65 |
| Binary | 1011100 | 10110100 | 1011110 | 110001 | 0 | 110000 | 11101 | 1111001 | 100101 | 110101 |
Color Harmonies of #5CB45E
Complementary color
Monochromatic Colors of #5CB45E
Black with #5CB45E
Text Example
Text Example
White with #5CB45E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CB45E; }
p { color: rgb(92,180,94); }
H1.HeaderClassName
{
color: #5CB45E;
}
.AnyTagClassName
{
color: #5CB45E;
}
</style>
background-color css
<style>
a { background-color: #5CB45E; }
a { background-color: rgb(92,180,94); }
div.DivClassName
{
background-color: #5CB45E;
}
.BgClassName
{
background-color: #5CB45E;
}
</style>
border-color css
<style>
span { border-color: #5CB45E; }
span { border-color: rgb(92,180,94); }
td.TdClassName
{
border-color: #5CB45E;
}
.TagClassName
{
border-color: #5CB45E;
}
</style>