Shades of Fruit Salad #519D5D
Tints of Fruit Salad #519D5D
RGB
CMYK
RGB Variations
Color information
#519D5D (or 0x519D5D) is known color: Fruit Salad. HEX triplet: 51, 9D and 5D. RGB value is (81,157,93). Sum of RGB (Red+Green+Blue) = 81+157+93=331 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.47% from 331); Green value is 157 (61.72% from 255 or 47.43% from 331); Blue value is 93 (36.72% from 255 or 28.10% from 331); Max value from RGB is 157 - color contains mainly: green. Hex color #519D5D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519D5D is #AE62A2. Grayscale: #7F7F7F. Windows color (decimal): -11428515 or 6135121. OLE color: 6135121.
HSL color Cylindrical-coordinate representation of color #519D5D: hue angle of 129.47º 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 #519D5D is Cyan = 0.48, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 81 | 157 | 93 | - |
| CMYK | 0.48 | 0 | 0.41 | 0.38 |
| HSL | 129.47º | 0.32% | 0.47% | - |
| HSV(B) | 129.47º | 0.48% | 0.62% | - |
| XYZ | 17.43 | 26.65 | 14.58 | - |
| YUV | 126.98 | 108.82 | 95.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 157 | 93 | 0.48 | 0 | 0.41 | 0.38 | 129.47 | 0.32 | 0.47 |
| Hex | 51 | 9D | 5D | 30 | 0 | 29 | 26 | 81 | 20 | 2F |
| Octal | 121 | 235 | 135 | 60 | 0 | 51 | 46 | 201 | 40 | 57 |
| Binary | 1010001 | 10011101 | 1011101 | 110000 | 0 | 101001 | 100110 | 10000001 | 100000 | 101111 |
Color Harmonies of #519D5D
Complementary color
Monochromatic Colors of #519D5D
Black with #519D5D
Text Example
Text Example
White with #519D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #519D5D; }
p { color: rgb(81,157,93); }
H1.HeaderClassName
{
color: #519D5D;
}
.AnyTagClassName
{
color: #519D5D;
}
</style>
background-color css
<style>
a { background-color: #519D5D; }
a { background-color: rgb(81,157,93); }
div.DivClassName
{
background-color: #519D5D;
}
.BgClassName
{
background-color: #519D5D;
}
</style>
border-color css
<style>
span { border-color: #519D5D; }
span { border-color: rgb(81,157,93); }
td.TdClassName
{
border-color: #519D5D;
}
.TagClassName
{
border-color: #519D5D;
}
</style>