Shades of Fern #58C168
Tints of Fern #58C168
RGB
CMYK
RGB Variations
Color information
#58C168 (or 0x58C168) is known color: Fern. HEX triplet: 58, C1 and 68. RGB value is (88,193,104). Sum of RGB (Red+Green+Blue) = 88+193+104=385 (50% of max value = 765). Red value is 88 (34.77% from 255 or 22.86% from 385); Green value is 193 (75.78% from 255 or 50.13% from 385); Blue value is 104 (41.02% from 255 or 27.01% from 385); Max value from RGB is 193 - color contains mainly: green. Hex color #58C168 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #58C168 is #A73E97. Grayscale: #979797. Windows color (decimal): -10960536 or 6865240. OLE color: 6865240.
HSL color Cylindrical-coordinate representation of color #58C168: hue angle of 129.14º 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 #58C168 is Cyan = 0.54, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 88 | 193 | 104 | - |
| CMYK | 0.54 | 0 | 0.46 | 0.24 |
| HSL | 129.14º | 0.46% | 0.55% | - |
| HSV(B) | 129.14º | 0.54% | 0.76% | - |
| XYZ | 25.59 | 41.21 | 19.7 | - |
| YUV | 151.46 | 101.21 | 82.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 193 | 104 | 0.54 | 0 | 0.46 | 0.24 | 129.14 | 0.46 | 0.55 |
| Hex | 58 | C1 | 68 | 36 | 0 | 2E | 18 | 81 | 2E | 37 |
| Octal | 130 | 301 | 150 | 66 | 0 | 56 | 30 | 201 | 56 | 67 |
| Binary | 1011000 | 11000001 | 1101000 | 110110 | 0 | 101110 | 11000 | 10000001 | 101110 | 110111 |
Color Harmonies of #58C168
Complementary color
Monochromatic Colors of #58C168
Black with #58C168
Text Example
Text Example
White with #58C168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58C168; }
p { color: rgb(88,193,104); }
H1.HeaderClassName
{
color: #58C168;
}
.AnyTagClassName
{
color: #58C168;
}
</style>
background-color css
<style>
a { background-color: #58C168; }
a { background-color: rgb(88,193,104); }
div.DivClassName
{
background-color: #58C168;
}
.BgClassName
{
background-color: #58C168;
}
</style>
border-color css
<style>
span { border-color: #58C168; }
span { border-color: rgb(88,193,104); }
td.TdClassName
{
border-color: #58C168;
}
.TagClassName
{
border-color: #58C168;
}
</style>