Shades of Fruit Salad #58A854
Tints of Fruit Salad #58A854
RGB
CMYK
RGB Variations
Color information
#58A854 (or 0x58A854) is known color: Fruit Salad. HEX triplet: 58, A8 and 54. RGB value is (88,168,84). Sum of RGB (Red+Green+Blue) = 88+168+84=340 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.88% from 340); Green value is 168 (66.02% from 255 or 49.41% from 340); Blue value is 84 (33.20% from 255 or 24.71% from 340); Max value from RGB is 168 - color contains mainly: green. Hex color #58A854 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58A854 is #A757AB. Grayscale: #868686. Windows color (decimal): -10966956 or 5548120. OLE color: 5548120.
HSL color Cylindrical-coordinate representation of color #58A854: hue angle of 117.14º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #58A854 is Cyan = 0.48, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 88 | 168 | 84 | - |
| CMYK | 0.48 | 0 | 0.5 | 0.34 |
| HSL | 117.14º | 0.33% | 0.49% | - |
| HSV(B) | 117.14º | 0.5% | 0.66% | - |
| XYZ | 19.63 | 30.72 | 13.28 | - |
| YUV | 134.5 | 99.5 | 94.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 168 | 84 | 0.48 | 0 | 0.5 | 0.34 | 117.14 | 0.33 | 0.49 |
| Hex | 58 | A8 | 54 | 30 | 0 | 32 | 22 | 75 | 21 | 31 |
| Octal | 130 | 250 | 124 | 60 | 0 | 62 | 42 | 165 | 41 | 61 |
| Binary | 1011000 | 10101000 | 1010100 | 110000 | 0 | 110010 | 100010 | 1110101 | 100001 | 110001 |
Color Harmonies of #58A854
Complementary color
Monochromatic Colors of #58A854
Black with #58A854
Text Example
Text Example
White with #58A854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58A854; }
p { color: rgb(88,168,84); }
H1.HeaderClassName
{
color: #58A854;
}
.AnyTagClassName
{
color: #58A854;
}
</style>
background-color css
<style>
a { background-color: #58A854; }
a { background-color: rgb(88,168,84); }
div.DivClassName
{
background-color: #58A854;
}
.BgClassName
{
background-color: #58A854;
}
</style>
border-color css
<style>
span { border-color: #58A854; }
span { border-color: rgb(88,168,84); }
td.TdClassName
{
border-color: #58A854;
}
.TagClassName
{
border-color: #58A854;
}
</style>