Shades of Fruit Salad #519551
Tints of Fruit Salad #519551
RGB
CMYK
RGB Variations
Color information
#519551 (or 0x519551) is known color: Fruit Salad. HEX triplet: 51, 95 and 51. RGB value is (81,149,81). Sum of RGB (Red+Green+Blue) = 81+149+81=311 (41% of max value = 765). Red value is 81 (32.03% from 255 or 26.05% from 311); Green value is 149 (58.59% from 255 or 47.91% from 311); Blue value is 81 (32.03% from 255 or 26.05% from 311); Max value from RGB is 149 - color contains mainly: green. Hex color #519551 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519551 is #AE6AAE. Grayscale: #797979. Windows color (decimal): -11430575 or 5346641. OLE color: 5346641.
HSL color Cylindrical-coordinate representation of color #519551: hue angle of 120º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #519551 is Cyan = 0.46, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 81 | 149 | 81 | - |
| CMYK | 0.46 | 0 | 0.46 | 0.42 |
| HSL | 120º | 0.3% | 0.45% | - |
| HSV(B) | 120º | 0.46% | 0.58% | - |
| XYZ | 15.63 | 23.84 | 11.56 | - |
| YUV | 120.92 | 105.47 | 99.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 149 | 81 | 0.46 | 0 | 0.46 | 0.42 | 120 | 0.3 | 0.45 |
| Hex | 51 | 95 | 51 | 2E | 0 | 2E | 2A | 78 | 1E | 2D |
| Octal | 121 | 225 | 121 | 56 | 0 | 56 | 52 | 170 | 36 | 55 |
| Binary | 1010001 | 10010101 | 1010001 | 101110 | 0 | 101110 | 101010 | 1111000 | 11110 | 101101 |
Color Harmonies of #519551
Complementary color
Monochromatic Colors of #519551
Black with #519551
Text Example
Text Example
White with #519551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #519551; }
p { color: rgb(81,149,81); }
H1.HeaderClassName
{
color: #519551;
}
.AnyTagClassName
{
color: #519551;
}
</style>
background-color css
<style>
a { background-color: #519551; }
a { background-color: rgb(81,149,81); }
div.DivClassName
{
background-color: #519551;
}
.BgClassName
{
background-color: #519551;
}
</style>
border-color css
<style>
span { border-color: #519551; }
span { border-color: rgb(81,149,81); }
td.TdClassName
{
border-color: #519551;
}
.TagClassName
{
border-color: #519551;
}
</style>