Shades of Fruit Salad #50944B
Tints of Fruit Salad #50944B
RGB
CMYK
RGB Variations
Color information
#50944B (or 0x50944B) is known color: Fruit Salad. HEX triplet: 50, 94 and 4B. RGB value is (80,148,75). Sum of RGB (Red+Green+Blue) = 80+148+75=303 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.40% from 303); Green value is 148 (58.20% from 255 or 48.84% from 303); Blue value is 75 (29.69% from 255 or 24.75% from 303); Max value from RGB is 148 - color contains mainly: green. Hex color #50944B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50944B is #AF6BB4. Grayscale: #777777. Windows color (decimal): -11496373 or 4953168. OLE color: 4953168.
HSL color Cylindrical-coordinate representation of color #50944B: hue angle of 115.89º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #50944B is Cyan = 0.46, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 80 | 148 | 75 | - |
| CMYK | 0.46 | 0 | 0.49 | 0.42 |
| HSL | 115.89º | 0.33% | 0.44% | - |
| HSV(B) | 115.89º | 0.49% | 0.58% | - |
| XYZ | 15.17 | 23.39 | 10.37 | - |
| YUV | 119.35 | 102.97 | 99.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 148 | 75 | 0.46 | 0 | 0.49 | 0.42 | 115.89 | 0.33 | 0.44 |
| Hex | 50 | 94 | 4B | 2E | 0 | 31 | 2A | 74 | 21 | 2C |
| Octal | 120 | 224 | 113 | 56 | 0 | 61 | 52 | 164 | 41 | 54 |
| Binary | 1010000 | 10010100 | 1001011 | 101110 | 0 | 110001 | 101010 | 1110100 | 100001 | 101100 |
Color Harmonies of #50944B
Complementary color
Monochromatic Colors of #50944B
Black with #50944B
Text Example
Text Example
White with #50944B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50944B; }
p { color: rgb(80,148,75); }
H1.HeaderClassName
{
color: #50944B;
}
.AnyTagClassName
{
color: #50944B;
}
</style>
background-color css
<style>
a { background-color: #50944B; }
a { background-color: rgb(80,148,75); }
div.DivClassName
{
background-color: #50944B;
}
.BgClassName
{
background-color: #50944B;
}
</style>
border-color css
<style>
span { border-color: #50944B; }
span { border-color: rgb(80,148,75); }
td.TdClassName
{
border-color: #50944B;
}
.TagClassName
{
border-color: #50944B;
}
</style>