Shades of Fruit Salad #519E4F
Tints of Fruit Salad #519E4F
RGB
CMYK
RGB Variations
Color information
#519E4F (or 0x519E4F) is known color: Fruit Salad. HEX triplet: 51, 9E and 4F. RGB value is (81,158,79). Sum of RGB (Red+Green+Blue) = 81+158+79=318 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.47% from 318); Green value is 158 (62.11% from 255 or 49.69% from 318); Blue value is 79 (31.25% from 255 or 24.84% from 318); Max value from RGB is 158 - color contains mainly: green. Hex color #519E4F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519E4F is #AE61B0. Grayscale: #7E7E7E. Windows color (decimal): -11428273 or 5217873. OLE color: 5217873.
HSL color Cylindrical-coordinate representation of color #519E4F: hue angle of 118.48º degrees, saturation: 0.33, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #519E4F is Cyan = 0.49, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 81 | 158 | 79 | - |
| CMYK | 0.49 | 0 | 0.50 | 0.38 |
| HSL | 118.48º | 0.33% | 0.46% | - |
| HSV(B) | 118.48º | 0.5% | 0.62% | - |
| XYZ | 17.03 | 26.77 | 11.67 | - |
| YUV | 125.97 | 101.49 | 95.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 158 | 79 | 0.49 | 0 | 0.50 | 0.38 | 118.48 | 0.33 | 0.46 |
| Hex | 51 | 9E | 4F | 31 | 0 | 32 | 26 | 76 | 21 | 2E |
| Octal | 121 | 236 | 117 | 61 | 0 | 62 | 46 | 166 | 41 | 56 |
| Binary | 1010001 | 10011110 | 1001111 | 110001 | 0 | 110010 | 100110 | 1110110 | 100001 | 101110 |
Color Harmonies of #519E4F
Complementary color
Monochromatic Colors of #519E4F
Black with #519E4F
Text Example
Text Example
White with #519E4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #519E4F; }
p { color: rgb(81,158,79); }
H1.HeaderClassName
{
color: #519E4F;
}
.AnyTagClassName
{
color: #519E4F;
}
</style>
background-color css
<style>
a { background-color: #519E4F; }
a { background-color: rgb(81,158,79); }
div.DivClassName
{
background-color: #519E4F;
}
.BgClassName
{
background-color: #519E4F;
}
</style>
border-color css
<style>
span { border-color: #519E4F; }
span { border-color: rgb(81,158,79); }
td.TdClassName
{
border-color: #519E4F;
}
.TagClassName
{
border-color: #519E4F;
}
</style>