Shades of Fruit Salad #54B155
Tints of Fruit Salad #54B155
RGB
CMYK
RGB Variations
Color information
#54B155 (or 0x54B155) is known color: Fruit Salad. HEX triplet: 54, B1 and 55. RGB value is (84,177,85). Sum of RGB (Red+Green+Blue) = 84+177+85=346 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.28% from 346); Green value is 177 (69.53% from 255 or 51.16% from 346); Blue value is 85 (33.59% from 255 or 24.57% from 346); Max value from RGB is 177 - color contains mainly: green. Hex color #54B155 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54B155 is #AB4EAA. Grayscale: #8A8A8A. Windows color (decimal): -11226795 or 5615956. OLE color: 5615956.
HSL color Cylindrical-coordinate representation of color #54B155: hue angle of 120.65º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #54B155 is Cyan = 0.53, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 84 | 177 | 85 | - |
| CMYK | 0.53 | 0 | 0.52 | 0.31 |
| HSL | 120.65º | 0.37% | 0.51% | - |
| HSV(B) | 120.65º | 0.53% | 0.69% | - |
| XYZ | 21.02 | 33.98 | 14.05 | - |
| YUV | 138.71 | 97.69 | 88.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 177 | 85 | 0.53 | 0 | 0.52 | 0.31 | 120.65 | 0.37 | 0.51 |
| Hex | 54 | B1 | 55 | 35 | 0 | 34 | 1F | 79 | 25 | 33 |
| Octal | 124 | 261 | 125 | 65 | 0 | 64 | 37 | 171 | 45 | 63 |
| Binary | 1010100 | 10110001 | 1010101 | 110101 | 0 | 110100 | 11111 | 1111001 | 100101 | 110011 |
Color Harmonies of #54B155
Complementary color
Monochromatic Colors of #54B155
Black with #54B155
Text Example
Text Example
White with #54B155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54B155; }
p { color: rgb(84,177,85); }
H1.HeaderClassName
{
color: #54B155;
}
.AnyTagClassName
{
color: #54B155;
}
</style>
background-color css
<style>
a { background-color: #54B155; }
a { background-color: rgb(84,177,85); }
div.DivClassName
{
background-color: #54B155;
}
.BgClassName
{
background-color: #54B155;
}
</style>
border-color css
<style>
span { border-color: #54B155; }
span { border-color: rgb(84,177,85); }
td.TdClassName
{
border-color: #54B155;
}
.TagClassName
{
border-color: #54B155;
}
</style>