Shades of Fruit Salad #50A14B
Tints of Fruit Salad #50A14B
RGB
CMYK
RGB Variations
Color information
#50A14B (or 0x50A14B) is known color: Fruit Salad. HEX triplet: 50, A1 and 4B. RGB value is (80,161,75). Sum of RGB (Red+Green+Blue) = 80+161+75=316 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.32% from 316); Green value is 161 (63.28% from 255 or 50.95% from 316); Blue value is 75 (29.69% from 255 or 23.73% from 316); Max value from RGB is 161 - color contains mainly: green. Hex color #50A14B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50A14B is #AF5EB4. Grayscale: #7F7F7F. Windows color (decimal): -11493045 or 4956496. OLE color: 4956496.
HSL color Cylindrical-coordinate representation of color #50A14B: hue angle of 116.51º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #50A14B is Cyan = 0.50, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 80 | 161 | 75 | - |
| CMYK | 0.50 | 0 | 0.53 | 0.37 |
| HSL | 116.51º | 0.36% | 0.46% | - |
| HSV(B) | 116.51º | 0.53% | 0.63% | - |
| XYZ | 17.32 | 27.7 | 11.09 | - |
| YUV | 126.98 | 98.66 | 94.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 161 | 75 | 0.50 | 0 | 0.53 | 0.37 | 116.51 | 0.36 | 0.46 |
| Hex | 50 | A1 | 4B | 32 | 0 | 35 | 25 | 75 | 24 | 2E |
| Octal | 120 | 241 | 113 | 62 | 0 | 65 | 45 | 165 | 44 | 56 |
| Binary | 1010000 | 10100001 | 1001011 | 110010 | 0 | 110101 | 100101 | 1110101 | 100100 | 101110 |
Color Harmonies of #50A14B
Complementary color
Monochromatic Colors of #50A14B
Black with #50A14B
Text Example
Text Example
White with #50A14B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50A14B; }
p { color: rgb(80,161,75); }
H1.HeaderClassName
{
color: #50A14B;
}
.AnyTagClassName
{
color: #50A14B;
}
</style>
background-color css
<style>
a { background-color: #50A14B; }
a { background-color: rgb(80,161,75); }
div.DivClassName
{
background-color: #50A14B;
}
.BgClassName
{
background-color: #50A14B;
}
</style>
border-color css
<style>
span { border-color: #50A14B; }
span { border-color: rgb(80,161,75); }
td.TdClassName
{
border-color: #50A14B;
}
.TagClassName
{
border-color: #50A14B;
}
</style>