Shades of Fern #58C95A
Tints of Fern #58C95A
RGB
CMYK
RGB Variations
Color information
#58C95A (or 0x58C95A) is known color: Fern. HEX triplet: 58, C9 and 5A. RGB value is (88,201,90). Sum of RGB (Red+Green+Blue) = 88+201+90=379 (50% of max value = 765). Red value is 88 (34.77% from 255 or 23.22% from 379); Green value is 201 (78.91% from 255 or 53.03% from 379); Blue value is 90 (35.55% from 255 or 23.75% from 379); Max value from RGB is 201 - color contains mainly: green. Hex color #58C95A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #58C95A is #A736A5. Grayscale: #9A9A9A. Windows color (decimal): -10958502 or 5949784. OLE color: 5949784.
HSL color Cylindrical-coordinate representation of color #58C95A: hue angle of 121.06º 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 #58C95A is Cyan = 0.56, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 88 | 201 | 90 | - |
| CMYK | 0.56 | 0 | 0.55 | 0.21 |
| HSL | 121.06º | 0.51% | 0.57% | - |
| HSV(B) | 121.06º | 0.56% | 0.79% | - |
| XYZ | 26.76 | 44.59 | 16.87 | - |
| YUV | 154.56 | 91.56 | 80.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 201 | 90 | 0.56 | 0 | 0.55 | 0.21 | 121.06 | 0.51 | 0.57 |
| Hex | 58 | C9 | 5A | 38 | 0 | 37 | 15 | 79 | 33 | 39 |
| Octal | 130 | 311 | 132 | 70 | 0 | 67 | 25 | 171 | 63 | 71 |
| Binary | 1011000 | 11001001 | 1011010 | 111000 | 0 | 110111 | 10101 | 1111001 | 110011 | 111001 |
Color Harmonies of #58C95A
Complementary color
Monochromatic Colors of #58C95A
Black with #58C95A
Text Example
Text Example
White with #58C95A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58C95A; }
p { color: rgb(88,201,90); }
H1.HeaderClassName
{
color: #58C95A;
}
.AnyTagClassName
{
color: #58C95A;
}
</style>
background-color css
<style>
a { background-color: #58C95A; }
a { background-color: rgb(88,201,90); }
div.DivClassName
{
background-color: #58C95A;
}
.BgClassName
{
background-color: #58C95A;
}
</style>
border-color css
<style>
span { border-color: #58C95A; }
span { border-color: rgb(88,201,90); }
td.TdClassName
{
border-color: #58C95A;
}
.TagClassName
{
border-color: #58C95A;
}
</style>