Shades of Fruit Salad #58B358
Tints of Fruit Salad #58B358
RGB
CMYK
RGB Variations
Color information
#58B358 (or 0x58B358) is known color: Fruit Salad. HEX triplet: 58, B3 and 58. RGB value is (88,179,88). Sum of RGB (Red+Green+Blue) = 88+179+88=355 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.79% from 355); Green value is 179 (70.31% from 255 or 50.42% from 355); Blue value is 88 (34.77% from 255 or 24.79% from 355); Max value from RGB is 179 - color contains mainly: green. Hex color #58B358 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #58B358 is #A74CA7. Grayscale: #8D8D8D. Windows color (decimal): -10964136 or 5813080. OLE color: 5813080.
HSL color Cylindrical-coordinate representation of color #58B358: hue angle of 120º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #58B358 is Cyan = 0.51, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 88 | 179 | 88 | - |
| CMYK | 0.51 | 0 | 0.51 | 0.30 |
| HSL | 120º | 0.37% | 0.52% | - |
| HSV(B) | 120º | 0.51% | 0.7% | - |
| XYZ | 21.91 | 35.02 | 14.84 | - |
| YUV | 141.42 | 97.85 | 89.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 179 | 88 | 0.51 | 0 | 0.51 | 0.30 | 120 | 0.37 | 0.52 |
| Hex | 58 | B3 | 58 | 33 | 0 | 33 | 1E | 78 | 25 | 34 |
| Octal | 130 | 263 | 130 | 63 | 0 | 63 | 36 | 170 | 45 | 64 |
| Binary | 1011000 | 10110011 | 1011000 | 110011 | 0 | 110011 | 11110 | 1111000 | 100101 | 110100 |
Color Harmonies of #58B358
Complementary color
Monochromatic Colors of #58B358
Black with #58B358
Text Example
Text Example
White with #58B358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58B358; }
p { color: rgb(88,179,88); }
H1.HeaderClassName
{
color: #58B358;
}
.AnyTagClassName
{
color: #58B358;
}
</style>
background-color css
<style>
a { background-color: #58B358; }
a { background-color: rgb(88,179,88); }
div.DivClassName
{
background-color: #58B358;
}
.BgClassName
{
background-color: #58B358;
}
</style>
border-color css
<style>
span { border-color: #58B358; }
span { border-color: rgb(88,179,88); }
td.TdClassName
{
border-color: #58B358;
}
.TagClassName
{
border-color: #58B358;
}
</style>