Shades of Fruit Salad #54A149
Tints of Fruit Salad #54A149
RGB
CMYK
RGB Variations
Color information
#54A149 (or 0x54A149) is known color: Fruit Salad. HEX triplet: 54, A1 and 49. RGB value is (84,161,73). Sum of RGB (Red+Green+Blue) = 84+161+73=318 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.42% from 318); Green value is 161 (63.28% from 255 or 50.63% from 318); Blue value is 73 (28.91% from 255 or 22.96% from 318); Max value from RGB is 161 - color contains mainly: green. Hex color #54A149 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #54A149 is #AB5EB6. Grayscale: #808080. Windows color (decimal): -11230903 or 4825428. OLE color: 4825428.
HSL color Cylindrical-coordinate representation of color #54A149: hue angle of 112.5º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #54A149 is Cyan = 0.48, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 84 | 161 | 73 | - |
| CMYK | 0.48 | 0 | 0.55 | 0.37 |
| HSL | 112.5º | 0.38% | 0.46% | - |
| HSV(B) | 112.5º | 0.55% | 0.63% | - |
| XYZ | 17.6 | 27.86 | 10.75 | - |
| YUV | 127.95 | 96.99 | 96.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 161 | 73 | 0.48 | 0 | 0.55 | 0.37 | 112.5 | 0.38 | 0.46 |
| Hex | 54 | A1 | 49 | 30 | 0 | 37 | 25 | 70 | 26 | 2E |
| Octal | 124 | 241 | 111 | 60 | 0 | 67 | 45 | 160 | 46 | 56 |
| Binary | 1010100 | 10100001 | 1001001 | 110000 | 0 | 110111 | 100101 | 1110000 | 100110 | 101110 |
Color Harmonies of #54A149
Complementary color
Monochromatic Colors of #54A149
Black with #54A149
Text Example
Text Example
White with #54A149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54A149; }
p { color: rgb(84,161,73); }
H1.HeaderClassName
{
color: #54A149;
}
.AnyTagClassName
{
color: #54A149;
}
</style>
background-color css
<style>
a { background-color: #54A149; }
a { background-color: rgb(84,161,73); }
div.DivClassName
{
background-color: #54A149;
}
.BgClassName
{
background-color: #54A149;
}
</style>
border-color css
<style>
span { border-color: #54A149; }
span { border-color: rgb(84,161,73); }
td.TdClassName
{
border-color: #54A149;
}
.TagClassName
{
border-color: #54A149;
}
</style>