Shades of Fruit Salad #58A654
Tints of Fruit Salad #58A654
RGB
CMYK
RGB Variations
Color information
#58A654 (or 0x58A654) is known color: Fruit Salad. HEX triplet: 58, A6 and 54. RGB value is (88,166,84). Sum of RGB (Red+Green+Blue) = 88+166+84=338 (44% of max value = 765). Red value is 88 (34.77% from 255 or 26.04% from 338); Green value is 166 (65.23% from 255 or 49.11% from 338); Blue value is 84 (33.20% from 255 or 24.85% from 338); Max value from RGB is 166 - color contains mainly: green. Hex color #58A654 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58A654 is #A759AB. Grayscale: #858585. Windows color (decimal): -10967468 or 5547608. OLE color: 5547608.
HSL color Cylindrical-coordinate representation of color #58A654: hue angle of 117.07º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #58A654 is Cyan = 0.47, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 88 | 166 | 84 | - |
| CMYK | 0.47 | 0 | 0.49 | 0.35 |
| HSL | 117.07º | 0.33% | 0.49% | - |
| HSV(B) | 117.07º | 0.49% | 0.65% | - |
| XYZ | 19.26 | 29.99 | 13.16 | - |
| YUV | 133.33 | 100.16 | 95.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 166 | 84 | 0.47 | 0 | 0.49 | 0.35 | 117.07 | 0.33 | 0.49 |
| Hex | 58 | A6 | 54 | 2F | 0 | 31 | 23 | 75 | 21 | 31 |
| Octal | 130 | 246 | 124 | 57 | 0 | 61 | 43 | 165 | 41 | 61 |
| Binary | 1011000 | 10100110 | 1010100 | 101111 | 0 | 110001 | 100011 | 1110101 | 100001 | 110001 |
Color Harmonies of #58A654
Complementary color
Monochromatic Colors of #58A654
Black with #58A654
Text Example
Text Example
White with #58A654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58A654; }
p { color: rgb(88,166,84); }
H1.HeaderClassName
{
color: #58A654;
}
.AnyTagClassName
{
color: #58A654;
}
</style>
background-color css
<style>
a { background-color: #58A654; }
a { background-color: rgb(88,166,84); }
div.DivClassName
{
background-color: #58A654;
}
.BgClassName
{
background-color: #58A654;
}
</style>
border-color css
<style>
span { border-color: #58A654; }
span { border-color: rgb(88,166,84); }
td.TdClassName
{
border-color: #58A654;
}
.TagClassName
{
border-color: #58A654;
}
</style>