Shades of Fruit Salad #54AA55
Tints of Fruit Salad #54AA55
RGB
CMYK
RGB Variations
Color information
#54AA55 (or 0x54AA55) is known color: Fruit Salad. HEX triplet: 54, AA and 55. RGB value is (84,170,85). Sum of RGB (Red+Green+Blue) = 84+170+85=339 (44% of max value = 765). Red value is 84 (33.20% from 255 or 24.78% from 339); Green value is 170 (66.80% from 255 or 50.15% from 339); Blue value is 85 (33.59% from 255 or 25.07% from 339); Max value from RGB is 170 - color contains mainly: green. Hex color #54AA55 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54AA55 is #AB55AA. Grayscale: #868686. Windows color (decimal): -11228587 or 5614164. OLE color: 5614164.
HSL color Cylindrical-coordinate representation of color #54AA55: hue angle of 120.7º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #54AA55 is Cyan = 0.51, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 84 | 170 | 85 | - |
| CMYK | 0.51 | 0 | 0.50 | 0.33 |
| HSL | 120.7º | 0.34% | 0.5% | - |
| HSV(B) | 120.7º | 0.51% | 0.67% | - |
| XYZ | 19.67 | 31.29 | 13.6 | - |
| YUV | 134.6 | 100.01 | 91.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 170 | 85 | 0.51 | 0 | 0.50 | 0.33 | 120.7 | 0.34 | 0.5 |
| Hex | 54 | AA | 55 | 33 | 0 | 32 | 21 | 79 | 22 | 32 |
| Octal | 124 | 252 | 125 | 63 | 0 | 62 | 41 | 171 | 42 | 62 |
| Binary | 1010100 | 10101010 | 1010101 | 110011 | 0 | 110010 | 100001 | 1111001 | 100010 | 110010 |
Color Harmonies of #54AA55
Complementary color
Monochromatic Colors of #54AA55
Black with #54AA55
Text Example
Text Example
White with #54AA55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54AA55; }
p { color: rgb(84,170,85); }
H1.HeaderClassName
{
color: #54AA55;
}
.AnyTagClassName
{
color: #54AA55;
}
</style>
background-color css
<style>
a { background-color: #54AA55; }
a { background-color: rgb(84,170,85); }
div.DivClassName
{
background-color: #54AA55;
}
.BgClassName
{
background-color: #54AA55;
}
</style>
border-color css
<style>
span { border-color: #54AA55; }
span { border-color: rgb(84,170,85); }
td.TdClassName
{
border-color: #54AA55;
}
.TagClassName
{
border-color: #54AA55;
}
</style>