Shades of Fruit Salad #58A853
Tints of Fruit Salad #58A853
RGB
CMYK
RGB Variations
Color information
#58A853 (or 0x58A853) is known color: Fruit Salad. HEX triplet: 58, A8 and 53. RGB value is (88,168,83). Sum of RGB (Red+Green+Blue) = 88+168+83=339 (44% of max value = 765). Red value is 88 (34.77% from 255 or 25.96% from 339); Green value is 168 (66.02% from 255 or 49.56% from 339); Blue value is 83 (32.81% from 255 or 24.48% from 339); Max value from RGB is 168 - color contains mainly: green. Hex color #58A853 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58A853 is #A757AC. Grayscale: #868686. Windows color (decimal): -10966957 or 5482584. OLE color: 5482584.
HSL color Cylindrical-coordinate representation of color #58A853: hue angle of 116.47º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #58A853 is Cyan = 0.48, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 88 | 168 | 83 | - |
| CMYK | 0.48 | 0 | 0.51 | 0.34 |
| HSL | 116.47º | 0.34% | 0.49% | - |
| HSV(B) | 116.47º | 0.51% | 0.66% | - |
| XYZ | 19.59 | 30.7 | 13.08 | - |
| YUV | 134.39 | 99 | 94.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 168 | 83 | 0.48 | 0 | 0.51 | 0.34 | 116.47 | 0.34 | 0.49 |
| Hex | 58 | A8 | 53 | 30 | 0 | 33 | 22 | 74 | 22 | 31 |
| Octal | 130 | 250 | 123 | 60 | 0 | 63 | 42 | 164 | 42 | 61 |
| Binary | 1011000 | 10101000 | 1010011 | 110000 | 0 | 110011 | 100010 | 1110100 | 100010 | 110001 |
Color Harmonies of #58A853
Complementary color
Monochromatic Colors of #58A853
Black with #58A853
Text Example
Text Example
White with #58A853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58A853; }
p { color: rgb(88,168,83); }
H1.HeaderClassName
{
color: #58A853;
}
.AnyTagClassName
{
color: #58A853;
}
</style>
background-color css
<style>
a { background-color: #58A853; }
a { background-color: rgb(88,168,83); }
div.DivClassName
{
background-color: #58A853;
}
.BgClassName
{
background-color: #58A853;
}
</style>
border-color css
<style>
span { border-color: #58A853; }
span { border-color: rgb(88,168,83); }
td.TdClassName
{
border-color: #58A853;
}
.TagClassName
{
border-color: #58A853;
}
</style>