Shades of Fruit Salad #54A359
Tints of Fruit Salad #54A359
RGB
CMYK
RGB Variations
Color information
#54A359 (or 0x54A359) is known color: Fruit Salad. HEX triplet: 54, A3 and 59. RGB value is (84,163,89). Sum of RGB (Red+Green+Blue) = 84+163+89=336 (44% of max value = 765). Red value is 84 (33.20% from 255 or 25% from 336); Green value is 163 (64.06% from 255 or 48.51% from 336); Blue value is 89 (35.16% from 255 or 26.49% from 336); Max value from RGB is 163 - color contains mainly: green. Hex color #54A359 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54A359 is #AB5CA6. Grayscale: #838383. Windows color (decimal): -11230375 or 5874516. OLE color: 5874516.
HSL color Cylindrical-coordinate representation of color #54A359: hue angle of 123.8º degrees, saturation: 0.32, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #54A359 is Cyan = 0.48, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 84 | 163 | 89 | - |
| CMYK | 0.48 | 0 | 0.45 | 0.36 |
| HSL | 123.8º | 0.32% | 0.48% | - |
| HSV(B) | 123.8º | 0.48% | 0.64% | - |
| XYZ | 18.56 | 28.8 | 14.03 | - |
| YUV | 130.94 | 104.33 | 94.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 163 | 89 | 0.48 | 0 | 0.45 | 0.36 | 123.8 | 0.32 | 0.48 |
| Hex | 54 | A3 | 59 | 30 | 0 | 2D | 24 | 7C | 20 | 30 |
| Octal | 124 | 243 | 131 | 60 | 0 | 55 | 44 | 174 | 40 | 60 |
| Binary | 1010100 | 10100011 | 1011001 | 110000 | 0 | 101101 | 100100 | 1111100 | 100000 | 110000 |
Color Harmonies of #54A359
Complementary color
Monochromatic Colors of #54A359
Black with #54A359
Text Example
Text Example
White with #54A359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54A359; }
p { color: rgb(84,163,89); }
H1.HeaderClassName
{
color: #54A359;
}
.AnyTagClassName
{
color: #54A359;
}
</style>
background-color css
<style>
a { background-color: #54A359; }
a { background-color: rgb(84,163,89); }
div.DivClassName
{
background-color: #54A359;
}
.BgClassName
{
background-color: #54A359;
}
</style>
border-color css
<style>
span { border-color: #54A359; }
span { border-color: rgb(84,163,89); }
td.TdClassName
{
border-color: #54A359;
}
.TagClassName
{
border-color: #54A359;
}
</style>