Shades of Fruit Salad #56B25B
Tints of Fruit Salad #56B25B
RGB
CMYK
RGB Variations
Color information
#56B25B (or 0x56B25B) is known color: Fruit Salad. HEX triplet: 56, B2 and 5B. RGB value is (86,178,91). Sum of RGB (Red+Green+Blue) = 86+178+91=355 (47% of max value = 765). Red value is 86 (33.98% from 255 or 24.23% from 355); Green value is 178 (69.92% from 255 or 50.14% from 355); Blue value is 91 (35.94% from 255 or 25.63% from 355); Max value from RGB is 178 - color contains mainly: green. Hex color #56B25B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56B25B is #A94DA4. Grayscale: #8C8C8C. Windows color (decimal): -11095461 or 6009430. OLE color: 6009430.
HSL color Cylindrical-coordinate representation of color #56B25B: hue angle of 123.26º degrees, saturation: 0.37, 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 #56B25B is Cyan = 0.52, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 86 | 178 | 91 | - |
| CMYK | 0.52 | 0 | 0.49 | 0.30 |
| HSL | 123.26º | 0.37% | 0.52% | - |
| HSV(B) | 123.26º | 0.52% | 0.7% | - |
| XYZ | 21.65 | 34.57 | 15.43 | - |
| YUV | 140.57 | 100.02 | 89.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 178 | 91 | 0.52 | 0 | 0.49 | 0.30 | 123.26 | 0.37 | 0.52 |
| Hex | 56 | B2 | 5B | 34 | 0 | 31 | 1E | 7B | 25 | 34 |
| Octal | 126 | 262 | 133 | 64 | 0 | 61 | 36 | 173 | 45 | 64 |
| Binary | 1010110 | 10110010 | 1011011 | 110100 | 0 | 110001 | 11110 | 1111011 | 100101 | 110100 |
Color Harmonies of #56B25B
Complementary color
Monochromatic Colors of #56B25B
Black with #56B25B
Text Example
Text Example
White with #56B25B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56B25B; }
p { color: rgb(86,178,91); }
H1.HeaderClassName
{
color: #56B25B;
}
.AnyTagClassName
{
color: #56B25B;
}
</style>
background-color css
<style>
a { background-color: #56B25B; }
a { background-color: rgb(86,178,91); }
div.DivClassName
{
background-color: #56B25B;
}
.BgClassName
{
background-color: #56B25B;
}
</style>
border-color css
<style>
span { border-color: #56B25B; }
span { border-color: rgb(86,178,91); }
td.TdClassName
{
border-color: #56B25B;
}
.TagClassName
{
border-color: #56B25B;
}
</style>