Shades of Fruit Salad #54A656
Tints of Fruit Salad #54A656
RGB
CMYK
RGB Variations
Color information
#54A656 (or 0x54A656) is known color: Fruit Salad. HEX triplet: 54, A6 and 56. RGB value is (84,166,86). Sum of RGB (Red+Green+Blue) = 84+166+86=336 (44% of max value = 765). Red value is 84 (33.20% from 255 or 25% from 336); Green value is 166 (65.23% from 255 or 49.40% from 336); Blue value is 86 (33.98% from 255 or 25.60% from 336); Max value from RGB is 166 - color contains mainly: green. Hex color #54A656 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54A656 is #AB59A9. Grayscale: #848484. Windows color (decimal): -11229610 or 5678676. OLE color: 5678676.
HSL color Cylindrical-coordinate representation of color #54A656: hue angle of 121.46º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #54A656 is Cyan = 0.49, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 84 | 166 | 86 | - |
| CMYK | 0.49 | 0 | 0.48 | 0.35 |
| HSL | 121.46º | 0.33% | 0.49% | - |
| HSV(B) | 121.46º | 0.49% | 0.65% | - |
| XYZ | 18.97 | 29.83 | 13.56 | - |
| YUV | 132.36 | 101.83 | 93.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 166 | 86 | 0.49 | 0 | 0.48 | 0.35 | 121.46 | 0.33 | 0.49 |
| Hex | 54 | A6 | 56 | 31 | 0 | 30 | 23 | 79 | 21 | 31 |
| Octal | 124 | 246 | 126 | 61 | 0 | 60 | 43 | 171 | 41 | 61 |
| Binary | 1010100 | 10100110 | 1010110 | 110001 | 0 | 110000 | 100011 | 1111001 | 100001 | 110001 |
Color Harmonies of #54A656
Complementary color
Monochromatic Colors of #54A656
Black with #54A656
Text Example
Text Example
White with #54A656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54A656; }
p { color: rgb(84,166,86); }
H1.HeaderClassName
{
color: #54A656;
}
.AnyTagClassName
{
color: #54A656;
}
</style>
background-color css
<style>
a { background-color: #54A656; }
a { background-color: rgb(84,166,86); }
div.DivClassName
{
background-color: #54A656;
}
.BgClassName
{
background-color: #54A656;
}
</style>
border-color css
<style>
span { border-color: #54A656; }
span { border-color: rgb(84,166,86); }
td.TdClassName
{
border-color: #54A656;
}
.TagClassName
{
border-color: #54A656;
}
</style>