Shades of Fruit Salad #519B40
Tints of Fruit Salad #519B40
RGB
CMYK
RGB Variations
Color information
#519B40 (or 0x519B40) is known color: Fruit Salad. HEX triplet: 51, 9B and 40. RGB value is (81,155,64). Sum of RGB (Red+Green+Blue) = 81+155+64=300 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27% from 300); Green value is 155 (60.94% from 255 or 51.67% from 300); Blue value is 64 (25.39% from 255 or 21.33% from 300); Max value from RGB is 155 - color contains mainly: green. Hex color #519B40 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #519B40 is #AE64BF. Grayscale: #7A7A7A. Windows color (decimal): -11429056 or 4234065. OLE color: 4234065.
HSL color Cylindrical-coordinate representation of color #519B40: hue angle of 108.79º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #519B40 is Cyan = 0.48, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 81 | 155 | 64 | - |
| CMYK | 0.48 | 0 | 0.59 | 0.39 |
| HSL | 108.79º | 0.42% | 0.43% | - |
| HSV(B) | 108.79º | 0.59% | 0.61% | - |
| XYZ | 16.04 | 25.56 | 8.94 | - |
| YUV | 122.5 | 94.98 | 98.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 155 | 64 | 0.48 | 0 | 0.59 | 0.39 | 108.79 | 0.42 | 0.43 |
| Hex | 51 | 9B | 40 | 30 | 0 | 3B | 27 | 6D | 2A | 2B |
| Octal | 121 | 233 | 100 | 60 | 0 | 73 | 47 | 155 | 52 | 53 |
| Binary | 1010001 | 10011011 | 1000000 | 110000 | 0 | 111011 | 100111 | 1101101 | 101010 | 101011 |
Color Harmonies of #519B40
Complementary color
Monochromatic Colors of #519B40
Black with #519B40
Text Example
Text Example
White with #519B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #519B40; }
p { color: rgb(81,155,64); }
H1.HeaderClassName
{
color: #519B40;
}
.AnyTagClassName
{
color: #519B40;
}
</style>
background-color css
<style>
a { background-color: #519B40; }
a { background-color: rgb(81,155,64); }
div.DivClassName
{
background-color: #519B40;
}
.BgClassName
{
background-color: #519B40;
}
</style>
border-color css
<style>
span { border-color: #519B40; }
span { border-color: rgb(81,155,64); }
td.TdClassName
{
border-color: #519B40;
}
.TagClassName
{
border-color: #519B40;
}
</style>