Shades of Fruit Salad #519A46
Tints of Fruit Salad #519A46
RGB
CMYK
RGB Variations
Color information
#519A46 (or 0x519A46) is known color: Fruit Salad. HEX triplet: 51, 9A and 46. RGB value is (81,154,70). Sum of RGB (Red+Green+Blue) = 81+154+70=305 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.56% from 305); Green value is 154 (60.55% from 255 or 50.49% from 305); Blue value is 70 (27.73% from 255 or 22.95% from 305); Max value from RGB is 154 - color contains mainly: green. Hex color #519A46 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #519A46 is #AE65B9. Grayscale: #7A7A7A. Windows color (decimal): -11429306 or 4627025. OLE color: 4627025.
HSL color Cylindrical-coordinate representation of color #519A46: hue angle of 112.14º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #519A46 is Cyan = 0.47, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 81 | 154 | 70 | - |
| CMYK | 0.47 | 0 | 0.55 | 0.40 |
| HSL | 112.14º | 0.38% | 0.44% | - |
| HSV(B) | 112.14º | 0.55% | 0.6% | - |
| XYZ | 16.05 | 25.3 | 9.83 | - |
| YUV | 122.6 | 98.32 | 98.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 154 | 70 | 0.47 | 0 | 0.55 | 0.40 | 112.14 | 0.38 | 0.44 |
| Hex | 51 | 9A | 46 | 2F | 0 | 37 | 28 | 70 | 26 | 2C |
| Octal | 121 | 232 | 106 | 57 | 0 | 67 | 50 | 160 | 46 | 54 |
| Binary | 1010001 | 10011010 | 1000110 | 101111 | 0 | 110111 | 101000 | 1110000 | 100110 | 101100 |
Color Harmonies of #519A46
Complementary color
Monochromatic Colors of #519A46
Black with #519A46
Text Example
Text Example
White with #519A46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #519A46; }
p { color: rgb(81,154,70); }
H1.HeaderClassName
{
color: #519A46;
}
.AnyTagClassName
{
color: #519A46;
}
</style>
background-color css
<style>
a { background-color: #519A46; }
a { background-color: rgb(81,154,70); }
div.DivClassName
{
background-color: #519A46;
}
.BgClassName
{
background-color: #519A46;
}
</style>
border-color css
<style>
span { border-color: #519A46; }
span { border-color: rgb(81,154,70); }
td.TdClassName
{
border-color: #519A46;
}
.TagClassName
{
border-color: #519A46;
}
</style>