Shades of Fern #58C065
Tints of Fern #58C065
RGB
CMYK
RGB Variations
Color information
#58C065 (or 0x58C065) is known color: Fern. HEX triplet: 58, C0 and 65. RGB value is (88,192,101). Sum of RGB (Red+Green+Blue) = 88+192+101=381 (50% of max value = 765). Red value is 88 (34.77% from 255 or 23.10% from 381); Green value is 192 (75.39% from 255 or 50.39% from 381); Blue value is 101 (39.84% from 255 or 26.51% from 381); Max value from RGB is 192 - color contains mainly: green. Hex color #58C065 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #58C065 is #A73F9A. Grayscale: #969696. Windows color (decimal): -10960795 or 6668376. OLE color: 6668376.
HSL color Cylindrical-coordinate representation of color #58C065: hue angle of 127.5º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #58C065 is Cyan = 0.54, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 88 | 192 | 101 | - |
| CMYK | 0.54 | 0 | 0.47 | 0.25 |
| HSL | 127.5º | 0.45% | 0.55% | - |
| HSV(B) | 127.5º | 0.54% | 0.75% | - |
| XYZ | 25.22 | 40.71 | 18.84 | - |
| YUV | 150.53 | 100.04 | 83.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 192 | 101 | 0.54 | 0 | 0.47 | 0.25 | 127.5 | 0.45 | 0.55 |
| Hex | 58 | C0 | 65 | 36 | 0 | 2F | 19 | 80 | 2D | 37 |
| Octal | 130 | 300 | 145 | 66 | 0 | 57 | 31 | 200 | 55 | 67 |
| Binary | 1011000 | 11000000 | 1100101 | 110110 | 0 | 101111 | 11001 | 10000000 | 101101 | 110111 |
Color Harmonies of #58C065
Complementary color
Monochromatic Colors of #58C065
Black with #58C065
Text Example
Text Example
White with #58C065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58C065; }
p { color: rgb(88,192,101); }
H1.HeaderClassName
{
color: #58C065;
}
.AnyTagClassName
{
color: #58C065;
}
</style>
background-color css
<style>
a { background-color: #58C065; }
a { background-color: rgb(88,192,101); }
div.DivClassName
{
background-color: #58C065;
}
.BgClassName
{
background-color: #58C065;
}
</style>
border-color css
<style>
span { border-color: #58C065; }
span { border-color: rgb(88,192,101); }
td.TdClassName
{
border-color: #58C065;
}
.TagClassName
{
border-color: #58C065;
}
</style>