Shades of Fruit Salad #54B350
Tints of Fruit Salad #54B350
RGB
CMYK
RGB Variations
Color information
#54B350 (or 0x54B350) is known color: Fruit Salad. HEX triplet: 54, B3 and 50. RGB value is (84,179,80). Sum of RGB (Red+Green+Blue) = 84+179+80=343 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.49% from 343); Green value is 179 (70.31% from 255 or 52.19% from 343); Blue value is 80 (31.64% from 255 or 23.32% from 343); Max value from RGB is 179 - color contains mainly: green. Hex color #54B350 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #54B350 is #AB4CAF. Grayscale: #8B8B8B. Windows color (decimal): -11226288 or 5288788. OLE color: 5288788.
HSL color Cylindrical-coordinate representation of color #54B350: hue angle of 117.58º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #54B350 is Cyan = 0.53, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 84 | 179 | 80 | - |
| CMYK | 0.53 | 0 | 0.55 | 0.30 |
| HSL | 117.58º | 0.39% | 0.51% | - |
| HSV(B) | 117.58º | 0.55% | 0.7% | - |
| XYZ | 21.22 | 34.7 | 13.17 | - |
| YUV | 139.31 | 94.53 | 88.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 179 | 80 | 0.53 | 0 | 0.55 | 0.30 | 117.58 | 0.39 | 0.51 |
| Hex | 54 | B3 | 50 | 35 | 0 | 37 | 1E | 76 | 27 | 33 |
| Octal | 124 | 263 | 120 | 65 | 0 | 67 | 36 | 166 | 47 | 63 |
| Binary | 1010100 | 10110011 | 1010000 | 110101 | 0 | 110111 | 11110 | 1110110 | 100111 | 110011 |
Color Harmonies of #54B350
Complementary color
Monochromatic Colors of #54B350
Black with #54B350
Text Example
Text Example
White with #54B350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54B350; }
p { color: rgb(84,179,80); }
H1.HeaderClassName
{
color: #54B350;
}
.AnyTagClassName
{
color: #54B350;
}
</style>
background-color css
<style>
a { background-color: #54B350; }
a { background-color: rgb(84,179,80); }
div.DivClassName
{
background-color: #54B350;
}
.BgClassName
{
background-color: #54B350;
}
</style>
border-color css
<style>
span { border-color: #54B350; }
span { border-color: rgb(84,179,80); }
td.TdClassName
{
border-color: #54B350;
}
.TagClassName
{
border-color: #54B350;
}
</style>