Shades of Fruit Salad #519251
Tints of Fruit Salad #519251
RGB
CMYK
RGB Variations
Color information
#519251 (or 0x519251) is known color: Fruit Salad. HEX triplet: 51, 92 and 51. RGB value is (81,146,81). Sum of RGB (Red+Green+Blue) = 81+146+81=308 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.30% from 308); Green value is 146 (57.42% from 255 or 47.40% from 308); Blue value is 81 (32.03% from 255 or 26.30% from 308); Max value from RGB is 146 - color contains mainly: green. Hex color #519251 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519251 is #AE6DAE. Grayscale: #777777. Windows color (decimal): -11431343 or 5345873. OLE color: 5345873.
HSL color Cylindrical-coordinate representation of color #519251: hue angle of 120º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #519251 is Cyan = 0.45, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 81 | 146 | 81 | - |
| CMYK | 0.45 | 0 | 0.45 | 0.43 |
| HSL | 120º | 0.29% | 0.45% | - |
| HSV(B) | 120º | 0.45% | 0.57% | - |
| XYZ | 15.16 | 22.9 | 11.41 | - |
| YUV | 119.16 | 106.47 | 100.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 146 | 81 | 0.45 | 0 | 0.45 | 0.43 | 120 | 0.29 | 0.45 |
| Hex | 51 | 92 | 51 | 2D | 0 | 2D | 2B | 78 | 1D | 2D |
| Octal | 121 | 222 | 121 | 55 | 0 | 55 | 53 | 170 | 35 | 55 |
| Binary | 1010001 | 10010010 | 1010001 | 101101 | 0 | 101101 | 101011 | 1111000 | 11101 | 101101 |
Color Harmonies of #519251
Complementary color
Monochromatic Colors of #519251
Black with #519251
Text Example
Text Example
White with #519251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #519251; }
p { color: rgb(81,146,81); }
H1.HeaderClassName
{
color: #519251;
}
.AnyTagClassName
{
color: #519251;
}
</style>
background-color css
<style>
a { background-color: #519251; }
a { background-color: rgb(81,146,81); }
div.DivClassName
{
background-color: #519251;
}
.BgClassName
{
background-color: #519251;
}
</style>
border-color css
<style>
span { border-color: #519251; }
span { border-color: rgb(81,146,81); }
td.TdClassName
{
border-color: #519251;
}
.TagClassName
{
border-color: #519251;
}
</style>