Shades of Fruit Salad #58AB58
Tints of Fruit Salad #58AB58
RGB
CMYK
RGB Variations
Color information
#58AB58 (or 0x58AB58) is known color: Fruit Salad. HEX triplet: 58, AB and 58. RGB value is (88,171,88). Sum of RGB (Red+Green+Blue) = 88+171+88=347 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.36% from 347); Green value is 171 (67.19% from 255 or 49.28% from 347); Blue value is 88 (34.77% from 255 or 25.36% from 347); Max value from RGB is 171 - color contains mainly: green. Hex color #58AB58 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58AB58 is #A754A7. Grayscale: #888888. Windows color (decimal): -10966184 or 5811032. OLE color: 5811032.
HSL color Cylindrical-coordinate representation of color #58AB58: 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.49%. Process color model (Four color, CMYK) of #58AB58 is Cyan = 0.49, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 88 | 171 | 88 | - |
| CMYK | 0.49 | 0 | 0.49 | 0.33 |
| HSL | 120º | 0.33% | 0.51% | - |
| HSV(B) | 120º | 0.49% | 0.67% | - |
| XYZ | 20.35 | 31.91 | 14.32 | - |
| YUV | 136.72 | 100.5 | 93.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 171 | 88 | 0.49 | 0 | 0.49 | 0.33 | 120 | 0.33 | 0.51 |
| Hex | 58 | AB | 58 | 31 | 0 | 31 | 21 | 78 | 21 | 33 |
| Octal | 130 | 253 | 130 | 61 | 0 | 61 | 41 | 170 | 41 | 63 |
| Binary | 1011000 | 10101011 | 1011000 | 110001 | 0 | 110001 | 100001 | 1111000 | 100001 | 110011 |
Color Harmonies of #58AB58
Complementary color
Monochromatic Colors of #58AB58
Black with #58AB58
Text Example
Text Example
White with #58AB58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58AB58; }
p { color: rgb(88,171,88); }
H1.HeaderClassName
{
color: #58AB58;
}
.AnyTagClassName
{
color: #58AB58;
}
</style>
background-color css
<style>
a { background-color: #58AB58; }
a { background-color: rgb(88,171,88); }
div.DivClassName
{
background-color: #58AB58;
}
.BgClassName
{
background-color: #58AB58;
}
</style>
border-color css
<style>
span { border-color: #58AB58; }
span { border-color: rgb(88,171,88); }
td.TdClassName
{
border-color: #58AB58;
}
.TagClassName
{
border-color: #58AB58;
}
</style>