Shades of Fern #58A864
Tints of Fern #58A864
RGB
CMYK
RGB Variations
Color information
#58A864 (or 0x58A864) is known color: Fern. HEX triplet: 58, A8 and 64. RGB value is (88,168,100). Sum of RGB (Red+Green+Blue) = 88+168+100=356 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.72% from 356); Green value is 168 (66.02% from 255 or 47.19% from 356); Blue value is 100 (39.45% from 255 or 28.09% from 356); Max value from RGB is 168 - color contains mainly: green. Hex color #58A864 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58A864 is #A7579B. Grayscale: #888888. Windows color (decimal): -10966940 or 6596696. OLE color: 6596696.
HSL color Cylindrical-coordinate representation of color #58A864: hue angle of 129º degrees, saturation: 0.31, 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 #58A864 is Cyan = 0.48, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 88 | 168 | 100 | - |
| CMYK | 0.48 | 0 | 0.40 | 0.34 |
| HSL | 129º | 0.31% | 0.5% | - |
| HSV(B) | 129º | 0.48% | 0.66% | - |
| XYZ | 20.33 | 31 | 16.97 | - |
| YUV | 136.33 | 107.5 | 93.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 168 | 100 | 0.48 | 0 | 0.40 | 0.34 | 129 | 0.31 | 0.5 |
| Hex | 58 | A8 | 64 | 30 | 0 | 28 | 22 | 81 | 1F | 32 |
| Octal | 130 | 250 | 144 | 60 | 0 | 50 | 42 | 201 | 37 | 62 |
| Binary | 1011000 | 10101000 | 1100100 | 110000 | 0 | 101000 | 100010 | 10000001 | 11111 | 110010 |
Color Harmonies of #58A864
Complementary color
Monochromatic Colors of #58A864
Black with #58A864
Text Example
Text Example
White with #58A864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58A864; }
p { color: rgb(88,168,100); }
H1.HeaderClassName
{
color: #58A864;
}
.AnyTagClassName
{
color: #58A864;
}
</style>
background-color css
<style>
a { background-color: #58A864; }
a { background-color: rgb(88,168,100); }
div.DivClassName
{
background-color: #58A864;
}
.BgClassName
{
background-color: #58A864;
}
</style>
border-color css
<style>
span { border-color: #58A864; }
span { border-color: rgb(88,168,100); }
td.TdClassName
{
border-color: #58A864;
}
.TagClassName
{
border-color: #58A864;
}
</style>