Shades of Fruit Salad #58A656
Tints of Fruit Salad #58A656
RGB
CMYK
RGB Variations
Color information
#58A656 (or 0x58A656) is known color: Fruit Salad. HEX triplet: 58, A6 and 56. RGB value is (88,166,86). Sum of RGB (Red+Green+Blue) = 88+166+86=340 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.88% from 340); Green value is 166 (65.23% from 255 or 48.82% from 340); Blue value is 86 (33.98% from 255 or 25.29% from 340); Max value from RGB is 166 - color contains mainly: green. Hex color #58A656 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58A656 is #A759A9. Grayscale: #858585. Windows color (decimal): -10967466 or 5678680. OLE color: 5678680.
HSL color Cylindrical-coordinate representation of color #58A656: hue angle of 118.5º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #58A656 is Cyan = 0.47, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 88 | 166 | 86 | - |
| CMYK | 0.47 | 0 | 0.48 | 0.35 |
| HSL | 118.5º | 0.32% | 0.49% | - |
| HSV(B) | 118.5º | 0.48% | 0.65% | - |
| XYZ | 19.34 | 30.02 | 13.58 | - |
| YUV | 133.56 | 101.16 | 95.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 166 | 86 | 0.47 | 0 | 0.48 | 0.35 | 118.5 | 0.32 | 0.49 |
| Hex | 58 | A6 | 56 | 2F | 0 | 30 | 23 | 76 | 20 | 31 |
| Octal | 130 | 246 | 126 | 57 | 0 | 60 | 43 | 166 | 40 | 61 |
| Binary | 1011000 | 10100110 | 1010110 | 101111 | 0 | 110000 | 100011 | 1110110 | 100000 | 110001 |
Color Harmonies of #58A656
Complementary color
Monochromatic Colors of #58A656
Black with #58A656
Text Example
Text Example
White with #58A656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58A656; }
p { color: rgb(88,166,86); }
H1.HeaderClassName
{
color: #58A656;
}
.AnyTagClassName
{
color: #58A656;
}
</style>
background-color css
<style>
a { background-color: #58A656; }
a { background-color: rgb(88,166,86); }
div.DivClassName
{
background-color: #58A656;
}
.BgClassName
{
background-color: #58A656;
}
</style>
border-color css
<style>
span { border-color: #58A656; }
span { border-color: rgb(88,166,86); }
td.TdClassName
{
border-color: #58A656;
}
.TagClassName
{
border-color: #58A656;
}
</style>