Shades of Fruit Salad #519F42
Tints of Fruit Salad #519F42
RGB
CMYK
RGB Variations
Color information
#519F42 (or 0x519F42) is known color: Fruit Salad. HEX triplet: 51, 9F and 42. RGB value is (81,159,66). Sum of RGB (Red+Green+Blue) = 81+159+66=306 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.47% from 306); Green value is 159 (62.5% from 255 or 51.96% from 306); Blue value is 66 (26.17% from 255 or 21.57% from 306); Max value from RGB is 159 - color contains mainly: green. Hex color #519F42 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #519F42 is #AE60BD. Grayscale: #7D7D7D. Windows color (decimal): -11428030 or 4366161. OLE color: 4366161.
HSL color Cylindrical-coordinate representation of color #519F42: hue angle of 110.32º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #519F42 is Cyan = 0.49, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 81 | 159 | 66 | - |
| CMYK | 0.49 | 0 | 0.58 | 0.38 |
| HSL | 110.32º | 0.41% | 0.44% | - |
| HSV(B) | 110.32º | 0.58% | 0.62% | - |
| XYZ | 16.77 | 26.94 | 9.47 | - |
| YUV | 125.08 | 94.66 | 96.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 159 | 66 | 0.49 | 0 | 0.58 | 0.38 | 110.32 | 0.41 | 0.44 |
| Hex | 51 | 9F | 42 | 31 | 0 | 3A | 26 | 6E | 29 | 2C |
| Octal | 121 | 237 | 102 | 61 | 0 | 72 | 46 | 156 | 51 | 54 |
| Binary | 1010001 | 10011111 | 1000010 | 110001 | 0 | 111010 | 100110 | 1101110 | 101001 | 101100 |
Color Harmonies of #519F42
Complementary color
Monochromatic Colors of #519F42
Black with #519F42
Text Example
Text Example
White with #519F42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #519F42; }
p { color: rgb(81,159,66); }
H1.HeaderClassName
{
color: #519F42;
}
.AnyTagClassName
{
color: #519F42;
}
</style>
background-color css
<style>
a { background-color: #519F42; }
a { background-color: rgb(81,159,66); }
div.DivClassName
{
background-color: #519F42;
}
.BgClassName
{
background-color: #519F42;
}
</style>
border-color css
<style>
span { border-color: #519F42; }
span { border-color: rgb(81,159,66); }
td.TdClassName
{
border-color: #519F42;
}
.TagClassName
{
border-color: #519F42;
}
</style>