Shades of Fruit Salad #51914E
Tints of Fruit Salad #51914E
RGB
CMYK
RGB Variations
Color information
#51914E (or 0x51914E) is known color: Fruit Salad. HEX triplet: 51, 91 and 4E. RGB value is (81,145,78). Sum of RGB (Red+Green+Blue) = 81+145+78=304 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.64% from 304); Green value is 145 (57.03% from 255 or 47.70% from 304); Blue value is 78 (30.86% from 255 or 25.66% from 304); Max value from RGB is 145 - color contains mainly: green. Hex color #51914E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51914E is #AE6EB1. Grayscale: #767676. Windows color (decimal): -11431602 or 5149009. OLE color: 5149009.
HSL color Cylindrical-coordinate representation of color #51914E: hue angle of 117.31º degrees, saturation: 0.3, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #51914E is Cyan = 0.44, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 81 | 145 | 78 | - |
| CMYK | 0.44 | 0 | 0.46 | 0.43 |
| HSL | 117.31º | 0.3% | 0.44% | - |
| HSV(B) | 117.31º | 0.46% | 0.57% | - |
| XYZ | 14.89 | 22.55 | 10.78 | - |
| YUV | 118.23 | 105.3 | 101.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 145 | 78 | 0.44 | 0 | 0.46 | 0.43 | 117.31 | 0.3 | 0.44 |
| Hex | 51 | 91 | 4E | 2C | 0 | 2E | 2B | 75 | 1E | 2C |
| Octal | 121 | 221 | 116 | 54 | 0 | 56 | 53 | 165 | 36 | 54 |
| Binary | 1010001 | 10010001 | 1001110 | 101100 | 0 | 101110 | 101011 | 1110101 | 11110 | 101100 |
Color Harmonies of #51914E
Complementary color
Monochromatic Colors of #51914E
Black with #51914E
Text Example
Text Example
White with #51914E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51914E; }
p { color: rgb(81,145,78); }
H1.HeaderClassName
{
color: #51914E;
}
.AnyTagClassName
{
color: #51914E;
}
</style>
background-color css
<style>
a { background-color: #51914E; }
a { background-color: rgb(81,145,78); }
div.DivClassName
{
background-color: #51914E;
}
.BgClassName
{
background-color: #51914E;
}
</style>
border-color css
<style>
span { border-color: #51914E; }
span { border-color: rgb(81,145,78); }
td.TdClassName
{
border-color: #51914E;
}
.TagClassName
{
border-color: #51914E;
}
</style>