Shades of Fruit Salad #58A357
Tints of Fruit Salad #58A357
RGB
CMYK
RGB Variations
Color information
#58A357 (or 0x58A357) is known color: Fruit Salad. HEX triplet: 58, A3 and 57. RGB value is (88,163,87). Sum of RGB (Red+Green+Blue) = 88+163+87=338 (44% of max value = 765). Red value is 88 (34.77% from 255 or 26.04% from 338); Green value is 163 (64.06% from 255 or 48.22% from 338); Blue value is 87 (34.38% from 255 or 25.74% from 338); Max value from RGB is 163 - color contains mainly: green. Hex color #58A357 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58A357 is #A75CA8. Grayscale: #848484. Windows color (decimal): -10968233 or 5743448. OLE color: 5743448.
HSL color Cylindrical-coordinate representation of color #58A357: hue angle of 119.21º degrees, saturation: 0.3, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #58A357 is Cyan = 0.46, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 88 | 163 | 87 | - |
| CMYK | 0.46 | 0 | 0.47 | 0.36 |
| HSL | 119.21º | 0.3% | 0.49% | - |
| HSV(B) | 119.21º | 0.47% | 0.64% | - |
| XYZ | 18.84 | 28.96 | 13.61 | - |
| YUV | 131.91 | 102.65 | 96.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 163 | 87 | 0.46 | 0 | 0.47 | 0.36 | 119.21 | 0.3 | 0.49 |
| Hex | 58 | A3 | 57 | 2E | 0 | 2F | 24 | 77 | 1E | 31 |
| Octal | 130 | 243 | 127 | 56 | 0 | 57 | 44 | 167 | 36 | 61 |
| Binary | 1011000 | 10100011 | 1010111 | 101110 | 0 | 101111 | 100100 | 1110111 | 11110 | 110001 |
Color Harmonies of #58A357
Complementary color
Monochromatic Colors of #58A357
Black with #58A357
Text Example
Text Example
White with #58A357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58A357; }
p { color: rgb(88,163,87); }
H1.HeaderClassName
{
color: #58A357;
}
.AnyTagClassName
{
color: #58A357;
}
</style>
background-color css
<style>
a { background-color: #58A357; }
a { background-color: rgb(88,163,87); }
div.DivClassName
{
background-color: #58A357;
}
.BgClassName
{
background-color: #58A357;
}
</style>
border-color css
<style>
span { border-color: #58A357; }
span { border-color: rgb(88,163,87); }
td.TdClassName
{
border-color: #58A357;
}
.TagClassName
{
border-color: #58A357;
}
</style>