Shades of Fern #58C665
Tints of Fern #58C665
RGB
CMYK
RGB Variations
Color information
#58C665 (or 0x58C665) is known color: Fern. HEX triplet: 58, C6 and 65. RGB value is (88,198,101). Sum of RGB (Red+Green+Blue) = 88+198+101=387 (51% of max value = 765). Red value is 88 (34.77% from 255 or 22.74% from 387); Green value is 198 (77.73% from 255 or 51.16% from 387); Blue value is 101 (39.84% from 255 or 26.10% from 387); Max value from RGB is 198 - color contains mainly: green. Hex color #58C665 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #58C665 is #A7399A. Grayscale: #9A9A9A. Windows color (decimal): -10959259 or 6669912. OLE color: 6669912.
HSL color Cylindrical-coordinate representation of color #58C665: hue angle of 127.09º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #58C665 is Cyan = 0.56, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 88 | 198 | 101 | - |
| CMYK | 0.56 | 0 | 0.49 | 0.22 |
| HSL | 127.09º | 0.49% | 0.56% | - |
| HSV(B) | 127.09º | 0.56% | 0.78% | - |
| XYZ | 26.57 | 43.4 | 19.29 | - |
| YUV | 154.05 | 98.06 | 80.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 198 | 101 | 0.56 | 0 | 0.49 | 0.22 | 127.09 | 0.49 | 0.56 |
| Hex | 58 | C6 | 65 | 38 | 0 | 31 | 16 | 7F | 31 | 38 |
| Octal | 130 | 306 | 145 | 70 | 0 | 61 | 26 | 177 | 61 | 70 |
| Binary | 1011000 | 11000110 | 1100101 | 111000 | 0 | 110001 | 10110 | 1111111 | 110001 | 111000 |
Color Harmonies of #58C665
Complementary color
Monochromatic Colors of #58C665
Black with #58C665
Text Example
Text Example
White with #58C665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58C665; }
p { color: rgb(88,198,101); }
H1.HeaderClassName
{
color: #58C665;
}
.AnyTagClassName
{
color: #58C665;
}
</style>
background-color css
<style>
a { background-color: #58C665; }
a { background-color: rgb(88,198,101); }
div.DivClassName
{
background-color: #58C665;
}
.BgClassName
{
background-color: #58C665;
}
</style>
border-color css
<style>
span { border-color: #58C665; }
span { border-color: rgb(88,198,101); }
td.TdClassName
{
border-color: #58C665;
}
.TagClassName
{
border-color: #58C665;
}
</style>