Shades of Fruit Salad #54B359
Tints of Fruit Salad #54B359
RGB
CMYK
RGB Variations
Color information
#54B359 (or 0x54B359) is known color: Fruit Salad. HEX triplet: 54, B3 and 59. RGB value is (84,179,89). Sum of RGB (Red+Green+Blue) = 84+179+89=352 (46% of max value = 765). Red value is 84 (33.20% from 255 or 23.86% from 352); Green value is 179 (70.31% from 255 or 50.85% from 352); Blue value is 89 (35.16% from 255 or 25.28% from 352); Max value from RGB is 179 - color contains mainly: green. Hex color #54B359 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #54B359 is #AB4CA6. Grayscale: #8C8C8C. Windows color (decimal): -11226279 or 5878612. OLE color: 5878612.
HSL color Cylindrical-coordinate representation of color #54B359: hue angle of 123.16º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #54B359 is Cyan = 0.53, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 84 | 179 | 89 | - |
| CMYK | 0.53 | 0 | 0.50 | 0.30 |
| HSL | 123.16º | 0.38% | 0.52% | - |
| HSV(B) | 123.16º | 0.53% | 0.7% | - |
| XYZ | 21.58 | 34.85 | 15.04 | - |
| YUV | 140.34 | 99.03 | 87.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 179 | 89 | 0.53 | 0 | 0.50 | 0.30 | 123.16 | 0.38 | 0.52 |
| Hex | 54 | B3 | 59 | 35 | 0 | 32 | 1E | 7B | 26 | 34 |
| Octal | 124 | 263 | 131 | 65 | 0 | 62 | 36 | 173 | 46 | 64 |
| Binary | 1010100 | 10110011 | 1011001 | 110101 | 0 | 110010 | 11110 | 1111011 | 100110 | 110100 |
Color Harmonies of #54B359
Complementary color
Monochromatic Colors of #54B359
Black with #54B359
Text Example
Text Example
White with #54B359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54B359; }
p { color: rgb(84,179,89); }
H1.HeaderClassName
{
color: #54B359;
}
.AnyTagClassName
{
color: #54B359;
}
</style>
background-color css
<style>
a { background-color: #54B359; }
a { background-color: rgb(84,179,89); }
div.DivClassName
{
background-color: #54B359;
}
.BgClassName
{
background-color: #54B359;
}
</style>
border-color css
<style>
span { border-color: #54B359; }
span { border-color: rgb(84,179,89); }
td.TdClassName
{
border-color: #54B359;
}
.TagClassName
{
border-color: #54B359;
}
</style>