Shades of Fruit Salad #54AD58
Tints of Fruit Salad #54AD58
RGB
CMYK
RGB Variations
Color information
#54AD58 (or 0x54AD58) is known color: Fruit Salad. HEX triplet: 54, AD and 58. RGB value is (84,173,88). Sum of RGB (Red+Green+Blue) = 84+173+88=345 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.35% from 345); Green value is 173 (67.97% from 255 or 50.14% from 345); Blue value is 88 (34.77% from 255 or 25.51% from 345); Max value from RGB is 173 - color contains mainly: green. Hex color #54AD58 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54AD58 is #AB52A7. Grayscale: #888888. Windows color (decimal): -11227816 or 5811540. OLE color: 5811540.
HSL color Cylindrical-coordinate representation of color #54AD58: hue angle of 122.7º 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 #54AD58 is Cyan = 0.51, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 84 | 173 | 88 | - |
| CMYK | 0.51 | 0 | 0.49 | 0.32 |
| HSL | 122.7º | 0.35% | 0.5% | - |
| HSV(B) | 122.7º | 0.51% | 0.68% | - |
| XYZ | 20.36 | 32.48 | 14.43 | - |
| YUV | 136.7 | 100.51 | 90.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 173 | 88 | 0.51 | 0 | 0.49 | 0.32 | 122.7 | 0.35 | 0.5 |
| Hex | 54 | AD | 58 | 33 | 0 | 31 | 20 | 7B | 23 | 32 |
| Octal | 124 | 255 | 130 | 63 | 0 | 61 | 40 | 173 | 43 | 62 |
| Binary | 1010100 | 10101101 | 1011000 | 110011 | 0 | 110001 | 100000 | 1111011 | 100011 | 110010 |
Color Harmonies of #54AD58
Complementary color
Monochromatic Colors of #54AD58
Black with #54AD58
Text Example
Text Example
White with #54AD58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54AD58; }
p { color: rgb(84,173,88); }
H1.HeaderClassName
{
color: #54AD58;
}
.AnyTagClassName
{
color: #54AD58;
}
</style>
background-color css
<style>
a { background-color: #54AD58; }
a { background-color: rgb(84,173,88); }
div.DivClassName
{
background-color: #54AD58;
}
.BgClassName
{
background-color: #54AD58;
}
</style>
border-color css
<style>
span { border-color: #54AD58; }
span { border-color: rgb(84,173,88); }
td.TdClassName
{
border-color: #54AD58;
}
.TagClassName
{
border-color: #54AD58;
}
</style>