Shades of Fruit Salad #50BE4A
Tints of Fruit Salad #50BE4A
RGB
CMYK
RGB Variations
Color information
#50BE4A (or 0x50BE4A) is known color: Fruit Salad. HEX triplet: 50, BE and 4A. RGB value is (80,190,74). Sum of RGB (Red+Green+Blue) = 80+190+74=344 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.26% from 344); Green value is 190 (74.61% from 255 or 55.23% from 344); Blue value is 74 (29.30% from 255 or 21.51% from 344); Max value from RGB is 190 - color contains mainly: green. Hex color #50BE4A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50BE4A is #AF41B5. Grayscale: #909090. Windows color (decimal): -11485622 or 4898384. OLE color: 4898384.
HSL color Cylindrical-coordinate representation of color #50BE4A: hue angle of 116.9º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #50BE4A is Cyan = 0.58, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 80 | 190 | 74 | - |
| CMYK | 0.58 | 0 | 0.61 | 0.25 |
| HSL | 116.9º | 0.47% | 0.52% | - |
| HSV(B) | 116.9º | 0.61% | 0.75% | - |
| XYZ | 22.96 | 39.03 | 12.8 | - |
| YUV | 143.89 | 88.56 | 82.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 190 | 74 | 0.58 | 0 | 0.61 | 0.25 | 116.9 | 0.47 | 0.52 |
| Hex | 50 | BE | 4A | 3A | 0 | 3D | 19 | 75 | 2F | 34 |
| Octal | 120 | 276 | 112 | 72 | 0 | 75 | 31 | 165 | 57 | 64 |
| Binary | 1010000 | 10111110 | 1001010 | 111010 | 0 | 111101 | 11001 | 1110101 | 101111 | 110100 |
Color Harmonies of #50BE4A
Complementary color
Monochromatic Colors of #50BE4A
Black with #50BE4A
Text Example
Text Example
White with #50BE4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50BE4A; }
p { color: rgb(80,190,74); }
H1.HeaderClassName
{
color: #50BE4A;
}
.AnyTagClassName
{
color: #50BE4A;
}
</style>
background-color css
<style>
a { background-color: #50BE4A; }
a { background-color: rgb(80,190,74); }
div.DivClassName
{
background-color: #50BE4A;
}
.BgClassName
{
background-color: #50BE4A;
}
</style>
border-color css
<style>
span { border-color: #50BE4A; }
span { border-color: rgb(80,190,74); }
td.TdClassName
{
border-color: #50BE4A;
}
.TagClassName
{
border-color: #50BE4A;
}
</style>