Shades of Fruit Salad #54B854
Tints of Fruit Salad #54B854
RGB
CMYK
RGB Variations
Color information
#54B854 (or 0x54B854) is known color: Fruit Salad. HEX triplet: 54, B8 and 54. RGB value is (84,184,84). Sum of RGB (Red+Green+Blue) = 84+184+84=352 (46% of max value = 765). Red value is 84 (33.20% from 255 or 23.86% from 352); Green value is 184 (72.27% from 255 or 52.27% from 352); Blue value is 84 (33.20% from 255 or 23.86% from 352); Max value from RGB is 184 - color contains mainly: green. Hex color #54B854 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #54B854 is #AB47AB. Grayscale: #8F8F8F. Windows color (decimal): -11225004 or 5552212. OLE color: 5552212.
HSL color Cylindrical-coordinate representation of color #54B854: hue angle of 120º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #54B854 is Cyan = 0.54, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 84 | 184 | 84 | - |
| CMYK | 0.54 | 0 | 0.54 | 0.28 |
| HSL | 120º | 0.41% | 0.53% | - |
| HSV(B) | 120º | 0.54% | 0.72% | - |
| XYZ | 22.4 | 36.81 | 14.31 | - |
| YUV | 142.7 | 94.87 | 86.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 184 | 84 | 0.54 | 0 | 0.54 | 0.28 | 120 | 0.41 | 0.53 |
| Hex | 54 | B8 | 54 | 36 | 0 | 36 | 1C | 78 | 29 | 35 |
| Octal | 124 | 270 | 124 | 66 | 0 | 66 | 34 | 170 | 51 | 65 |
| Binary | 1010100 | 10111000 | 1010100 | 110110 | 0 | 110110 | 11100 | 1111000 | 101001 | 110101 |
Color Harmonies of #54B854
Complementary color
Monochromatic Colors of #54B854
Black with #54B854
Text Example
Text Example
White with #54B854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54B854; }
p { color: rgb(84,184,84); }
H1.HeaderClassName
{
color: #54B854;
}
.AnyTagClassName
{
color: #54B854;
}
</style>
background-color css
<style>
a { background-color: #54B854; }
a { background-color: rgb(84,184,84); }
div.DivClassName
{
background-color: #54B854;
}
.BgClassName
{
background-color: #54B854;
}
</style>
border-color css
<style>
span { border-color: #54B854; }
span { border-color: rgb(84,184,84); }
td.TdClassName
{
border-color: #54B854;
}
.TagClassName
{
border-color: #54B854;
}
</style>