Shades of Fruit Salad #519D5E
Tints of Fruit Salad #519D5E
RGB
CMYK
RGB Variations
Color information
#519D5E (or 0x519D5E) is known color: Fruit Salad. HEX triplet: 51, 9D and 5E. RGB value is (81,157,94). Sum of RGB (Red+Green+Blue) = 81+157+94=332 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.40% from 332); Green value is 157 (61.72% from 255 or 47.29% from 332); Blue value is 94 (37.11% from 255 or 28.31% from 332); Max value from RGB is 157 - color contains mainly: green. Hex color #519D5E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519D5E is #AE62A1. Grayscale: #7F7F7F. Windows color (decimal): -11428514 or 6200657. OLE color: 6200657.
HSL color Cylindrical-coordinate representation of color #519D5E: hue angle of 130.26º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #519D5E is Cyan = 0.48, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 81 | 157 | 94 | - |
| CMYK | 0.48 | 0 | 0.40 | 0.38 |
| HSL | 130.26º | 0.32% | 0.47% | - |
| HSV(B) | 130.26º | 0.48% | 0.62% | - |
| XYZ | 17.47 | 26.67 | 14.82 | - |
| YUV | 127.09 | 109.32 | 95.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 157 | 94 | 0.48 | 0 | 0.40 | 0.38 | 130.26 | 0.32 | 0.47 |
| Hex | 51 | 9D | 5E | 30 | 0 | 28 | 26 | 82 | 20 | 2F |
| Octal | 121 | 235 | 136 | 60 | 0 | 50 | 46 | 202 | 40 | 57 |
| Binary | 1010001 | 10011101 | 1011110 | 110000 | 0 | 101000 | 100110 | 10000010 | 100000 | 101111 |
Color Harmonies of #519D5E
Complementary color
Monochromatic Colors of #519D5E
Black with #519D5E
Text Example
Text Example
White with #519D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #519D5E; }
p { color: rgb(81,157,94); }
H1.HeaderClassName
{
color: #519D5E;
}
.AnyTagClassName
{
color: #519D5E;
}
</style>
background-color css
<style>
a { background-color: #519D5E; }
a { background-color: rgb(81,157,94); }
div.DivClassName
{
background-color: #519D5E;
}
.BgClassName
{
background-color: #519D5E;
}
</style>
border-color css
<style>
span { border-color: #519D5E; }
span { border-color: rgb(81,157,94); }
td.TdClassName
{
border-color: #519D5E;
}
.TagClassName
{
border-color: #519D5E;
}
</style>