Shades of Fruit Salad #58A958
Tints of Fruit Salad #58A958
RGB
CMYK
RGB Variations
Color information
#58A958 (or 0x58A958) is known color: Fruit Salad. HEX triplet: 58, A9 and 58. RGB value is (88,169,88). Sum of RGB (Red+Green+Blue) = 88+169+88=345 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.51% from 345); Green value is 169 (66.41% from 255 or 48.99% from 345); Blue value is 88 (34.77% from 255 or 25.51% from 345); Max value from RGB is 169 - color contains mainly: green. Hex color #58A958 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58A958 is #A756A7. Grayscale: #878787. Windows color (decimal): -10966696 or 5810520. OLE color: 5810520.
HSL color Cylindrical-coordinate representation of color #58A958: hue angle of 120º 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 #58A958 is Cyan = 0.48, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 88 | 169 | 88 | - |
| CMYK | 0.48 | 0 | 0.48 | 0.34 |
| HSL | 120º | 0.32% | 0.5% | - |
| HSV(B) | 120º | 0.48% | 0.66% | - |
| XYZ | 19.97 | 31.16 | 14.19 | - |
| YUV | 135.55 | 101.16 | 94.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 169 | 88 | 0.48 | 0 | 0.48 | 0.34 | 120 | 0.32 | 0.5 |
| Hex | 58 | A9 | 58 | 30 | 0 | 30 | 22 | 78 | 20 | 32 |
| Octal | 130 | 251 | 130 | 60 | 0 | 60 | 42 | 170 | 40 | 62 |
| Binary | 1011000 | 10101001 | 1011000 | 110000 | 0 | 110000 | 100010 | 1111000 | 100000 | 110010 |
Color Harmonies of #58A958
Complementary color
Monochromatic Colors of #58A958
Black with #58A958
Text Example
Text Example
White with #58A958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58A958; }
p { color: rgb(88,169,88); }
H1.HeaderClassName
{
color: #58A958;
}
.AnyTagClassName
{
color: #58A958;
}
</style>
background-color css
<style>
a { background-color: #58A958; }
a { background-color: rgb(88,169,88); }
div.DivClassName
{
background-color: #58A958;
}
.BgClassName
{
background-color: #58A958;
}
</style>
border-color css
<style>
span { border-color: #58A958; }
span { border-color: rgb(88,169,88); }
td.TdClassName
{
border-color: #58A958;
}
.TagClassName
{
border-color: #58A958;
}
</style>