Shades of Fruit Salad #54A852
Tints of Fruit Salad #54A852
RGB
CMYK
RGB Variations
Color information
#54A852 (or 0x54A852) is known color: Fruit Salad. HEX triplet: 54, A8 and 52. RGB value is (84,168,82). Sum of RGB (Red+Green+Blue) = 84+168+82=334 (44% of max value = 765). Red value is 84 (33.20% from 255 or 25.15% from 334); Green value is 168 (66.02% from 255 or 50.30% from 334); Blue value is 82 (32.42% from 255 or 24.55% from 334); Max value from RGB is 168 - color contains mainly: green. Hex color #54A852 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54A852 is #AB57AD. Grayscale: #858585. Windows color (decimal): -11229102 or 5417044. OLE color: 5417044.
HSL color Cylindrical-coordinate representation of color #54A852: hue angle of 118.6º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #54A852 is Cyan = 0.5, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 84 | 168 | 82 | - |
| CMYK | 0.5 | 0 | 0.51 | 0.34 |
| HSL | 118.6º | 0.34% | 0.49% | - |
| HSV(B) | 118.6º | 0.51% | 0.66% | - |
| XYZ | 19.18 | 30.5 | 12.86 | - |
| YUV | 133.08 | 99.17 | 92.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 168 | 82 | 0.5 | 0 | 0.51 | 0.34 | 118.6 | 0.34 | 0.49 |
| Hex | 54 | A8 | 52 | 32 | 0 | 33 | 22 | 77 | 22 | 31 |
| Octal | 124 | 250 | 122 | 62 | 0 | 63 | 42 | 167 | 42 | 61 |
| Binary | 1010100 | 10101000 | 1010010 | 110010 | 0 | 110011 | 100010 | 1110111 | 100010 | 110001 |
Color Harmonies of #54A852
Complementary color
Monochromatic Colors of #54A852
Black with #54A852
Text Example
Text Example
White with #54A852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54A852; }
p { color: rgb(84,168,82); }
H1.HeaderClassName
{
color: #54A852;
}
.AnyTagClassName
{
color: #54A852;
}
</style>
background-color css
<style>
a { background-color: #54A852; }
a { background-color: rgb(84,168,82); }
div.DivClassName
{
background-color: #54A852;
}
.BgClassName
{
background-color: #54A852;
}
</style>
border-color css
<style>
span { border-color: #54A852; }
span { border-color: rgb(84,168,82); }
td.TdClassName
{
border-color: #54A852;
}
.TagClassName
{
border-color: #54A852;
}
</style>