Shades of Fruit Salad #54BA56
Tints of Fruit Salad #54BA56
RGB
CMYK
RGB Variations
Color information
#54BA56 (or 0x54BA56) is known color: Fruit Salad. HEX triplet: 54, BA and 56. RGB value is (84,186,86). Sum of RGB (Red+Green+Blue) = 84+186+86=356 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.60% from 356); Green value is 186 (73.05% from 255 or 52.25% from 356); Blue value is 86 (33.98% from 255 or 24.16% from 356); Max value from RGB is 186 - color contains mainly: green. Hex color #54BA56 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #54BA56 is #AB45A9. Grayscale: #909090. Windows color (decimal): -11224490 or 5683796. OLE color: 5683796.
HSL color Cylindrical-coordinate representation of color #54BA56: hue angle of 121.18º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #54BA56 is Cyan = 0.55, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 84 | 186 | 86 | - |
| CMYK | 0.55 | 0 | 0.54 | 0.27 |
| HSL | 121.18º | 0.43% | 0.53% | - |
| HSV(B) | 121.18º | 0.55% | 0.73% | - |
| XYZ | 22.89 | 37.67 | 14.87 | - |
| YUV | 144.1 | 95.21 | 85.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 186 | 86 | 0.55 | 0 | 0.54 | 0.27 | 121.18 | 0.43 | 0.53 |
| Hex | 54 | BA | 56 | 37 | 0 | 36 | 1B | 79 | 2A | 35 |
| Octal | 124 | 272 | 126 | 67 | 0 | 66 | 33 | 171 | 52 | 65 |
| Binary | 1010100 | 10111010 | 1010110 | 110111 | 0 | 110110 | 11011 | 1111001 | 101010 | 110101 |
Color Harmonies of #54BA56
Complementary color
Monochromatic Colors of #54BA56
Black with #54BA56
Text Example
Text Example
White with #54BA56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54BA56; }
p { color: rgb(84,186,86); }
H1.HeaderClassName
{
color: #54BA56;
}
.AnyTagClassName
{
color: #54BA56;
}
</style>
background-color css
<style>
a { background-color: #54BA56; }
a { background-color: rgb(84,186,86); }
div.DivClassName
{
background-color: #54BA56;
}
.BgClassName
{
background-color: #54BA56;
}
</style>
border-color css
<style>
span { border-color: #54BA56; }
span { border-color: rgb(84,186,86); }
td.TdClassName
{
border-color: #54BA56;
}
.TagClassName
{
border-color: #54BA56;
}
</style>