Shades of Fruit Salad #54AA5D
Tints of Fruit Salad #54AA5D
RGB
CMYK
RGB Variations
Color information
#54AA5D (or 0x54AA5D) is known color: Fruit Salad. HEX triplet: 54, AA and 5D. RGB value is (84,170,93). Sum of RGB (Red+Green+Blue) = 84+170+93=347 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.21% from 347); Green value is 170 (66.80% from 255 or 48.99% from 347); Blue value is 93 (36.72% from 255 or 26.80% from 347); Max value from RGB is 170 - color contains mainly: green. Hex color #54AA5D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54AA5D is #AB55A2. Grayscale: #878787. Windows color (decimal): -11228579 or 6138452. OLE color: 6138452.
HSL color Cylindrical-coordinate representation of color #54AA5D: hue angle of 126.28º 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 #54AA5D is Cyan = 0.51, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 84 | 170 | 93 | - |
| CMYK | 0.51 | 0 | 0.45 | 0.33 |
| HSL | 126.28º | 0.34% | 0.5% | - |
| HSV(B) | 126.28º | 0.51% | 0.67% | - |
| XYZ | 20.01 | 31.42 | 15.37 | - |
| YUV | 135.51 | 104.01 | 91.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 170 | 93 | 0.51 | 0 | 0.45 | 0.33 | 126.28 | 0.34 | 0.5 |
| Hex | 54 | AA | 5D | 33 | 0 | 2D | 21 | 7E | 22 | 32 |
| Octal | 124 | 252 | 135 | 63 | 0 | 55 | 41 | 176 | 42 | 62 |
| Binary | 1010100 | 10101010 | 1011101 | 110011 | 0 | 101101 | 100001 | 1111110 | 100010 | 110010 |
Color Harmonies of #54AA5D
Complementary color
Monochromatic Colors of #54AA5D
Black with #54AA5D
Text Example
Text Example
White with #54AA5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54AA5D; }
p { color: rgb(84,170,93); }
H1.HeaderClassName
{
color: #54AA5D;
}
.AnyTagClassName
{
color: #54AA5D;
}
</style>
background-color css
<style>
a { background-color: #54AA5D; }
a { background-color: rgb(84,170,93); }
div.DivClassName
{
background-color: #54AA5D;
}
.BgClassName
{
background-color: #54AA5D;
}
</style>
border-color css
<style>
span { border-color: #54AA5D; }
span { border-color: rgb(84,170,93); }
td.TdClassName
{
border-color: #54AA5D;
}
.TagClassName
{
border-color: #54AA5D;
}
</style>