Shades of Fruit Salad #56A74C
Tints of Fruit Salad #56A74C
RGB
CMYK
RGB Variations
Color information
#56A74C (or 0x56A74C) is known color: Fruit Salad. HEX triplet: 56, A7 and 4C. RGB value is (86,167,76). Sum of RGB (Red+Green+Blue) = 86+167+76=329 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.14% from 329); Green value is 167 (65.62% from 255 or 50.76% from 329); Blue value is 76 (30.08% from 255 or 23.10% from 329); Max value from RGB is 167 - color contains mainly: green. Hex color #56A74C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #56A74C is #A958B3. Grayscale: #848484. Windows color (decimal): -11098292 or 5023574. OLE color: 5023574.
HSL color Cylindrical-coordinate representation of color #56A74C: hue angle of 113.41º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #56A74C is Cyan = 0.49, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 86 | 167 | 76 | - |
| CMYK | 0.49 | 0 | 0.54 | 0.35 |
| HSL | 113.41º | 0.37% | 0.48% | - |
| HSV(B) | 113.41º | 0.54% | 0.65% | - |
| XYZ | 18.96 | 30.14 | 11.66 | - |
| YUV | 132.41 | 96.16 | 94.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 167 | 76 | 0.49 | 0 | 0.54 | 0.35 | 113.41 | 0.37 | 0.48 |
| Hex | 56 | A7 | 4C | 31 | 0 | 36 | 23 | 71 | 25 | 30 |
| Octal | 126 | 247 | 114 | 61 | 0 | 66 | 43 | 161 | 45 | 60 |
| Binary | 1010110 | 10100111 | 1001100 | 110001 | 0 | 110110 | 100011 | 1110001 | 100101 | 110000 |
Color Harmonies of #56A74C
Complementary color
Monochromatic Colors of #56A74C
Black with #56A74C
Text Example
Text Example
White with #56A74C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56A74C; }
p { color: rgb(86,167,76); }
H1.HeaderClassName
{
color: #56A74C;
}
.AnyTagClassName
{
color: #56A74C;
}
</style>
background-color css
<style>
a { background-color: #56A74C; }
a { background-color: rgb(86,167,76); }
div.DivClassName
{
background-color: #56A74C;
}
.BgClassName
{
background-color: #56A74C;
}
</style>
border-color css
<style>
span { border-color: #56A74C; }
span { border-color: rgb(86,167,76); }
td.TdClassName
{
border-color: #56A74C;
}
.TagClassName
{
border-color: #56A74C;
}
</style>