Shades of Fruit Salad #56AB58
Tints of Fruit Salad #56AB58
RGB
CMYK
RGB Variations
Color information
#56AB58 (or 0x56AB58) is known color: Fruit Salad. HEX triplet: 56, AB and 58. RGB value is (86,171,88). Sum of RGB (Red+Green+Blue) = 86+171+88=345 (45% of max value = 765). Red value is 86 (33.98% from 255 or 24.93% from 345); Green value is 171 (67.19% from 255 or 49.57% from 345); Blue value is 88 (34.77% from 255 or 25.51% from 345); Max value from RGB is 171 - color contains mainly: green. Hex color #56AB58 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56AB58 is #A954A7. Grayscale: #888888. Windows color (decimal): -11097256 or 5811030. OLE color: 5811030.
HSL color Cylindrical-coordinate representation of color #56AB58: hue angle of 121.41º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #56AB58 is Cyan = 0.50, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 86 | 171 | 88 | - |
| CMYK | 0.50 | 0 | 0.49 | 0.33 |
| HSL | 121.41º | 0.34% | 0.5% | - |
| HSV(B) | 121.41º | 0.5% | 0.67% | - |
| XYZ | 20.16 | 31.81 | 14.31 | - |
| YUV | 136.12 | 100.84 | 92.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 171 | 88 | 0.50 | 0 | 0.49 | 0.33 | 121.41 | 0.34 | 0.5 |
| Hex | 56 | AB | 58 | 32 | 0 | 31 | 21 | 79 | 22 | 32 |
| Octal | 126 | 253 | 130 | 62 | 0 | 61 | 41 | 171 | 42 | 62 |
| Binary | 1010110 | 10101011 | 1011000 | 110010 | 0 | 110001 | 100001 | 1111001 | 100010 | 110010 |
Color Harmonies of #56AB58
Complementary color
Monochromatic Colors of #56AB58
Black with #56AB58
Text Example
Text Example
White with #56AB58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56AB58; }
p { color: rgb(86,171,88); }
H1.HeaderClassName
{
color: #56AB58;
}
.AnyTagClassName
{
color: #56AB58;
}
</style>
background-color css
<style>
a { background-color: #56AB58; }
a { background-color: rgb(86,171,88); }
div.DivClassName
{
background-color: #56AB58;
}
.BgClassName
{
background-color: #56AB58;
}
</style>
border-color css
<style>
span { border-color: #56AB58; }
span { border-color: rgb(86,171,88); }
td.TdClassName
{
border-color: #56AB58;
}
.TagClassName
{
border-color: #56AB58;
}
</style>