Shades of Fruit Salad #54A55C
Tints of Fruit Salad #54A55C
RGB
CMYK
RGB Variations
Color information
#54A55C (or 0x54A55C) is known color: Fruit Salad. HEX triplet: 54, A5 and 5C. RGB value is (84,165,92). Sum of RGB (Red+Green+Blue) = 84+165+92=341 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.63% from 341); Green value is 165 (64.84% from 255 or 48.39% from 341); Blue value is 92 (36.33% from 255 or 26.98% from 341); Max value from RGB is 165 - color contains mainly: green. Hex color #54A55C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54A55C is #AB5AA3. Grayscale: #848484. Windows color (decimal): -11229860 or 6071636. OLE color: 6071636.
HSL color Cylindrical-coordinate representation of color #54A55C: hue angle of 125.93º 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 #54A55C is Cyan = 0.49, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 84 | 165 | 92 | - |
| CMYK | 0.49 | 0 | 0.44 | 0.35 |
| HSL | 125.93º | 0.33% | 0.49% | - |
| HSV(B) | 125.93º | 0.49% | 0.65% | - |
| XYZ | 19.04 | 29.57 | 14.83 | - |
| YUV | 132.46 | 105.16 | 93.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 165 | 92 | 0.49 | 0 | 0.44 | 0.35 | 125.93 | 0.33 | 0.49 |
| Hex | 54 | A5 | 5C | 31 | 0 | 2C | 23 | 7E | 21 | 31 |
| Octal | 124 | 245 | 134 | 61 | 0 | 54 | 43 | 176 | 41 | 61 |
| Binary | 1010100 | 10100101 | 1011100 | 110001 | 0 | 101100 | 100011 | 1111110 | 100001 | 110001 |
Color Harmonies of #54A55C
Complementary color
Monochromatic Colors of #54A55C
Black with #54A55C
Text Example
Text Example
White with #54A55C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54A55C; }
p { color: rgb(84,165,92); }
H1.HeaderClassName
{
color: #54A55C;
}
.AnyTagClassName
{
color: #54A55C;
}
</style>
background-color css
<style>
a { background-color: #54A55C; }
a { background-color: rgb(84,165,92); }
div.DivClassName
{
background-color: #54A55C;
}
.BgClassName
{
background-color: #54A55C;
}
</style>
border-color css
<style>
span { border-color: #54A55C; }
span { border-color: rgb(84,165,92); }
td.TdClassName
{
border-color: #54A55C;
}
.TagClassName
{
border-color: #54A55C;
}
</style>