Shades of Fruit Salad #54B057
Tints of Fruit Salad #54B057
RGB
CMYK
RGB Variations
Color information
#54B057 (or 0x54B057) is known color: Fruit Salad. HEX triplet: 54, B0 and 57. RGB value is (84,176,87). Sum of RGB (Red+Green+Blue) = 84+176+87=347 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.21% from 347); Green value is 176 (69.14% from 255 or 50.72% from 347); Blue value is 87 (34.38% from 255 or 25.07% from 347); Max value from RGB is 176 - color contains mainly: green. Hex color #54B057 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54B057 is #AB4FA8. Grayscale: #8A8A8A. Windows color (decimal): -11227049 or 5746772. OLE color: 5746772.
HSL color Cylindrical-coordinate representation of color #54B057: hue angle of 121.96º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #54B057 is Cyan = 0.52, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 84 | 176 | 87 | - |
| CMYK | 0.52 | 0 | 0.51 | 0.31 |
| HSL | 121.96º | 0.37% | 0.51% | - |
| HSV(B) | 121.96º | 0.52% | 0.69% | - |
| XYZ | 20.9 | 33.62 | 14.41 | - |
| YUV | 138.35 | 99.02 | 89.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 176 | 87 | 0.52 | 0 | 0.51 | 0.31 | 121.96 | 0.37 | 0.51 |
| Hex | 54 | B0 | 57 | 34 | 0 | 33 | 1F | 7A | 25 | 33 |
| Octal | 124 | 260 | 127 | 64 | 0 | 63 | 37 | 172 | 45 | 63 |
| Binary | 1010100 | 10110000 | 1010111 | 110100 | 0 | 110011 | 11111 | 1111010 | 100101 | 110011 |
Color Harmonies of #54B057
Complementary color
Monochromatic Colors of #54B057
Black with #54B057
Text Example
Text Example
White with #54B057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54B057; }
p { color: rgb(84,176,87); }
H1.HeaderClassName
{
color: #54B057;
}
.AnyTagClassName
{
color: #54B057;
}
</style>
background-color css
<style>
a { background-color: #54B057; }
a { background-color: rgb(84,176,87); }
div.DivClassName
{
background-color: #54B057;
}
.BgClassName
{
background-color: #54B057;
}
</style>
border-color css
<style>
span { border-color: #54B057; }
span { border-color: rgb(84,176,87); }
td.TdClassName
{
border-color: #54B057;
}
.TagClassName
{
border-color: #54B057;
}
</style>