Shades of Fern #58C963
Tints of Fern #58C963
RGB
CMYK
RGB Variations
Color information
#58C963 (or 0x58C963) is known color: Fern. HEX triplet: 58, C9 and 63. RGB value is (88,201,99). Sum of RGB (Red+Green+Blue) = 88+201+99=388 (51% of max value = 765). Red value is 88 (34.77% from 255 or 22.68% from 388); Green value is 201 (78.91% from 255 or 51.80% from 388); Blue value is 99 (39.06% from 255 or 25.52% from 388); Max value from RGB is 201 - color contains mainly: green. Hex color #58C963 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #58C963 is #A7369C. Grayscale: #9B9B9B. Windows color (decimal): -10958493 or 6539608. OLE color: 6539608.
HSL color Cylindrical-coordinate representation of color #58C963: hue angle of 125.84º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #58C963 is Cyan = 0.56, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 88 | 201 | 99 | - |
| CMYK | 0.56 | 0 | 0.51 | 0.21 |
| HSL | 125.84º | 0.51% | 0.57% | - |
| HSV(B) | 125.84º | 0.56% | 0.79% | - |
| XYZ | 27.16 | 44.75 | 19.01 | - |
| YUV | 155.59 | 96.06 | 79.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 201 | 99 | 0.56 | 0 | 0.51 | 0.21 | 125.84 | 0.51 | 0.57 |
| Hex | 58 | C9 | 63 | 38 | 0 | 33 | 15 | 7E | 33 | 39 |
| Octal | 130 | 311 | 143 | 70 | 0 | 63 | 25 | 176 | 63 | 71 |
| Binary | 1011000 | 11001001 | 1100011 | 111000 | 0 | 110011 | 10101 | 1111110 | 110011 | 111001 |
Color Harmonies of #58C963
Complementary color
Monochromatic Colors of #58C963
Black with #58C963
Text Example
Text Example
White with #58C963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58C963; }
p { color: rgb(88,201,99); }
H1.HeaderClassName
{
color: #58C963;
}
.AnyTagClassName
{
color: #58C963;
}
</style>
background-color css
<style>
a { background-color: #58C963; }
a { background-color: rgb(88,201,99); }
div.DivClassName
{
background-color: #58C963;
}
.BgClassName
{
background-color: #58C963;
}
</style>
border-color css
<style>
span { border-color: #58C963; }
span { border-color: rgb(88,201,99); }
td.TdClassName
{
border-color: #58C963;
}
.TagClassName
{
border-color: #58C963;
}
</style>