Shades of Fern #5CC164
Tints of Fern #5CC164
RGB
CMYK
RGB Variations
Color information
#5CC164 (or 0x5CC164) is known color: Fern. HEX triplet: 5C, C1 and 64. RGB value is (92,193,100). Sum of RGB (Red+Green+Blue) = 92+193+100=385 (50% of max value = 765). Red value is 92 (36.33% from 255 or 23.90% from 385); Green value is 193 (75.78% from 255 or 50.13% from 385); Blue value is 100 (39.45% from 255 or 25.97% from 385); Max value from RGB is 193 - color contains mainly: green. Hex color #5CC164 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5CC164 is #A33E9B. Grayscale: #989898. Windows color (decimal): -10698396 or 6603100. OLE color: 6603100.
HSL color Cylindrical-coordinate representation of color #5CC164: hue angle of 124.75º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5CC164 is Cyan = 0.52, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 92 | 193 | 100 | - |
| CMYK | 0.52 | 0 | 0.48 | 0.24 |
| HSL | 124.75º | 0.45% | 0.56% | - |
| HSV(B) | 124.75º | 0.52% | 0.76% | - |
| XYZ | 25.78 | 41.34 | 18.68 | - |
| YUV | 152.2 | 98.54 | 85.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 193 | 100 | 0.52 | 0 | 0.48 | 0.24 | 124.75 | 0.45 | 0.56 |
| Hex | 5C | C1 | 64 | 34 | 0 | 30 | 18 | 7D | 2D | 38 |
| Octal | 134 | 301 | 144 | 64 | 0 | 60 | 30 | 175 | 55 | 70 |
| Binary | 1011100 | 11000001 | 1100100 | 110100 | 0 | 110000 | 11000 | 1111101 | 101101 | 111000 |
Color Harmonies of #5CC164
Complementary color
Monochromatic Colors of #5CC164
Black with #5CC164
Text Example
Text Example
White with #5CC164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CC164; }
p { color: rgb(92,193,100); }
H1.HeaderClassName
{
color: #5CC164;
}
.AnyTagClassName
{
color: #5CC164;
}
</style>
background-color css
<style>
a { background-color: #5CC164; }
a { background-color: rgb(92,193,100); }
div.DivClassName
{
background-color: #5CC164;
}
.BgClassName
{
background-color: #5CC164;
}
</style>
border-color css
<style>
span { border-color: #5CC164; }
span { border-color: rgb(92,193,100); }
td.TdClassName
{
border-color: #5CC164;
}
.TagClassName
{
border-color: #5CC164;
}
</style>