Shades of Fruit Salad #56B35A
Tints of Fruit Salad #56B35A
RGB
CMYK
RGB Variations
Color information
#56B35A (or 0x56B35A) is known color: Fruit Salad. HEX triplet: 56, B3 and 5A. RGB value is (86,179,90). Sum of RGB (Red+Green+Blue) = 86+179+90=355 (47% of max value = 765). Red value is 86 (33.98% from 255 or 24.23% from 355); Green value is 179 (70.31% from 255 or 50.42% from 355); Blue value is 90 (35.55% from 255 or 25.35% from 355); Max value from RGB is 179 - color contains mainly: green. Hex color #56B35A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #56B35A is #A94CA5. Grayscale: #8D8D8D. Windows color (decimal): -11095206 or 5944150. OLE color: 5944150.
HSL color Cylindrical-coordinate representation of color #56B35A: hue angle of 122.58º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #56B35A is Cyan = 0.52, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 86 | 179 | 90 | - |
| CMYK | 0.52 | 0 | 0.50 | 0.30 |
| HSL | 122.58º | 0.38% | 0.52% | - |
| HSV(B) | 122.58º | 0.52% | 0.7% | - |
| XYZ | 21.8 | 34.96 | 15.27 | - |
| YUV | 141.05 | 99.19 | 88.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 179 | 90 | 0.52 | 0 | 0.50 | 0.30 | 122.58 | 0.38 | 0.52 |
| Hex | 56 | B3 | 5A | 34 | 0 | 32 | 1E | 7B | 26 | 34 |
| Octal | 126 | 263 | 132 | 64 | 0 | 62 | 36 | 173 | 46 | 64 |
| Binary | 1010110 | 10110011 | 1011010 | 110100 | 0 | 110010 | 11110 | 1111011 | 100110 | 110100 |
Color Harmonies of #56B35A
Complementary color
Monochromatic Colors of #56B35A
Black with #56B35A
Text Example
Text Example
White with #56B35A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56B35A; }
p { color: rgb(86,179,90); }
H1.HeaderClassName
{
color: #56B35A;
}
.AnyTagClassName
{
color: #56B35A;
}
</style>
background-color css
<style>
a { background-color: #56B35A; }
a { background-color: rgb(86,179,90); }
div.DivClassName
{
background-color: #56B35A;
}
.BgClassName
{
background-color: #56B35A;
}
</style>
border-color css
<style>
span { border-color: #56B35A; }
span { border-color: rgb(86,179,90); }
td.TdClassName
{
border-color: #56B35A;
}
.TagClassName
{
border-color: #56B35A;
}
</style>