Shades of Fruit Salad #50C051
Tints of Fruit Salad #50C051
RGB
CMYK
RGB Variations
Color information
#50C051 (or 0x50C051) is known color: Fruit Salad. HEX triplet: 50, C0 and 51. RGB value is (80,192,81). Sum of RGB (Red+Green+Blue) = 80+192+81=353 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.66% from 353); Green value is 192 (75.39% from 255 or 54.39% from 353); Blue value is 81 (32.03% from 255 or 22.95% from 353); Max value from RGB is 192 - color contains mainly: green. Hex color #50C051 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50C051 is #AF3FAE. Grayscale: #929292. Windows color (decimal): -11485103 or 5357648. OLE color: 5357648.
HSL color Cylindrical-coordinate representation of color #50C051: hue angle of 120.54º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #50C051 is Cyan = 0.58, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 80 | 192 | 81 | - |
| CMYK | 0.58 | 0 | 0.58 | 0.25 |
| HSL | 120.54º | 0.47% | 0.53% | - |
| HSV(B) | 120.54º | 0.58% | 0.75% | - |
| XYZ | 23.64 | 40 | 14.26 | - |
| YUV | 145.86 | 91.39 | 81.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 192 | 81 | 0.58 | 0 | 0.58 | 0.25 | 120.54 | 0.47 | 0.53 |
| Hex | 50 | C0 | 51 | 3A | 0 | 3A | 19 | 79 | 2F | 35 |
| Octal | 120 | 300 | 121 | 72 | 0 | 72 | 31 | 171 | 57 | 65 |
| Binary | 1010000 | 11000000 | 1010001 | 111010 | 0 | 111010 | 11001 | 1111001 | 101111 | 110101 |
Color Harmonies of #50C051
Complementary color
Monochromatic Colors of #50C051
Black with #50C051
Text Example
Text Example
White with #50C051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50C051; }
p { color: rgb(80,192,81); }
H1.HeaderClassName
{
color: #50C051;
}
.AnyTagClassName
{
color: #50C051;
}
</style>
background-color css
<style>
a { background-color: #50C051; }
a { background-color: rgb(80,192,81); }
div.DivClassName
{
background-color: #50C051;
}
.BgClassName
{
background-color: #50C051;
}
</style>
border-color css
<style>
span { border-color: #50C051; }
span { border-color: rgb(80,192,81); }
td.TdClassName
{
border-color: #50C051;
}
.TagClassName
{
border-color: #50C051;
}
</style>