Shades of Fruit Salad #54A051
Tints of Fruit Salad #54A051
RGB
CMYK
RGB Variations
Color information
#54A051 (or 0x54A051) is known color: Fruit Salad. HEX triplet: 54, A0 and 51. RGB value is (84,160,81). Sum of RGB (Red+Green+Blue) = 84+160+81=325 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.85% from 325); Green value is 160 (62.89% from 255 or 49.23% from 325); Blue value is 81 (32.03% from 255 or 24.92% from 325); Max value from RGB is 160 - color contains mainly: green. Hex color #54A051 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54A051 is #AB5FAE. Grayscale: #808080. Windows color (decimal): -11231151 or 5349460. OLE color: 5349460.
HSL color Cylindrical-coordinate representation of color #54A051: hue angle of 117.72º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #54A051 is Cyan = 0.48, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 84 | 160 | 81 | - |
| CMYK | 0.48 | 0 | 0.49 | 0.37 |
| HSL | 117.72º | 0.33% | 0.47% | - |
| HSV(B) | 117.72º | 0.49% | 0.63% | - |
| XYZ | 17.71 | 27.62 | 12.18 | - |
| YUV | 128.27 | 101.32 | 96.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 160 | 81 | 0.48 | 0 | 0.49 | 0.37 | 117.72 | 0.33 | 0.47 |
| Hex | 54 | A0 | 51 | 30 | 0 | 31 | 25 | 76 | 21 | 2F |
| Octal | 124 | 240 | 121 | 60 | 0 | 61 | 45 | 166 | 41 | 57 |
| Binary | 1010100 | 10100000 | 1010001 | 110000 | 0 | 110001 | 100101 | 1110110 | 100001 | 101111 |
Color Harmonies of #54A051
Complementary color
Monochromatic Colors of #54A051
Black with #54A051
Text Example
Text Example
White with #54A051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54A051; }
p { color: rgb(84,160,81); }
H1.HeaderClassName
{
color: #54A051;
}
.AnyTagClassName
{
color: #54A051;
}
</style>
background-color css
<style>
a { background-color: #54A051; }
a { background-color: rgb(84,160,81); }
div.DivClassName
{
background-color: #54A051;
}
.BgClassName
{
background-color: #54A051;
}
</style>
border-color css
<style>
span { border-color: #54A051; }
span { border-color: rgb(84,160,81); }
td.TdClassName
{
border-color: #54A051;
}
.TagClassName
{
border-color: #54A051;
}
</style>