Shades of Fruit Salad #50BC53
Tints of Fruit Salad #50BC53
RGB
CMYK
RGB Variations
Color information
#50BC53 (or 0x50BC53) is known color: Fruit Salad. HEX triplet: 50, BC and 53. RGB value is (80,188,83). Sum of RGB (Red+Green+Blue) = 80+188+83=351 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.79% from 351); Green value is 188 (73.83% from 255 or 53.56% from 351); Blue value is 83 (32.81% from 255 or 23.65% from 351); Max value from RGB is 188 - color contains mainly: green. Hex color #50BC53 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50BC53 is #AF43AC. Grayscale: #909090. Windows color (decimal): -11486125 or 5487696. OLE color: 5487696.
HSL color Cylindrical-coordinate representation of color #50BC53: hue angle of 121.67º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #50BC53 is Cyan = 0.57, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 80 | 188 | 83 | - |
| CMYK | 0.57 | 0 | 0.56 | 0.26 |
| HSL | 121.67º | 0.45% | 0.53% | - |
| HSV(B) | 121.67º | 0.57% | 0.74% | - |
| XYZ | 22.85 | 38.3 | 14.37 | - |
| YUV | 143.74 | 93.72 | 82.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 188 | 83 | 0.57 | 0 | 0.56 | 0.26 | 121.67 | 0.45 | 0.53 |
| Hex | 50 | BC | 53 | 39 | 0 | 38 | 1A | 7A | 2D | 35 |
| Octal | 120 | 274 | 123 | 71 | 0 | 70 | 32 | 172 | 55 | 65 |
| Binary | 1010000 | 10111100 | 1010011 | 111001 | 0 | 111000 | 11010 | 1111010 | 101101 | 110101 |
Color Harmonies of #50BC53
Complementary color
Monochromatic Colors of #50BC53
Black with #50BC53
Text Example
Text Example
White with #50BC53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50BC53; }
p { color: rgb(80,188,83); }
H1.HeaderClassName
{
color: #50BC53;
}
.AnyTagClassName
{
color: #50BC53;
}
</style>
background-color css
<style>
a { background-color: #50BC53; }
a { background-color: rgb(80,188,83); }
div.DivClassName
{
background-color: #50BC53;
}
.BgClassName
{
background-color: #50BC53;
}
</style>
border-color css
<style>
span { border-color: #50BC53; }
span { border-color: rgb(80,188,83); }
td.TdClassName
{
border-color: #50BC53;
}
.TagClassName
{
border-color: #50BC53;
}
</style>