Shades of Fruit Salad #509850
Tints of Fruit Salad #509850
RGB
CMYK
RGB Variations
Color information
#509850 (or 0x509850) is known color: Fruit Salad. HEX triplet: 50, 98 and 50. RGB value is (80,152,80). Sum of RGB (Red+Green+Blue) = 80+152+80=312 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.64% from 312); Green value is 152 (59.77% from 255 or 48.72% from 312); Blue value is 80 (31.64% from 255 or 25.64% from 312); Max value from RGB is 152 - color contains mainly: green. Hex color #509850 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509850 is #AF67AF. Grayscale: #7A7A7A. Windows color (decimal): -11495344 or 5281872. OLE color: 5281872.
HSL color Cylindrical-coordinate representation of color #509850: hue angle of 120º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #509850 is Cyan = 0.47, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 80 | 152 | 80 | - |
| CMYK | 0.47 | 0 | 0.47 | 0.40 |
| HSL | 120º | 0.31% | 0.45% | - |
| HSV(B) | 120º | 0.47% | 0.6% | - |
| XYZ | 15.98 | 24.74 | 11.52 | - |
| YUV | 122.26 | 104.15 | 97.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 152 | 80 | 0.47 | 0 | 0.47 | 0.40 | 120 | 0.31 | 0.45 |
| Hex | 50 | 98 | 50 | 2F | 0 | 2F | 28 | 78 | 1F | 2D |
| Octal | 120 | 230 | 120 | 57 | 0 | 57 | 50 | 170 | 37 | 55 |
| Binary | 1010000 | 10011000 | 1010000 | 101111 | 0 | 101111 | 101000 | 1111000 | 11111 | 101101 |
Color Harmonies of #509850
Complementary color
Monochromatic Colors of #509850
Black with #509850
Text Example
Text Example
White with #509850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509850; }
p { color: rgb(80,152,80); }
H1.HeaderClassName
{
color: #509850;
}
.AnyTagClassName
{
color: #509850;
}
</style>
background-color css
<style>
a { background-color: #509850; }
a { background-color: rgb(80,152,80); }
div.DivClassName
{
background-color: #509850;
}
.BgClassName
{
background-color: #509850;
}
</style>
border-color css
<style>
span { border-color: #509850; }
span { border-color: rgb(80,152,80); }
td.TdClassName
{
border-color: #509850;
}
.TagClassName
{
border-color: #509850;
}
</style>