Shades of Fruit Salad #518F58
Tints of Fruit Salad #518F58
RGB
CMYK
RGB Variations
Color information
#518F58 (or 0x518F58) is known color: Fruit Salad. HEX triplet: 51, 8F and 58. RGB value is (81,143,88). Sum of RGB (Red+Green+Blue) = 81+143+88=312 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.96% from 312); Green value is 143 (56.25% from 255 or 45.83% from 312); Blue value is 88 (34.77% from 255 or 28.21% from 312); Max value from RGB is 143 - color contains mainly: green. Hex color #518F58 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #518F58 is #AE70A7. Grayscale: #767676. Windows color (decimal): -11432104 or 5803857. OLE color: 5803857.
HSL color Cylindrical-coordinate representation of color #518F58: hue angle of 126.77º 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 #518F58 is Cyan = 0.43, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 81 | 143 | 88 | - |
| CMYK | 0.43 | 0 | 0.38 | 0.44 |
| HSL | 126.77º | 0.28% | 0.44% | - |
| HSV(B) | 126.77º | 0.43% | 0.56% | - |
| XYZ | 14.98 | 22.1 | 12.71 | - |
| YUV | 118.19 | 110.96 | 101.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 143 | 88 | 0.43 | 0 | 0.38 | 0.44 | 126.77 | 0.28 | 0.44 |
| Hex | 51 | 8F | 58 | 2B | 0 | 26 | 2C | 7F | 1C | 2C |
| Octal | 121 | 217 | 130 | 53 | 0 | 46 | 54 | 177 | 34 | 54 |
| Binary | 1010001 | 10001111 | 1011000 | 101011 | 0 | 100110 | 101100 | 1111111 | 11100 | 101100 |
Color Harmonies of #518F58
Complementary color
Monochromatic Colors of #518F58
Black with #518F58
Text Example
Text Example
White with #518F58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #518F58; }
p { color: rgb(81,143,88); }
H1.HeaderClassName
{
color: #518F58;
}
.AnyTagClassName
{
color: #518F58;
}
</style>
background-color css
<style>
a { background-color: #518F58; }
a { background-color: rgb(81,143,88); }
div.DivClassName
{
background-color: #518F58;
}
.BgClassName
{
background-color: #518F58;
}
</style>
border-color css
<style>
span { border-color: #518F58; }
span { border-color: rgb(81,143,88); }
td.TdClassName
{
border-color: #518F58;
}
.TagClassName
{
border-color: #518F58;
}
</style>