Shades of Fruit Salad #50934E
Tints of Fruit Salad #50934E
RGB
CMYK
RGB Variations
Color information
#50934E (or 0x50934E) is known color: Fruit Salad. HEX triplet: 50, 93 and 4E. RGB value is (80,147,78). Sum of RGB (Red+Green+Blue) = 80+147+78=305 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.23% from 305); Green value is 147 (57.81% from 255 or 48.20% from 305); Blue value is 78 (30.86% from 255 or 25.57% from 305); Max value from RGB is 147 - color contains mainly: green. Hex color #50934E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50934E is #AF6CB1. Grayscale: #777777. Windows color (decimal): -11496626 or 5149520. OLE color: 5149520.
HSL color Cylindrical-coordinate representation of color #50934E: hue angle of 118.26º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #50934E is Cyan = 0.46, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 80 | 147 | 78 | - |
| CMYK | 0.46 | 0 | 0.47 | 0.42 |
| HSL | 118.26º | 0.31% | 0.44% | - |
| HSV(B) | 118.26º | 0.47% | 0.58% | - |
| XYZ | 15.12 | 23.12 | 10.87 | - |
| YUV | 119.1 | 104.8 | 100.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 147 | 78 | 0.46 | 0 | 0.47 | 0.42 | 118.26 | 0.31 | 0.44 |
| Hex | 50 | 93 | 4E | 2E | 0 | 2F | 2A | 76 | 1F | 2C |
| Octal | 120 | 223 | 116 | 56 | 0 | 57 | 52 | 166 | 37 | 54 |
| Binary | 1010000 | 10010011 | 1001110 | 101110 | 0 | 101111 | 101010 | 1110110 | 11111 | 101100 |
Color Harmonies of #50934E
Complementary color
Monochromatic Colors of #50934E
Black with #50934E
Text Example
Text Example
White with #50934E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50934E; }
p { color: rgb(80,147,78); }
H1.HeaderClassName
{
color: #50934E;
}
.AnyTagClassName
{
color: #50934E;
}
</style>
background-color css
<style>
a { background-color: #50934E; }
a { background-color: rgb(80,147,78); }
div.DivClassName
{
background-color: #50934E;
}
.BgClassName
{
background-color: #50934E;
}
</style>
border-color css
<style>
span { border-color: #50934E; }
span { border-color: rgb(80,147,78); }
td.TdClassName
{
border-color: #50934E;
}
.TagClassName
{
border-color: #50934E;
}
</style>