Shades of Fruit Salad #519E40
Tints of Fruit Salad #519E40
RGB
CMYK
RGB Variations
Color information
#519E40 (or 0x519E40) is known color: Fruit Salad. HEX triplet: 51, 9E and 40. RGB value is (81,158,64). Sum of RGB (Red+Green+Blue) = 81+158+64=303 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.73% from 303); Green value is 158 (62.11% from 255 or 52.15% from 303); Blue value is 64 (25.39% from 255 or 21.12% from 303); Max value from RGB is 158 - color contains mainly: green. Hex color #519E40 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #519E40 is #AE61BF. Grayscale: #7C7C7C. Windows color (decimal): -11428288 or 4234833. OLE color: 4234833.
HSL color Cylindrical-coordinate representation of color #519E40: hue angle of 109.15º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #519E40 is Cyan = 0.49, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 81 | 158 | 64 | - |
| CMYK | 0.49 | 0 | 0.59 | 0.38 |
| HSL | 109.15º | 0.42% | 0.44% | - |
| HSV(B) | 109.15º | 0.59% | 0.62% | - |
| XYZ | 16.55 | 26.57 | 9.11 | - |
| YUV | 124.26 | 93.99 | 97.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 158 | 64 | 0.49 | 0 | 0.59 | 0.38 | 109.15 | 0.42 | 0.44 |
| Hex | 51 | 9E | 40 | 31 | 0 | 3B | 26 | 6D | 2A | 2C |
| Octal | 121 | 236 | 100 | 61 | 0 | 73 | 46 | 155 | 52 | 54 |
| Binary | 1010001 | 10011110 | 1000000 | 110001 | 0 | 111011 | 100110 | 1101101 | 101010 | 101100 |
Color Harmonies of #519E40
Complementary color
Monochromatic Colors of #519E40
Black with #519E40
Text Example
Text Example
White with #519E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #519E40; }
p { color: rgb(81,158,64); }
H1.HeaderClassName
{
color: #519E40;
}
.AnyTagClassName
{
color: #519E40;
}
</style>
background-color css
<style>
a { background-color: #519E40; }
a { background-color: rgb(81,158,64); }
div.DivClassName
{
background-color: #519E40;
}
.BgClassName
{
background-color: #519E40;
}
</style>
border-color css
<style>
span { border-color: #519E40; }
span { border-color: rgb(81,158,64); }
td.TdClassName
{
border-color: #519E40;
}
.TagClassName
{
border-color: #519E40;
}
</style>