Shades of Fruit Salad #50B55C
Tints of Fruit Salad #50B55C
RGB
CMYK
RGB Variations
Color information
#50B55C (or 0x50B55C) is known color: Fruit Salad. HEX triplet: 50, B5 and 5C. RGB value is (80,181,92). Sum of RGB (Red+Green+Blue) = 80+181+92=353 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.66% from 353); Green value is 181 (71.09% from 255 or 51.27% from 353); Blue value is 92 (36.33% from 255 or 26.06% from 353); Max value from RGB is 181 - color contains mainly: green. Hex color #50B55C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50B55C is #AF4AA3. Grayscale: #8C8C8C. Windows color (decimal): -11487908 or 6075728. OLE color: 6075728.
HSL color Cylindrical-coordinate representation of color #50B55C: hue angle of 127.13º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #50B55C is Cyan = 0.56, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 80 | 181 | 92 | - |
| CMYK | 0.56 | 0 | 0.49 | 0.29 |
| HSL | 127.13º | 0.41% | 0.51% | - |
| HSV(B) | 127.13º | 0.56% | 0.71% | - |
| XYZ | 21.76 | 35.53 | 15.84 | - |
| YUV | 140.66 | 100.54 | 84.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 181 | 92 | 0.56 | 0 | 0.49 | 0.29 | 127.13 | 0.41 | 0.51 |
| Hex | 50 | B5 | 5C | 38 | 0 | 31 | 1D | 7F | 29 | 33 |
| Octal | 120 | 265 | 134 | 70 | 0 | 61 | 35 | 177 | 51 | 63 |
| Binary | 1010000 | 10110101 | 1011100 | 111000 | 0 | 110001 | 11101 | 1111111 | 101001 | 110011 |
Color Harmonies of #50B55C
Complementary color
Monochromatic Colors of #50B55C
Black with #50B55C
Text Example
Text Example
White with #50B55C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50B55C; }
p { color: rgb(80,181,92); }
H1.HeaderClassName
{
color: #50B55C;
}
.AnyTagClassName
{
color: #50B55C;
}
</style>
background-color css
<style>
a { background-color: #50B55C; }
a { background-color: rgb(80,181,92); }
div.DivClassName
{
background-color: #50B55C;
}
.BgClassName
{
background-color: #50B55C;
}
</style>
border-color css
<style>
span { border-color: #50B55C; }
span { border-color: rgb(80,181,92); }
td.TdClassName
{
border-color: #50B55C;
}
.TagClassName
{
border-color: #50B55C;
}
</style>