Shades of Fruit Salad #50934A
Tints of Fruit Salad #50934A
RGB
CMYK
RGB Variations
Color information
#50934A (or 0x50934A) is known color: Fruit Salad. HEX triplet: 50, 93 and 4A. RGB value is (80,147,74). Sum of RGB (Red+Green+Blue) = 80+147+74=301 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.58% from 301); Green value is 147 (57.81% from 255 or 48.84% from 301); Blue value is 74 (29.30% from 255 or 24.58% from 301); Max value from RGB is 147 - color contains mainly: green. Hex color #50934A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50934A is #AF6CB5. Grayscale: #767676. Windows color (decimal): -11496630 or 4887376. OLE color: 4887376.
HSL color Cylindrical-coordinate representation of color #50934A: hue angle of 115.07º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #50934A is Cyan = 0.46, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 80 | 147 | 74 | - |
| CMYK | 0.46 | 0 | 0.50 | 0.42 |
| HSL | 115.07º | 0.33% | 0.43% | - |
| HSV(B) | 115.07º | 0.5% | 0.58% | - |
| XYZ | 14.98 | 23.07 | 10.14 | - |
| YUV | 118.65 | 102.8 | 100.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 147 | 74 | 0.46 | 0 | 0.50 | 0.42 | 115.07 | 0.33 | 0.43 |
| Hex | 50 | 93 | 4A | 2E | 0 | 32 | 2A | 73 | 21 | 2B |
| Octal | 120 | 223 | 112 | 56 | 0 | 62 | 52 | 163 | 41 | 53 |
| Binary | 1010000 | 10010011 | 1001010 | 101110 | 0 | 110010 | 101010 | 1110011 | 100001 | 101011 |
Color Harmonies of #50934A
Complementary color
Monochromatic Colors of #50934A
Black with #50934A
Text Example
Text Example
White with #50934A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50934A; }
p { color: rgb(80,147,74); }
H1.HeaderClassName
{
color: #50934A;
}
.AnyTagClassName
{
color: #50934A;
}
</style>
background-color css
<style>
a { background-color: #50934A; }
a { background-color: rgb(80,147,74); }
div.DivClassName
{
background-color: #50934A;
}
.BgClassName
{
background-color: #50934A;
}
</style>
border-color css
<style>
span { border-color: #50934A; }
span { border-color: rgb(80,147,74); }
td.TdClassName
{
border-color: #50934A;
}
.TagClassName
{
border-color: #50934A;
}
</style>