Shades of Fruit Salad #54A15E
Tints of Fruit Salad #54A15E
RGB
CMYK
RGB Variations
Color information
#54A15E (or 0x54A15E) is known color: Fruit Salad. HEX triplet: 54, A1 and 5E. RGB value is (84,161,94). Sum of RGB (Red+Green+Blue) = 84+161+94=339 (44% of max value = 765). Red value is 84 (33.20% from 255 or 24.78% from 339); Green value is 161 (63.28% from 255 or 47.49% from 339); Blue value is 94 (37.11% from 255 or 27.73% from 339); Max value from RGB is 161 - color contains mainly: green. Hex color #54A15E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54A15E is #AB5EA1. Grayscale: #828282. Windows color (decimal): -11230882 or 6201684. OLE color: 6201684.
HSL color Cylindrical-coordinate representation of color #54A15E: hue angle of 127.79º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #54A15E is Cyan = 0.48, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 84 | 161 | 94 | - |
| CMYK | 0.48 | 0 | 0.42 | 0.37 |
| HSL | 127.79º | 0.31% | 0.48% | - |
| HSV(B) | 127.79º | 0.48% | 0.63% | - |
| XYZ | 18.42 | 28.18 | 15.06 | - |
| YUV | 130.34 | 107.49 | 94.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 161 | 94 | 0.48 | 0 | 0.42 | 0.37 | 127.79 | 0.31 | 0.48 |
| Hex | 54 | A1 | 5E | 30 | 0 | 2A | 25 | 80 | 1F | 30 |
| Octal | 124 | 241 | 136 | 60 | 0 | 52 | 45 | 200 | 37 | 60 |
| Binary | 1010100 | 10100001 | 1011110 | 110000 | 0 | 101010 | 100101 | 10000000 | 11111 | 110000 |
Color Harmonies of #54A15E
Complementary color
Monochromatic Colors of #54A15E
Black with #54A15E
Text Example
Text Example
White with #54A15E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54A15E; }
p { color: rgb(84,161,94); }
H1.HeaderClassName
{
color: #54A15E;
}
.AnyTagClassName
{
color: #54A15E;
}
</style>
background-color css
<style>
a { background-color: #54A15E; }
a { background-color: rgb(84,161,94); }
div.DivClassName
{
background-color: #54A15E;
}
.BgClassName
{
background-color: #54A15E;
}
</style>
border-color css
<style>
span { border-color: #54A15E; }
span { border-color: rgb(84,161,94); }
td.TdClassName
{
border-color: #54A15E;
}
.TagClassName
{
border-color: #54A15E;
}
</style>