Shades of Fruit Salad #54A94E
Tints of Fruit Salad #54A94E
RGB
CMYK
RGB Variations
Color information
#54A94E (or 0x54A94E) is known color: Fruit Salad. HEX triplet: 54, A9 and 4E. RGB value is (84,169,78). Sum of RGB (Red+Green+Blue) = 84+169+78=331 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.38% from 331); Green value is 169 (66.41% from 255 or 51.06% from 331); Blue value is 78 (30.86% from 255 or 23.56% from 331); Max value from RGB is 169 - color contains mainly: green. Hex color #54A94E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54A94E is #AB56B1. Grayscale: #858585. Windows color (decimal): -11228850 or 5155156. OLE color: 5155156.
HSL color Cylindrical-coordinate representation of color #54A94E: hue angle of 116.04º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #54A94E is Cyan = 0.50, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 84 | 169 | 78 | - |
| CMYK | 0.50 | 0 | 0.54 | 0.34 |
| HSL | 116.04º | 0.37% | 0.48% | - |
| HSV(B) | 116.04º | 0.54% | 0.66% | - |
| XYZ | 19.22 | 30.81 | 12.14 | - |
| YUV | 133.21 | 96.84 | 92.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 169 | 78 | 0.50 | 0 | 0.54 | 0.34 | 116.04 | 0.37 | 0.48 |
| Hex | 54 | A9 | 4E | 32 | 0 | 36 | 22 | 74 | 25 | 30 |
| Octal | 124 | 251 | 116 | 62 | 0 | 66 | 42 | 164 | 45 | 60 |
| Binary | 1010100 | 10101001 | 1001110 | 110010 | 0 | 110110 | 100010 | 1110100 | 100101 | 110000 |
Color Harmonies of #54A94E
Complementary color
Monochromatic Colors of #54A94E
Black with #54A94E
Text Example
Text Example
White with #54A94E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54A94E; }
p { color: rgb(84,169,78); }
H1.HeaderClassName
{
color: #54A94E;
}
.AnyTagClassName
{
color: #54A94E;
}
</style>
background-color css
<style>
a { background-color: #54A94E; }
a { background-color: rgb(84,169,78); }
div.DivClassName
{
background-color: #54A94E;
}
.BgClassName
{
background-color: #54A94E;
}
</style>
border-color css
<style>
span { border-color: #54A94E; }
span { border-color: rgb(84,169,78); }
td.TdClassName
{
border-color: #54A94E;
}
.TagClassName
{
border-color: #54A94E;
}
</style>