Shades of Fern #58C765
Tints of Fern #58C765
RGB
CMYK
RGB Variations
Color information
#58C765 (or 0x58C765) is known color: Fern. HEX triplet: 58, C7 and 65. RGB value is (88,199,101). Sum of RGB (Red+Green+Blue) = 88+199+101=388 (51% of max value = 765). Red value is 88 (34.77% from 255 or 22.68% from 388); Green value is 199 (78.12% from 255 or 51.29% from 388); Blue value is 101 (39.84% from 255 or 26.03% from 388); Max value from RGB is 199 - color contains mainly: green. Hex color #58C765 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #58C765 is #A7389A. Grayscale: #9A9A9A. Windows color (decimal): -10959003 or 6670168. OLE color: 6670168.
HSL color Cylindrical-coordinate representation of color #58C765: hue angle of 127.03º degrees, saturation: 0.5, 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 #58C765 is Cyan = 0.56, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 88 | 199 | 101 | - |
| CMYK | 0.56 | 0 | 0.49 | 0.22 |
| HSL | 127.03º | 0.5% | 0.56% | - |
| HSV(B) | 127.03º | 0.56% | 0.78% | - |
| XYZ | 26.8 | 43.86 | 19.37 | - |
| YUV | 154.64 | 97.73 | 80.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 199 | 101 | 0.56 | 0 | 0.49 | 0.22 | 127.03 | 0.5 | 0.56 |
| Hex | 58 | C7 | 65 | 38 | 0 | 31 | 16 | 7F | 32 | 38 |
| Octal | 130 | 307 | 145 | 70 | 0 | 61 | 26 | 177 | 62 | 70 |
| Binary | 1011000 | 11000111 | 1100101 | 111000 | 0 | 110001 | 10110 | 1111111 | 110010 | 111000 |
Color Harmonies of #58C765
Complementary color
Monochromatic Colors of #58C765
Black with #58C765
Text Example
Text Example
White with #58C765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58C765; }
p { color: rgb(88,199,101); }
H1.HeaderClassName
{
color: #58C765;
}
.AnyTagClassName
{
color: #58C765;
}
</style>
background-color css
<style>
a { background-color: #58C765; }
a { background-color: rgb(88,199,101); }
div.DivClassName
{
background-color: #58C765;
}
.BgClassName
{
background-color: #58C765;
}
</style>
border-color css
<style>
span { border-color: #58C765; }
span { border-color: rgb(88,199,101); }
td.TdClassName
{
border-color: #58C765;
}
.TagClassName
{
border-color: #58C765;
}
</style>