Shades of Fern #58C164
Tints of Fern #58C164
RGB
CMYK
RGB Variations
Color information
#58C164 (or 0x58C164) is known color: Fern. HEX triplet: 58, C1 and 64. RGB value is (88,193,100). Sum of RGB (Red+Green+Blue) = 88+193+100=381 (50% of max value = 765). Red value is 88 (34.77% from 255 or 23.10% from 381); Green value is 193 (75.78% from 255 or 50.66% from 381); Blue value is 100 (39.45% from 255 or 26.25% from 381); Max value from RGB is 193 - color contains mainly: green. Hex color #58C164 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #58C164 is #A73E9B. Grayscale: #979797. Windows color (decimal): -10960540 or 6603096. OLE color: 6603096.
HSL color Cylindrical-coordinate representation of color #58C164: hue angle of 126.86º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #58C164 is Cyan = 0.54, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 88 | 193 | 100 | - |
| CMYK | 0.54 | 0 | 0.48 | 0.24 |
| HSL | 126.86º | 0.46% | 0.55% | - |
| HSV(B) | 126.86º | 0.54% | 0.76% | - |
| XYZ | 25.39 | 41.13 | 18.66 | - |
| YUV | 151 | 99.21 | 83.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 193 | 100 | 0.54 | 0 | 0.48 | 0.24 | 126.86 | 0.46 | 0.55 |
| Hex | 58 | C1 | 64 | 36 | 0 | 30 | 18 | 7F | 2E | 37 |
| Octal | 130 | 301 | 144 | 66 | 0 | 60 | 30 | 177 | 56 | 67 |
| Binary | 1011000 | 11000001 | 1100100 | 110110 | 0 | 110000 | 11000 | 1111111 | 101110 | 110111 |
Color Harmonies of #58C164
Complementary color
Monochromatic Colors of #58C164
Black with #58C164
Text Example
Text Example
White with #58C164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58C164; }
p { color: rgb(88,193,100); }
H1.HeaderClassName
{
color: #58C164;
}
.AnyTagClassName
{
color: #58C164;
}
</style>
background-color css
<style>
a { background-color: #58C164; }
a { background-color: rgb(88,193,100); }
div.DivClassName
{
background-color: #58C164;
}
.BgClassName
{
background-color: #58C164;
}
</style>
border-color css
<style>
span { border-color: #58C164; }
span { border-color: rgb(88,193,100); }
td.TdClassName
{
border-color: #58C164;
}
.TagClassName
{
border-color: #58C164;
}
</style>