Shades of Fruit Salad #54A357
Tints of Fruit Salad #54A357
RGB
CMYK
RGB Variations
Color information
#54A357 (or 0x54A357) is known color: Fruit Salad. HEX triplet: 54, A3 and 57. RGB value is (84,163,87). Sum of RGB (Red+Green+Blue) = 84+163+87=334 (44% of max value = 765). Red value is 84 (33.20% from 255 or 25.15% from 334); Green value is 163 (64.06% from 255 or 48.80% from 334); Blue value is 87 (34.38% from 255 or 26.05% from 334); Max value from RGB is 163 - color contains mainly: green. Hex color #54A357 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54A357 is #AB5CA8. Grayscale: #828282. Windows color (decimal): -11230377 or 5743444. OLE color: 5743444.
HSL color Cylindrical-coordinate representation of color #54A357: hue angle of 122.28º 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 #54A357 is Cyan = 0.48, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 84 | 163 | 87 | - |
| CMYK | 0.48 | 0 | 0.47 | 0.36 |
| HSL | 122.28º | 0.32% | 0.48% | - |
| HSV(B) | 122.28º | 0.48% | 0.64% | - |
| XYZ | 18.47 | 28.77 | 13.6 | - |
| YUV | 130.72 | 103.33 | 94.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 163 | 87 | 0.48 | 0 | 0.47 | 0.36 | 122.28 | 0.32 | 0.48 |
| Hex | 54 | A3 | 57 | 30 | 0 | 2F | 24 | 7A | 20 | 30 |
| Octal | 124 | 243 | 127 | 60 | 0 | 57 | 44 | 172 | 40 | 60 |
| Binary | 1010100 | 10100011 | 1010111 | 110000 | 0 | 101111 | 100100 | 1111010 | 100000 | 110000 |
Color Harmonies of #54A357
Complementary color
Monochromatic Colors of #54A357
Black with #54A357
Text Example
Text Example
White with #54A357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54A357; }
p { color: rgb(84,163,87); }
H1.HeaderClassName
{
color: #54A357;
}
.AnyTagClassName
{
color: #54A357;
}
</style>
background-color css
<style>
a { background-color: #54A357; }
a { background-color: rgb(84,163,87); }
div.DivClassName
{
background-color: #54A357;
}
.BgClassName
{
background-color: #54A357;
}
</style>
border-color css
<style>
span { border-color: #54A357; }
span { border-color: rgb(84,163,87); }
td.TdClassName
{
border-color: #54A357;
}
.TagClassName
{
border-color: #54A357;
}
</style>