Shades of Fruit Salad #509D5D
Tints of Fruit Salad #509D5D
RGB
CMYK
RGB Variations
Color information
#509D5D (or 0x509D5D) is known color: Fruit Salad. HEX triplet: 50, 9D and 5D. RGB value is (80,157,93). Sum of RGB (Red+Green+Blue) = 80+157+93=330 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.24% from 330); Green value is 157 (61.72% from 255 or 47.58% from 330); Blue value is 93 (36.72% from 255 or 28.18% from 330); Max value from RGB is 157 - color contains mainly: green. Hex color #509D5D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509D5D is #AF62A2. Grayscale: #7E7E7E. Windows color (decimal): -11494051 or 6135120. OLE color: 6135120.
HSL color Cylindrical-coordinate representation of color #509D5D: hue angle of 130.13º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #509D5D is Cyan = 0.49, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 80 | 157 | 93 | - |
| CMYK | 0.49 | 0 | 0.41 | 0.38 |
| HSL | 130.13º | 0.32% | 0.46% | - |
| HSV(B) | 130.13º | 0.49% | 0.62% | - |
| XYZ | 17.34 | 26.61 | 14.58 | - |
| YUV | 126.68 | 108.99 | 94.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 157 | 93 | 0.49 | 0 | 0.41 | 0.38 | 130.13 | 0.32 | 0.46 |
| Hex | 50 | 9D | 5D | 31 | 0 | 29 | 26 | 82 | 20 | 2E |
| Octal | 120 | 235 | 135 | 61 | 0 | 51 | 46 | 202 | 40 | 56 |
| Binary | 1010000 | 10011101 | 1011101 | 110001 | 0 | 101001 | 100110 | 10000010 | 100000 | 101110 |
Color Harmonies of #509D5D
Complementary color
Monochromatic Colors of #509D5D
Black with #509D5D
Text Example
Text Example
White with #509D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509D5D; }
p { color: rgb(80,157,93); }
H1.HeaderClassName
{
color: #509D5D;
}
.AnyTagClassName
{
color: #509D5D;
}
</style>
background-color css
<style>
a { background-color: #509D5D; }
a { background-color: rgb(80,157,93); }
div.DivClassName
{
background-color: #509D5D;
}
.BgClassName
{
background-color: #509D5D;
}
</style>
border-color css
<style>
span { border-color: #509D5D; }
span { border-color: rgb(80,157,93); }
td.TdClassName
{
border-color: #509D5D;
}
.TagClassName
{
border-color: #509D5D;
}
</style>