Shades of Fruit Salad #54A856
Tints of Fruit Salad #54A856
RGB
CMYK
RGB Variations
Color information
#54A856 (or 0x54A856) is known color: Fruit Salad. HEX triplet: 54, A8 and 56. RGB value is (84,168,86). Sum of RGB (Red+Green+Blue) = 84+168+86=338 (44% of max value = 765). Red value is 84 (33.20% from 255 or 24.85% from 338); Green value is 168 (66.02% from 255 or 49.70% from 338); Blue value is 86 (33.98% from 255 or 25.44% from 338); Max value from RGB is 168 - color contains mainly: green. Hex color #54A856 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54A856 is #AB57A9. Grayscale: #858585. Windows color (decimal): -11229098 or 5679188. OLE color: 5679188.
HSL color Cylindrical-coordinate representation of color #54A856: hue angle of 121.43º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #54A856 is Cyan = 0.5, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 84 | 168 | 86 | - |
| CMYK | 0.5 | 0 | 0.49 | 0.34 |
| HSL | 121.43º | 0.33% | 0.49% | - |
| HSV(B) | 121.43º | 0.5% | 0.66% | - |
| XYZ | 19.34 | 30.56 | 13.68 | - |
| YUV | 133.54 | 101.17 | 92.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 168 | 86 | 0.5 | 0 | 0.49 | 0.34 | 121.43 | 0.33 | 0.49 |
| Hex | 54 | A8 | 56 | 32 | 0 | 31 | 22 | 79 | 21 | 31 |
| Octal | 124 | 250 | 126 | 62 | 0 | 61 | 42 | 171 | 41 | 61 |
| Binary | 1010100 | 10101000 | 1010110 | 110010 | 0 | 110001 | 100010 | 1111001 | 100001 | 110001 |
Color Harmonies of #54A856
Complementary color
Monochromatic Colors of #54A856
Black with #54A856
Text Example
Text Example
White with #54A856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54A856; }
p { color: rgb(84,168,86); }
H1.HeaderClassName
{
color: #54A856;
}
.AnyTagClassName
{
color: #54A856;
}
</style>
background-color css
<style>
a { background-color: #54A856; }
a { background-color: rgb(84,168,86); }
div.DivClassName
{
background-color: #54A856;
}
.BgClassName
{
background-color: #54A856;
}
</style>
border-color css
<style>
span { border-color: #54A856; }
span { border-color: rgb(84,168,86); }
td.TdClassName
{
border-color: #54A856;
}
.TagClassName
{
border-color: #54A856;
}
</style>