Shades of Fruit Salad #54905A
Tints of Fruit Salad #54905A
RGB
CMYK
RGB Variations
Color information
#54905A (or 0x54905A) is known color: Fruit Salad. HEX triplet: 54, 90 and 5A. RGB value is (84,144,90). Sum of RGB (Red+Green+Blue) = 84+144+90=318 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.42% from 318); Green value is 144 (56.64% from 255 or 45.28% from 318); Blue value is 90 (35.55% from 255 or 28.30% from 318); Max value from RGB is 144 - color contains mainly: green. Hex color #54905A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54905A is #AB6FA5. Grayscale: #787878. Windows color (decimal): -11235238 or 5935188. OLE color: 5935188.
HSL color Cylindrical-coordinate representation of color #54905A: hue angle of 126º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #54905A is Cyan = 0.42, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 84 | 144 | 90 | - |
| CMYK | 0.42 | 0 | 0.37 | 0.44 |
| HSL | 126º | 0.26% | 0.45% | - |
| HSV(B) | 126º | 0.42% | 0.56% | - |
| XYZ | 15.47 | 22.57 | 13.21 | - |
| YUV | 119.9 | 111.12 | 102.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 144 | 90 | 0.42 | 0 | 0.37 | 0.44 | 126 | 0.26 | 0.45 |
| Hex | 54 | 90 | 5A | 2A | 0 | 25 | 2C | 7E | 1A | 2D |
| Octal | 124 | 220 | 132 | 52 | 0 | 45 | 54 | 176 | 32 | 55 |
| Binary | 1010100 | 10010000 | 1011010 | 101010 | 0 | 100101 | 101100 | 1111110 | 11010 | 101101 |
Color Harmonies of #54905A
Complementary color
Monochromatic Colors of #54905A
Black with #54905A
Text Example
Text Example
White with #54905A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54905A; }
p { color: rgb(84,144,90); }
H1.HeaderClassName
{
color: #54905A;
}
.AnyTagClassName
{
color: #54905A;
}
</style>
background-color css
<style>
a { background-color: #54905A; }
a { background-color: rgb(84,144,90); }
div.DivClassName
{
background-color: #54905A;
}
.BgClassName
{
background-color: #54905A;
}
</style>
border-color css
<style>
span { border-color: #54905A; }
span { border-color: rgb(84,144,90); }
td.TdClassName
{
border-color: #54905A;
}
.TagClassName
{
border-color: #54905A;
}
</style>