Shades of Fruit Salad #54A952
Tints of Fruit Salad #54A952
RGB
CMYK
RGB Variations
Color information
#54A952 (or 0x54A952) is known color: Fruit Salad. HEX triplet: 54, A9 and 52. RGB value is (84,169,82). Sum of RGB (Red+Green+Blue) = 84+169+82=335 (44% of max value = 765). Red value is 84 (33.20% from 255 or 25.07% from 335); Green value is 169 (66.41% from 255 or 50.45% from 335); Blue value is 82 (32.42% from 255 or 24.48% from 335); Max value from RGB is 169 - color contains mainly: green. Hex color #54A952 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54A952 is #AB56AD. Grayscale: #858585. Windows color (decimal): -11228846 or 5417300. OLE color: 5417300.
HSL color Cylindrical-coordinate representation of color #54A952: hue angle of 118.62º degrees, saturation: 0.35, 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 #54A952 is Cyan = 0.50, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 84 | 169 | 82 | - |
| CMYK | 0.50 | 0 | 0.51 | 0.34 |
| HSL | 118.62º | 0.35% | 0.49% | - |
| HSV(B) | 118.62º | 0.51% | 0.66% | - |
| XYZ | 19.37 | 30.87 | 12.92 | - |
| YUV | 133.67 | 98.84 | 92.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 169 | 82 | 0.50 | 0 | 0.51 | 0.34 | 118.62 | 0.35 | 0.49 |
| Hex | 54 | A9 | 52 | 32 | 0 | 33 | 22 | 77 | 23 | 31 |
| Octal | 124 | 251 | 122 | 62 | 0 | 63 | 42 | 167 | 43 | 61 |
| Binary | 1010100 | 10101001 | 1010010 | 110010 | 0 | 110011 | 100010 | 1110111 | 100011 | 110001 |
Color Harmonies of #54A952
Complementary color
Monochromatic Colors of #54A952
Black with #54A952
Text Example
Text Example
White with #54A952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54A952; }
p { color: rgb(84,169,82); }
H1.HeaderClassName
{
color: #54A952;
}
.AnyTagClassName
{
color: #54A952;
}
</style>
background-color css
<style>
a { background-color: #54A952; }
a { background-color: rgb(84,169,82); }
div.DivClassName
{
background-color: #54A952;
}
.BgClassName
{
background-color: #54A952;
}
</style>
border-color css
<style>
span { border-color: #54A952; }
span { border-color: rgb(84,169,82); }
td.TdClassName
{
border-color: #54A952;
}
.TagClassName
{
border-color: #54A952;
}
</style>