Shades of Fruit Salad #54A853
Tints of Fruit Salad #54A853
RGB
CMYK
RGB Variations
Color information
#54A853 (or 0x54A853) is known color: Fruit Salad. HEX triplet: 54, A8 and 53. RGB value is (84,168,83). Sum of RGB (Red+Green+Blue) = 84+168+83=335 (44% of max value = 765). Red value is 84 (33.20% from 255 or 25.07% from 335); Green value is 168 (66.02% from 255 or 50.15% from 335); Blue value is 83 (32.81% from 255 or 24.78% from 335); Max value from RGB is 168 - color contains mainly: green. Hex color #54A853 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54A853 is #AB57AC. Grayscale: #858585. Windows color (decimal): -11229101 or 5482580. OLE color: 5482580.
HSL color Cylindrical-coordinate representation of color #54A853: hue angle of 119.29º 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 #54A853 is Cyan = 0.5, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 84 | 168 | 83 | - |
| CMYK | 0.5 | 0 | 0.51 | 0.34 |
| HSL | 119.29º | 0.34% | 0.49% | - |
| HSV(B) | 119.29º | 0.51% | 0.66% | - |
| XYZ | 19.22 | 30.51 | 13.06 | - |
| YUV | 133.19 | 99.67 | 92.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 168 | 83 | 0.5 | 0 | 0.51 | 0.34 | 119.29 | 0.34 | 0.49 |
| Hex | 54 | A8 | 53 | 32 | 0 | 33 | 22 | 77 | 22 | 31 |
| Octal | 124 | 250 | 123 | 62 | 0 | 63 | 42 | 167 | 42 | 61 |
| Binary | 1010100 | 10101000 | 1010011 | 110010 | 0 | 110011 | 100010 | 1110111 | 100010 | 110001 |
Color Harmonies of #54A853
Complementary color
Monochromatic Colors of #54A853
Black with #54A853
Text Example
Text Example
White with #54A853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54A853; }
p { color: rgb(84,168,83); }
H1.HeaderClassName
{
color: #54A853;
}
.AnyTagClassName
{
color: #54A853;
}
</style>
background-color css
<style>
a { background-color: #54A853; }
a { background-color: rgb(84,168,83); }
div.DivClassName
{
background-color: #54A853;
}
.BgClassName
{
background-color: #54A853;
}
</style>
border-color css
<style>
span { border-color: #54A853; }
span { border-color: rgb(84,168,83); }
td.TdClassName
{
border-color: #54A853;
}
.TagClassName
{
border-color: #54A853;
}
</style>