Shades of Fern #58A964
Tints of Fern #58A964
RGB
CMYK
RGB Variations
Color information
#58A964 (or 0x58A964) is known color: Fern. HEX triplet: 58, A9 and 64. RGB value is (88,169,100). Sum of RGB (Red+Green+Blue) = 88+169+100=357 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.65% from 357); Green value is 169 (66.41% from 255 or 47.34% from 357); Blue value is 100 (39.45% from 255 or 28.01% from 357); Max value from RGB is 169 - color contains mainly: green. Hex color #58A964 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58A964 is #A7569B. Grayscale: #898989. Windows color (decimal): -10966684 or 6596952. OLE color: 6596952.
HSL color Cylindrical-coordinate representation of color #58A964: hue angle of 128.89º degrees, saturation: 0.32, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #58A964 is Cyan = 0.48, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 88 | 169 | 100 | - |
| CMYK | 0.48 | 0 | 0.41 | 0.34 |
| HSL | 128.89º | 0.32% | 0.5% | - |
| HSV(B) | 128.89º | 0.48% | 0.66% | - |
| XYZ | 20.51 | 31.37 | 17.03 | - |
| YUV | 136.92 | 107.16 | 93.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 169 | 100 | 0.48 | 0 | 0.41 | 0.34 | 128.89 | 0.32 | 0.5 |
| Hex | 58 | A9 | 64 | 30 | 0 | 29 | 22 | 81 | 20 | 32 |
| Octal | 130 | 251 | 144 | 60 | 0 | 51 | 42 | 201 | 40 | 62 |
| Binary | 1011000 | 10101001 | 1100100 | 110000 | 0 | 101001 | 100010 | 10000001 | 100000 | 110010 |
Color Harmonies of #58A964
Complementary color
Monochromatic Colors of #58A964
Black with #58A964
Text Example
Text Example
White with #58A964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58A964; }
p { color: rgb(88,169,100); }
H1.HeaderClassName
{
color: #58A964;
}
.AnyTagClassName
{
color: #58A964;
}
</style>
background-color css
<style>
a { background-color: #58A964; }
a { background-color: rgb(88,169,100); }
div.DivClassName
{
background-color: #58A964;
}
.BgClassName
{
background-color: #58A964;
}
</style>
border-color css
<style>
span { border-color: #58A964; }
span { border-color: rgb(88,169,100); }
td.TdClassName
{
border-color: #58A964;
}
.TagClassName
{
border-color: #58A964;
}
</style>