Shades of Fruit Salad #54A25D
Tints of Fruit Salad #54A25D
RGB
CMYK
RGB Variations
Color information
#54A25D (or 0x54A25D) is known color: Fruit Salad. HEX triplet: 54, A2 and 5D. RGB value is (84,162,93). Sum of RGB (Red+Green+Blue) = 84+162+93=339 (44% of max value = 765). Red value is 84 (33.20% from 255 or 24.78% from 339); Green value is 162 (63.67% from 255 or 47.79% from 339); Blue value is 93 (36.72% from 255 or 27.43% from 339); Max value from RGB is 162 - color contains mainly: green. Hex color #54A25D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54A25D is #AB5DA2. Grayscale: #838383. Windows color (decimal): -11230627 or 6136404. OLE color: 6136404.
HSL color Cylindrical-coordinate representation of color #54A25D: hue angle of 126.92º degrees, saturation: 0.32, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #54A25D is Cyan = 0.48, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 84 | 162 | 93 | - |
| CMYK | 0.48 | 0 | 0.43 | 0.36 |
| HSL | 126.92º | 0.32% | 0.48% | - |
| HSV(B) | 126.92º | 0.48% | 0.64% | - |
| XYZ | 18.55 | 28.52 | 14.88 | - |
| YUV | 130.81 | 106.66 | 94.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 162 | 93 | 0.48 | 0 | 0.43 | 0.36 | 126.92 | 0.32 | 0.48 |
| Hex | 54 | A2 | 5D | 30 | 0 | 2B | 24 | 7F | 20 | 30 |
| Octal | 124 | 242 | 135 | 60 | 0 | 53 | 44 | 177 | 40 | 60 |
| Binary | 1010100 | 10100010 | 1011101 | 110000 | 0 | 101011 | 100100 | 1111111 | 100000 | 110000 |
Color Harmonies of #54A25D
Complementary color
Monochromatic Colors of #54A25D
Black with #54A25D
Text Example
Text Example
White with #54A25D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54A25D; }
p { color: rgb(84,162,93); }
H1.HeaderClassName
{
color: #54A25D;
}
.AnyTagClassName
{
color: #54A25D;
}
</style>
background-color css
<style>
a { background-color: #54A25D; }
a { background-color: rgb(84,162,93); }
div.DivClassName
{
background-color: #54A25D;
}
.BgClassName
{
background-color: #54A25D;
}
</style>
border-color css
<style>
span { border-color: #54A25D; }
span { border-color: rgb(84,162,93); }
td.TdClassName
{
border-color: #54A25D;
}
.TagClassName
{
border-color: #54A25D;
}
</style>