Shades of Fruit Salad #50BE4D
Tints of Fruit Salad #50BE4D
RGB
CMYK
RGB Variations
Color information
#50BE4D (or 0x50BE4D) is known color: Fruit Salad. HEX triplet: 50, BE and 4D. RGB value is (80,190,77). Sum of RGB (Red+Green+Blue) = 80+190+77=347 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.05% from 347); Green value is 190 (74.61% from 255 or 54.76% from 347); Blue value is 77 (30.47% from 255 or 22.19% from 347); Max value from RGB is 190 - color contains mainly: green. Hex color #50BE4D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50BE4D is #AF41B2. Grayscale: #909090. Windows color (decimal): -11485619 or 5094992. OLE color: 5094992.
HSL color Cylindrical-coordinate representation of color #50BE4D: hue angle of 118.41º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #50BE4D is Cyan = 0.58, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 80 | 190 | 77 | - |
| CMYK | 0.58 | 0 | 0.59 | 0.25 |
| HSL | 118.41º | 0.47% | 0.52% | - |
| HSV(B) | 118.41º | 0.59% | 0.75% | - |
| XYZ | 23.06 | 39.07 | 13.35 | - |
| YUV | 144.23 | 90.06 | 82.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 190 | 77 | 0.58 | 0 | 0.59 | 0.25 | 118.41 | 0.47 | 0.52 |
| Hex | 50 | BE | 4D | 3A | 0 | 3B | 19 | 76 | 2F | 34 |
| Octal | 120 | 276 | 115 | 72 | 0 | 73 | 31 | 166 | 57 | 64 |
| Binary | 1010000 | 10111110 | 1001101 | 111010 | 0 | 111011 | 11001 | 1110110 | 101111 | 110100 |
Color Harmonies of #50BE4D
Complementary color
Monochromatic Colors of #50BE4D
Black with #50BE4D
Text Example
Text Example
White with #50BE4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50BE4D; }
p { color: rgb(80,190,77); }
H1.HeaderClassName
{
color: #50BE4D;
}
.AnyTagClassName
{
color: #50BE4D;
}
</style>
background-color css
<style>
a { background-color: #50BE4D; }
a { background-color: rgb(80,190,77); }
div.DivClassName
{
background-color: #50BE4D;
}
.BgClassName
{
background-color: #50BE4D;
}
</style>
border-color css
<style>
span { border-color: #50BE4D; }
span { border-color: rgb(80,190,77); }
td.TdClassName
{
border-color: #50BE4D;
}
.TagClassName
{
border-color: #50BE4D;
}
</style>