Shades of Fruit Salad #519E4E
Tints of Fruit Salad #519E4E
RGB
CMYK
RGB Variations
Color information
#519E4E (or 0x519E4E) is known color: Fruit Salad. HEX triplet: 51, 9E and 4E. RGB value is (81,158,78). Sum of RGB (Red+Green+Blue) = 81+158+78=317 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.55% from 317); Green value is 158 (62.11% from 255 or 49.84% from 317); Blue value is 78 (30.86% from 255 or 24.61% from 317); Max value from RGB is 158 - color contains mainly: green. Hex color #519E4E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519E4E is #AE61B1. Grayscale: #7E7E7E. Windows color (decimal): -11428274 or 5152337. OLE color: 5152337.
HSL color Cylindrical-coordinate representation of color #519E4E: hue angle of 117.75º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #519E4E is Cyan = 0.49, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 81 | 158 | 78 | - |
| CMYK | 0.49 | 0 | 0.51 | 0.38 |
| HSL | 117.75º | 0.34% | 0.46% | - |
| HSV(B) | 117.75º | 0.51% | 0.62% | - |
| XYZ | 17 | 26.75 | 11.48 | - |
| YUV | 125.86 | 100.99 | 96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 158 | 78 | 0.49 | 0 | 0.51 | 0.38 | 117.75 | 0.34 | 0.46 |
| Hex | 51 | 9E | 4E | 31 | 0 | 33 | 26 | 76 | 22 | 2E |
| Octal | 121 | 236 | 116 | 61 | 0 | 63 | 46 | 166 | 42 | 56 |
| Binary | 1010001 | 10011110 | 1001110 | 110001 | 0 | 110011 | 100110 | 1110110 | 100010 | 101110 |
Color Harmonies of #519E4E
Complementary color
Monochromatic Colors of #519E4E
Black with #519E4E
Text Example
Text Example
White with #519E4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #519E4E; }
p { color: rgb(81,158,78); }
H1.HeaderClassName
{
color: #519E4E;
}
.AnyTagClassName
{
color: #519E4E;
}
</style>
background-color css
<style>
a { background-color: #519E4E; }
a { background-color: rgb(81,158,78); }
div.DivClassName
{
background-color: #519E4E;
}
.BgClassName
{
background-color: #519E4E;
}
</style>
border-color css
<style>
span { border-color: #519E4E; }
span { border-color: rgb(81,158,78); }
td.TdClassName
{
border-color: #519E4E;
}
.TagClassName
{
border-color: #519E4E;
}
</style>