Shades of Fruit Salad #58AA58
Tints of Fruit Salad #58AA58
RGB
CMYK
RGB Variations
Color information
#58AA58 (or 0x58AA58) is known color: Fruit Salad. HEX triplet: 58, AA and 58. RGB value is (88,170,88). Sum of RGB (Red+Green+Blue) = 88+170+88=346 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.43% from 346); Green value is 170 (66.80% from 255 or 49.13% from 346); Blue value is 88 (34.77% from 255 or 25.43% from 346); Max value from RGB is 170 - color contains mainly: green. Hex color #58AA58 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58AA58 is #A755A7. Grayscale: #888888. Windows color (decimal): -10966440 or 5810776. OLE color: 5810776.
HSL color Cylindrical-coordinate representation of color #58AA58: hue angle of 120º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #58AA58 is Cyan = 0.48, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 88 | 170 | 88 | - |
| CMYK | 0.48 | 0 | 0.48 | 0.33 |
| HSL | 120º | 0.33% | 0.51% | - |
| HSV(B) | 120º | 0.48% | 0.67% | - |
| XYZ | 20.16 | 31.53 | 14.26 | - |
| YUV | 136.13 | 100.83 | 93.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 170 | 88 | 0.48 | 0 | 0.48 | 0.33 | 120 | 0.33 | 0.51 |
| Hex | 58 | AA | 58 | 30 | 0 | 30 | 21 | 78 | 21 | 33 |
| Octal | 130 | 252 | 130 | 60 | 0 | 60 | 41 | 170 | 41 | 63 |
| Binary | 1011000 | 10101010 | 1011000 | 110000 | 0 | 110000 | 100001 | 1111000 | 100001 | 110011 |
Color Harmonies of #58AA58
Complementary color
Monochromatic Colors of #58AA58
Black with #58AA58
Text Example
Text Example
White with #58AA58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58AA58; }
p { color: rgb(88,170,88); }
H1.HeaderClassName
{
color: #58AA58;
}
.AnyTagClassName
{
color: #58AA58;
}
</style>
background-color css
<style>
a { background-color: #58AA58; }
a { background-color: rgb(88,170,88); }
div.DivClassName
{
background-color: #58AA58;
}
.BgClassName
{
background-color: #58AA58;
}
</style>
border-color css
<style>
span { border-color: #58AA58; }
span { border-color: rgb(88,170,88); }
td.TdClassName
{
border-color: #58AA58;
}
.TagClassName
{
border-color: #58AA58;
}
</style>