Shades of Fruit Salad #519153
Tints of Fruit Salad #519153
RGB
CMYK
RGB Variations
Color information
#519153 (or 0x519153) is known color: Fruit Salad. HEX triplet: 51, 91 and 53. RGB value is (81,145,83). Sum of RGB (Red+Green+Blue) = 81+145+83=309 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.21% from 309); Green value is 145 (57.03% from 255 or 46.93% from 309); Blue value is 83 (32.81% from 255 or 26.86% from 309); Max value from RGB is 145 - color contains mainly: green. Hex color #519153 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519153 is #AE6EAC. Grayscale: #767676. Windows color (decimal): -11431597 or 5476689. OLE color: 5476689.
HSL color Cylindrical-coordinate representation of color #519153: hue angle of 121.88º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #519153 is Cyan = 0.44, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 81 | 145 | 83 | - |
| CMYK | 0.44 | 0 | 0.43 | 0.43 |
| HSL | 121.88º | 0.28% | 0.44% | - |
| HSV(B) | 121.88º | 0.44% | 0.57% | - |
| XYZ | 15.08 | 22.62 | 11.76 | - |
| YUV | 118.8 | 107.8 | 101.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 145 | 83 | 0.44 | 0 | 0.43 | 0.43 | 121.88 | 0.28 | 0.44 |
| Hex | 51 | 91 | 53 | 2C | 0 | 2B | 2B | 7A | 1C | 2C |
| Octal | 121 | 221 | 123 | 54 | 0 | 53 | 53 | 172 | 34 | 54 |
| Binary | 1010001 | 10010001 | 1010011 | 101100 | 0 | 101011 | 101011 | 1111010 | 11100 | 101100 |
Color Harmonies of #519153
Complementary color
Monochromatic Colors of #519153
Black with #519153
Text Example
Text Example
White with #519153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #519153; }
p { color: rgb(81,145,83); }
H1.HeaderClassName
{
color: #519153;
}
.AnyTagClassName
{
color: #519153;
}
</style>
background-color css
<style>
a { background-color: #519153; }
a { background-color: rgb(81,145,83); }
div.DivClassName
{
background-color: #519153;
}
.BgClassName
{
background-color: #519153;
}
</style>
border-color css
<style>
span { border-color: #519153; }
span { border-color: rgb(81,145,83); }
td.TdClassName
{
border-color: #519153;
}
.TagClassName
{
border-color: #519153;
}
</style>