Shades of Fruit Salad #54994A
Tints of Fruit Salad #54994A
RGB
CMYK
RGB Variations
Color information
#54994A (or 0x54994A) is known color: Fruit Salad. HEX triplet: 54, 99 and 4A. RGB value is (84,153,74). Sum of RGB (Red+Green+Blue) = 84+153+74=311 (41% of max value = 765). Red value is 84 (33.20% from 255 or 27.01% from 311); Green value is 153 (60.16% from 255 or 49.20% from 311); Blue value is 74 (29.30% from 255 or 23.79% from 311); Max value from RGB is 153 - color contains mainly: green. Hex color #54994A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #54994A is #AB66B5. Grayscale: #7B7B7B. Windows color (decimal): -11232950 or 4888916. OLE color: 4888916.
HSL color Cylindrical-coordinate representation of color #54994A: hue angle of 112.41º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #54994A is Cyan = 0.45, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 84 | 153 | 74 | - |
| CMYK | 0.45 | 0 | 0.52 | 0.4 |
| HSL | 112.41º | 0.35% | 0.45% | - |
| HSV(B) | 112.41º | 0.52% | 0.6% | - |
| XYZ | 16.28 | 25.16 | 10.48 | - |
| YUV | 123.36 | 100.14 | 99.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 153 | 74 | 0.45 | 0 | 0.52 | 0.4 | 112.41 | 0.35 | 0.45 |
| Hex | 54 | 99 | 4A | 2D | 0 | 34 | 28 | 70 | 23 | 2D |
| Octal | 124 | 231 | 112 | 55 | 0 | 64 | 50 | 160 | 43 | 55 |
| Binary | 1010100 | 10011001 | 1001010 | 101101 | 0 | 110100 | 101000 | 1110000 | 100011 | 101101 |
Color Harmonies of #54994A
Complementary color
Monochromatic Colors of #54994A
Black with #54994A
Text Example
Text Example
White with #54994A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54994A; }
p { color: rgb(84,153,74); }
H1.HeaderClassName
{
color: #54994A;
}
.AnyTagClassName
{
color: #54994A;
}
</style>
background-color css
<style>
a { background-color: #54994A; }
a { background-color: rgb(84,153,74); }
div.DivClassName
{
background-color: #54994A;
}
.BgClassName
{
background-color: #54994A;
}
</style>
border-color css
<style>
span { border-color: #54994A; }
span { border-color: rgb(84,153,74); }
td.TdClassName
{
border-color: #54994A;
}
.TagClassName
{
border-color: #54994A;
}
</style>