Shades of Fruit Salad #56A25D
Tints of Fruit Salad #56A25D
RGB
CMYK
RGB Variations
Color information
#56A25D (or 0x56A25D) is known color: Fruit Salad. HEX triplet: 56, A2 and 5D. RGB value is (86,162,93). Sum of RGB (Red+Green+Blue) = 86+162+93=341 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25.22% from 341); Green value is 162 (63.67% from 255 or 47.51% from 341); Blue value is 93 (36.72% from 255 or 27.27% from 341); Max value from RGB is 162 - color contains mainly: green. Hex color #56A25D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56A25D is #A95DA2. Grayscale: #838383. Windows color (decimal): -11099555 or 6136406. OLE color: 6136406.
HSL color Cylindrical-coordinate representation of color #56A25D: hue angle of 125.53º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #56A25D is Cyan = 0.47, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 86 | 162 | 93 | - |
| CMYK | 0.47 | 0 | 0.43 | 0.36 |
| HSL | 125.53º | 0.31% | 0.49% | - |
| HSV(B) | 125.53º | 0.47% | 0.64% | - |
| XYZ | 18.73 | 28.61 | 14.89 | - |
| YUV | 131.41 | 106.32 | 95.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 162 | 93 | 0.47 | 0 | 0.43 | 0.36 | 125.53 | 0.31 | 0.49 |
| Hex | 56 | A2 | 5D | 2F | 0 | 2B | 24 | 7E | 1F | 31 |
| Octal | 126 | 242 | 135 | 57 | 0 | 53 | 44 | 176 | 37 | 61 |
| Binary | 1010110 | 10100010 | 1011101 | 101111 | 0 | 101011 | 100100 | 1111110 | 11111 | 110001 |
Color Harmonies of #56A25D
Complementary color
Monochromatic Colors of #56A25D
Black with #56A25D
Text Example
Text Example
White with #56A25D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56A25D; }
p { color: rgb(86,162,93); }
H1.HeaderClassName
{
color: #56A25D;
}
.AnyTagClassName
{
color: #56A25D;
}
</style>
background-color css
<style>
a { background-color: #56A25D; }
a { background-color: rgb(86,162,93); }
div.DivClassName
{
background-color: #56A25D;
}
.BgClassName
{
background-color: #56A25D;
}
</style>
border-color css
<style>
span { border-color: #56A25D; }
span { border-color: rgb(86,162,93); }
td.TdClassName
{
border-color: #56A25D;
}
.TagClassName
{
border-color: #56A25D;
}
</style>