Shades of Fruit Salad #518F54
Tints of Fruit Salad #518F54
RGB
CMYK
RGB Variations
Color information
#518F54 (or 0x518F54) is known color: Fruit Salad. HEX triplet: 51, 8F and 54. RGB value is (81,143,84). Sum of RGB (Red+Green+Blue) = 81+143+84=308 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.30% from 308); Green value is 143 (56.25% from 255 or 46.43% from 308); Blue value is 84 (33.20% from 255 or 27.27% from 308); Max value from RGB is 143 - color contains mainly: green. Hex color #518F54 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #518F54 is #AE70AB. Grayscale: #757575. Windows color (decimal): -11432108 or 5541713. OLE color: 5541713.
HSL color Cylindrical-coordinate representation of color #518F54: hue angle of 122.9º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #518F54 is Cyan = 0.43, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 81 | 143 | 84 | - |
| CMYK | 0.43 | 0 | 0.41 | 0.44 |
| HSL | 122.9º | 0.28% | 0.44% | - |
| HSV(B) | 122.9º | 0.43% | 0.56% | - |
| XYZ | 14.82 | 22.03 | 11.86 | - |
| YUV | 117.74 | 108.96 | 101.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 143 | 84 | 0.43 | 0 | 0.41 | 0.44 | 122.9 | 0.28 | 0.44 |
| Hex | 51 | 8F | 54 | 2B | 0 | 29 | 2C | 7B | 1C | 2C |
| Octal | 121 | 217 | 124 | 53 | 0 | 51 | 54 | 173 | 34 | 54 |
| Binary | 1010001 | 10001111 | 1010100 | 101011 | 0 | 101001 | 101100 | 1111011 | 11100 | 101100 |
Color Harmonies of #518F54
Complementary color
Monochromatic Colors of #518F54
Black with #518F54
Text Example
Text Example
White with #518F54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #518F54; }
p { color: rgb(81,143,84); }
H1.HeaderClassName
{
color: #518F54;
}
.AnyTagClassName
{
color: #518F54;
}
</style>
background-color css
<style>
a { background-color: #518F54; }
a { background-color: rgb(81,143,84); }
div.DivClassName
{
background-color: #518F54;
}
.BgClassName
{
background-color: #518F54;
}
</style>
border-color css
<style>
span { border-color: #518F54; }
span { border-color: rgb(81,143,84); }
td.TdClassName
{
border-color: #518F54;
}
.TagClassName
{
border-color: #518F54;
}
</style>