Shades of Fruit Salad #58A157
Tints of Fruit Salad #58A157
RGB
CMYK
RGB Variations
Color information
#58A157 (or 0x58A157) is known color: Fruit Salad. HEX triplet: 58, A1 and 57. RGB value is (88,161,87). Sum of RGB (Red+Green+Blue) = 88+161+87=336 (44% of max value = 765). Red value is 88 (34.77% from 255 or 26.19% from 336); Green value is 161 (63.28% from 255 or 47.92% from 336); Blue value is 87 (34.38% from 255 or 25.89% from 336); Max value from RGB is 161 - color contains mainly: green. Hex color #58A157 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58A157 is #A75EA8. Grayscale: #828282. Windows color (decimal): -10968745 or 5742936. OLE color: 5742936.
HSL color Cylindrical-coordinate representation of color #58A157: hue angle of 119.19º degrees, saturation: 0.3, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #58A157 is Cyan = 0.45, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 88 | 161 | 87 | - |
| CMYK | 0.45 | 0 | 0.46 | 0.37 |
| HSL | 119.19º | 0.3% | 0.49% | - |
| HSV(B) | 119.19º | 0.46% | 0.63% | - |
| XYZ | 18.49 | 28.25 | 13.5 | - |
| YUV | 130.74 | 103.32 | 97.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 161 | 87 | 0.45 | 0 | 0.46 | 0.37 | 119.19 | 0.3 | 0.49 |
| Hex | 58 | A1 | 57 | 2D | 0 | 2E | 25 | 77 | 1E | 31 |
| Octal | 130 | 241 | 127 | 55 | 0 | 56 | 45 | 167 | 36 | 61 |
| Binary | 1011000 | 10100001 | 1010111 | 101101 | 0 | 101110 | 100101 | 1110111 | 11110 | 110001 |
Color Harmonies of #58A157
Complementary color
Monochromatic Colors of #58A157
Black with #58A157
Text Example
Text Example
White with #58A157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58A157; }
p { color: rgb(88,161,87); }
H1.HeaderClassName
{
color: #58A157;
}
.AnyTagClassName
{
color: #58A157;
}
</style>
background-color css
<style>
a { background-color: #58A157; }
a { background-color: rgb(88,161,87); }
div.DivClassName
{
background-color: #58A157;
}
.BgClassName
{
background-color: #58A157;
}
</style>
border-color css
<style>
span { border-color: #58A157; }
span { border-color: rgb(88,161,87); }
td.TdClassName
{
border-color: #58A157;
}
.TagClassName
{
border-color: #58A157;
}
</style>