Shades of Fruit Salad #54B556
Tints of Fruit Salad #54B556
RGB
CMYK
RGB Variations
Color information
#54B556 (or 0x54B556) is known color: Fruit Salad. HEX triplet: 54, B5 and 56. RGB value is (84,181,86). Sum of RGB (Red+Green+Blue) = 84+181+86=351 (46% of max value = 765). Red value is 84 (33.20% from 255 or 23.93% from 351); Green value is 181 (71.09% from 255 or 51.57% from 351); Blue value is 86 (33.98% from 255 or 24.50% from 351); Max value from RGB is 181 - color contains mainly: green. Hex color #54B556 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #54B556 is #AB4AA9. Grayscale: #8D8D8D. Windows color (decimal): -11225770 or 5682516. OLE color: 5682516.
HSL color Cylindrical-coordinate representation of color #54B556: hue angle of 121.24º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #54B556 is Cyan = 0.54, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 84 | 181 | 86 | - |
| CMYK | 0.54 | 0 | 0.52 | 0.29 |
| HSL | 121.24º | 0.4% | 0.52% | - |
| HSV(B) | 121.24º | 0.54% | 0.71% | - |
| XYZ | 21.86 | 35.6 | 14.52 | - |
| YUV | 141.17 | 96.86 | 87.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 181 | 86 | 0.54 | 0 | 0.52 | 0.29 | 121.24 | 0.4 | 0.52 |
| Hex | 54 | B5 | 56 | 36 | 0 | 34 | 1D | 79 | 28 | 34 |
| Octal | 124 | 265 | 126 | 66 | 0 | 64 | 35 | 171 | 50 | 64 |
| Binary | 1010100 | 10110101 | 1010110 | 110110 | 0 | 110100 | 11101 | 1111001 | 101000 | 110100 |
Color Harmonies of #54B556
Complementary color
Monochromatic Colors of #54B556
Black with #54B556
Text Example
Text Example
White with #54B556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54B556; }
p { color: rgb(84,181,86); }
H1.HeaderClassName
{
color: #54B556;
}
.AnyTagClassName
{
color: #54B556;
}
</style>
background-color css
<style>
a { background-color: #54B556; }
a { background-color: rgb(84,181,86); }
div.DivClassName
{
background-color: #54B556;
}
.BgClassName
{
background-color: #54B556;
}
</style>
border-color css
<style>
span { border-color: #54B556; }
span { border-color: rgb(84,181,86); }
td.TdClassName
{
border-color: #54B556;
}
.TagClassName
{
border-color: #54B556;
}
</style>