Shades of Fern #58C968
Tints of Fern #58C968
RGB
CMYK
RGB Variations
Color information
#58C968 (or 0x58C968) is known color: Fern. HEX triplet: 58, C9 and 68. RGB value is (88,201,104). Sum of RGB (Red+Green+Blue) = 88+201+104=393 (52% of max value = 765). Red value is 88 (34.77% from 255 or 22.39% from 393); Green value is 201 (78.91% from 255 or 51.15% from 393); Blue value is 104 (41.02% from 255 or 26.46% from 393); Max value from RGB is 201 - color contains mainly: green. Hex color #58C968 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #58C968 is #A73697. Grayscale: #9C9C9C. Windows color (decimal): -10958488 or 6867288. OLE color: 6867288.
HSL color Cylindrical-coordinate representation of color #58C968: hue angle of 128.5º 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 #58C968 is Cyan = 0.56, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 88 | 201 | 104 | - |
| CMYK | 0.56 | 0 | 0.48 | 0.21 |
| HSL | 128.5º | 0.51% | 0.57% | - |
| HSV(B) | 128.5º | 0.56% | 0.79% | - |
| XYZ | 27.41 | 44.85 | 20.31 | - |
| YUV | 156.16 | 98.56 | 79.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 201 | 104 | 0.56 | 0 | 0.48 | 0.21 | 128.5 | 0.51 | 0.57 |
| Hex | 58 | C9 | 68 | 38 | 0 | 30 | 15 | 80 | 33 | 39 |
| Octal | 130 | 311 | 150 | 70 | 0 | 60 | 25 | 200 | 63 | 71 |
| Binary | 1011000 | 11001001 | 1101000 | 111000 | 0 | 110000 | 10101 | 10000000 | 110011 | 111001 |
Color Harmonies of #58C968
Complementary color
Monochromatic Colors of #58C968
Black with #58C968
Text Example
Text Example
White with #58C968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58C968; }
p { color: rgb(88,201,104); }
H1.HeaderClassName
{
color: #58C968;
}
.AnyTagClassName
{
color: #58C968;
}
</style>
background-color css
<style>
a { background-color: #58C968; }
a { background-color: rgb(88,201,104); }
div.DivClassName
{
background-color: #58C968;
}
.BgClassName
{
background-color: #58C968;
}
</style>
border-color css
<style>
span { border-color: #58C968; }
span { border-color: rgb(88,201,104); }
td.TdClassName
{
border-color: #58C968;
}
.TagClassName
{
border-color: #58C968;
}
</style>