Shades of Fruit Salad #54AD60
Tints of Fruit Salad #54AD60
RGB
CMYK
RGB Variations
Color information
#54AD60 (or 0x54AD60) is known color: Fruit Salad. HEX triplet: 54, AD and 60. RGB value is (84,173,96). Sum of RGB (Red+Green+Blue) = 84+173+96=353 (46% of max value = 765). Red value is 84 (33.20% from 255 or 23.80% from 353); Green value is 173 (67.97% from 255 or 49.01% from 353); Blue value is 96 (37.89% from 255 or 27.20% from 353); Max value from RGB is 173 - color contains mainly: green. Hex color #54AD60 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54AD60 is #AB529F. Grayscale: #898989. Windows color (decimal): -11227808 or 6335828. OLE color: 6335828.
HSL color Cylindrical-coordinate representation of color #54AD60: hue angle of 128.09º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #54AD60 is Cyan = 0.51, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 84 | 173 | 96 | - |
| CMYK | 0.51 | 0 | 0.45 | 0.32 |
| HSL | 128.09º | 0.35% | 0.5% | - |
| HSV(B) | 128.09º | 0.51% | 0.68% | - |
| XYZ | 20.71 | 32.62 | 16.27 | - |
| YUV | 137.61 | 104.51 | 89.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 173 | 96 | 0.51 | 0 | 0.45 | 0.32 | 128.09 | 0.35 | 0.5 |
| Hex | 54 | AD | 60 | 33 | 0 | 2D | 20 | 80 | 23 | 32 |
| Octal | 124 | 255 | 140 | 63 | 0 | 55 | 40 | 200 | 43 | 62 |
| Binary | 1010100 | 10101101 | 1100000 | 110011 | 0 | 101101 | 100000 | 10000000 | 100011 | 110010 |
Color Harmonies of #54AD60
Complementary color
Monochromatic Colors of #54AD60
Black with #54AD60
Text Example
Text Example
White with #54AD60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54AD60; }
p { color: rgb(84,173,96); }
H1.HeaderClassName
{
color: #54AD60;
}
.AnyTagClassName
{
color: #54AD60;
}
</style>
background-color css
<style>
a { background-color: #54AD60; }
a { background-color: rgb(84,173,96); }
div.DivClassName
{
background-color: #54AD60;
}
.BgClassName
{
background-color: #54AD60;
}
</style>
border-color css
<style>
span { border-color: #54AD60; }
span { border-color: rgb(84,173,96); }
td.TdClassName
{
border-color: #54AD60;
}
.TagClassName
{
border-color: #54AD60;
}
</style>