Shades of Fruit Salad #51964D
Tints of Fruit Salad #51964D
RGB
CMYK
RGB Variations
Color information
#51964D (or 0x51964D) is known color: Fruit Salad. HEX triplet: 51, 96 and 4D. RGB value is (81,150,77). Sum of RGB (Red+Green+Blue) = 81+150+77=308 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.30% from 308); Green value is 150 (58.98% from 255 or 48.70% from 308); Blue value is 77 (30.47% from 255 or 25% from 308); Max value from RGB is 150 - color contains mainly: green. Hex color #51964D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51964D is #AE69B2. Grayscale: #797979. Windows color (decimal): -11430323 or 5084753. OLE color: 5084753.
HSL color Cylindrical-coordinate representation of color #51964D: hue angle of 116.71º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #51964D is Cyan = 0.46, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 81 | 150 | 77 | - |
| CMYK | 0.46 | 0 | 0.49 | 0.41 |
| HSL | 116.71º | 0.32% | 0.45% | - |
| HSV(B) | 116.71º | 0.49% | 0.59% | - |
| XYZ | 15.64 | 24.1 | 10.85 | - |
| YUV | 121.05 | 103.14 | 99.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 150 | 77 | 0.46 | 0 | 0.49 | 0.41 | 116.71 | 0.32 | 0.45 |
| Hex | 51 | 96 | 4D | 2E | 0 | 31 | 29 | 75 | 20 | 2D |
| Octal | 121 | 226 | 115 | 56 | 0 | 61 | 51 | 165 | 40 | 55 |
| Binary | 1010001 | 10010110 | 1001101 | 101110 | 0 | 110001 | 101001 | 1110101 | 100000 | 101101 |
Color Harmonies of #51964D
Complementary color
Monochromatic Colors of #51964D
Black with #51964D
Text Example
Text Example
White with #51964D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51964D; }
p { color: rgb(81,150,77); }
H1.HeaderClassName
{
color: #51964D;
}
.AnyTagClassName
{
color: #51964D;
}
</style>
background-color css
<style>
a { background-color: #51964D; }
a { background-color: rgb(81,150,77); }
div.DivClassName
{
background-color: #51964D;
}
.BgClassName
{
background-color: #51964D;
}
</style>
border-color css
<style>
span { border-color: #51964D; }
span { border-color: rgb(81,150,77); }
td.TdClassName
{
border-color: #51964D;
}
.TagClassName
{
border-color: #51964D;
}
</style>