Shades of Fruit Salad #56B15B
Tints of Fruit Salad #56B15B
RGB
CMYK
RGB Variations
Color information
#56B15B (or 0x56B15B) is known color: Fruit Salad. HEX triplet: 56, B1 and 5B. RGB value is (86,177,91). Sum of RGB (Red+Green+Blue) = 86+177+91=354 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.29% from 354); Green value is 177 (69.53% from 255 or 50% from 354); Blue value is 91 (35.94% from 255 or 25.71% from 354); Max value from RGB is 177 - color contains mainly: green. Hex color #56B15B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56B15B is #A94EA4. Grayscale: #8C8C8C. Windows color (decimal): -11095717 or 6009174. OLE color: 6009174.
HSL color Cylindrical-coordinate representation of color #56B15B: hue angle of 123.3º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #56B15B is Cyan = 0.51, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 86 | 177 | 91 | - |
| CMYK | 0.51 | 0 | 0.49 | 0.31 |
| HSL | 123.3º | 0.37% | 0.52% | - |
| HSV(B) | 123.3º | 0.51% | 0.69% | - |
| XYZ | 21.45 | 34.18 | 15.36 | - |
| YUV | 139.99 | 100.35 | 89.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 177 | 91 | 0.51 | 0 | 0.49 | 0.31 | 123.3 | 0.37 | 0.52 |
| Hex | 56 | B1 | 5B | 33 | 0 | 31 | 1F | 7B | 25 | 34 |
| Octal | 126 | 261 | 133 | 63 | 0 | 61 | 37 | 173 | 45 | 64 |
| Binary | 1010110 | 10110001 | 1011011 | 110011 | 0 | 110001 | 11111 | 1111011 | 100101 | 110100 |
Color Harmonies of #56B15B
Complementary color
Monochromatic Colors of #56B15B
Black with #56B15B
Text Example
Text Example
White with #56B15B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56B15B; }
p { color: rgb(86,177,91); }
H1.HeaderClassName
{
color: #56B15B;
}
.AnyTagClassName
{
color: #56B15B;
}
</style>
background-color css
<style>
a { background-color: #56B15B; }
a { background-color: rgb(86,177,91); }
div.DivClassName
{
background-color: #56B15B;
}
.BgClassName
{
background-color: #56B15B;
}
</style>
border-color css
<style>
span { border-color: #56B15B; }
span { border-color: rgb(86,177,91); }
td.TdClassName
{
border-color: #56B15B;
}
.TagClassName
{
border-color: #56B15B;
}
</style>