Shades of Fruit Salad #50C950
Tints of Fruit Salad #50C950
RGB
CMYK
RGB Variations
Color information
#50C950 (or 0x50C950) is known color: Fruit Salad. HEX triplet: 50, C9 and 50. RGB value is (80,201,80). Sum of RGB (Red+Green+Blue) = 80+201+80=361 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.16% from 361); Green value is 201 (78.91% from 255 or 55.68% from 361); Blue value is 80 (31.64% from 255 or 22.16% from 361); Max value from RGB is 201 - color contains mainly: green. Hex color #50C950 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50C950 is #AF36AF. Grayscale: #979797. Windows color (decimal): -11482800 or 5294416. OLE color: 5294416.
HSL color Cylindrical-coordinate representation of color #50C950: hue angle of 120º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #50C950 is Cyan = 0.60, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 80 | 201 | 80 | - |
| CMYK | 0.60 | 0 | 0.60 | 0.21 |
| HSL | 120º | 0.53% | 0.55% | - |
| HSV(B) | 120º | 0.6% | 0.79% | - |
| XYZ | 25.64 | 44.06 | 14.74 | - |
| YUV | 151.03 | 87.91 | 77.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 201 | 80 | 0.60 | 0 | 0.60 | 0.21 | 120 | 0.53 | 0.55 |
| Hex | 50 | C9 | 50 | 3C | 0 | 3C | 15 | 78 | 35 | 37 |
| Octal | 120 | 311 | 120 | 74 | 0 | 74 | 25 | 170 | 65 | 67 |
| Binary | 1010000 | 11001001 | 1010000 | 111100 | 0 | 111100 | 10101 | 1111000 | 110101 | 110111 |
Color Harmonies of #50C950
Complementary color
Monochromatic Colors of #50C950
Black with #50C950
Text Example
Text Example
White with #50C950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50C950; }
p { color: rgb(80,201,80); }
H1.HeaderClassName
{
color: #50C950;
}
.AnyTagClassName
{
color: #50C950;
}
</style>
background-color css
<style>
a { background-color: #50C950; }
a { background-color: rgb(80,201,80); }
div.DivClassName
{
background-color: #50C950;
}
.BgClassName
{
background-color: #50C950;
}
</style>
border-color css
<style>
span { border-color: #50C950; }
span { border-color: rgb(80,201,80); }
td.TdClassName
{
border-color: #50C950;
}
.TagClassName
{
border-color: #50C950;
}
</style>