Shades of Fruit Salad #54A152
Tints of Fruit Salad #54A152
RGB
CMYK
RGB Variations
Color information
#54A152 (or 0x54A152) is known color: Fruit Salad. HEX triplet: 54, A1 and 52. RGB value is (84,161,82). Sum of RGB (Red+Green+Blue) = 84+161+82=327 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.69% from 327); Green value is 161 (63.28% from 255 or 49.24% from 327); Blue value is 82 (32.42% from 255 or 25.08% from 327); Max value from RGB is 161 - color contains mainly: green. Hex color #54A152 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54A152 is #AB5EAD. Grayscale: #818181. Windows color (decimal): -11230894 or 5415252. OLE color: 5415252.
HSL color Cylindrical-coordinate representation of color #54A152: hue angle of 118.48º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #54A152 is Cyan = 0.48, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 84 | 161 | 82 | - |
| CMYK | 0.48 | 0 | 0.49 | 0.37 |
| HSL | 118.48º | 0.33% | 0.48% | - |
| HSV(B) | 118.48º | 0.49% | 0.63% | - |
| XYZ | 17.92 | 27.98 | 12.44 | - |
| YUV | 128.97 | 101.49 | 95.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 161 | 82 | 0.48 | 0 | 0.49 | 0.37 | 118.48 | 0.33 | 0.48 |
| Hex | 54 | A1 | 52 | 30 | 0 | 31 | 25 | 76 | 21 | 30 |
| Octal | 124 | 241 | 122 | 60 | 0 | 61 | 45 | 166 | 41 | 60 |
| Binary | 1010100 | 10100001 | 1010010 | 110000 | 0 | 110001 | 100101 | 1110110 | 100001 | 110000 |
Color Harmonies of #54A152
Complementary color
Monochromatic Colors of #54A152
Black with #54A152
Text Example
Text Example
White with #54A152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54A152; }
p { color: rgb(84,161,82); }
H1.HeaderClassName
{
color: #54A152;
}
.AnyTagClassName
{
color: #54A152;
}
</style>
background-color css
<style>
a { background-color: #54A152; }
a { background-color: rgb(84,161,82); }
div.DivClassName
{
background-color: #54A152;
}
.BgClassName
{
background-color: #54A152;
}
</style>
border-color css
<style>
span { border-color: #54A152; }
span { border-color: rgb(84,161,82); }
td.TdClassName
{
border-color: #54A152;
}
.TagClassName
{
border-color: #54A152;
}
</style>