Shades of Fruit Salad #50B05C
Tints of Fruit Salad #50B05C
RGB
CMYK
RGB Variations
Color information
#50B05C (or 0x50B05C) is known color: Fruit Salad. HEX triplet: 50, B0 and 5C. RGB value is (80,176,92). Sum of RGB (Red+Green+Blue) = 80+176+92=348 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.99% from 348); Green value is 176 (69.14% from 255 or 50.57% from 348); Blue value is 92 (36.33% from 255 or 26.44% from 348); Max value from RGB is 176 - color contains mainly: green. Hex color #50B05C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50B05C is #AF4FA3. Grayscale: #898989. Windows color (decimal): -11489188 or 6074448. OLE color: 6074448.
HSL color Cylindrical-coordinate representation of color #50B05C: hue angle of 127.5º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #50B05C is Cyan = 0.55, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 80 | 176 | 92 | - |
| CMYK | 0.55 | 0 | 0.48 | 0.31 |
| HSL | 127.5º | 0.38% | 0.5% | - |
| HSV(B) | 127.5º | 0.55% | 0.69% | - |
| XYZ | 20.77 | 33.53 | 15.5 | - |
| YUV | 137.72 | 102.2 | 86.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 176 | 92 | 0.55 | 0 | 0.48 | 0.31 | 127.5 | 0.38 | 0.5 |
| Hex | 50 | B0 | 5C | 37 | 0 | 30 | 1F | 80 | 26 | 32 |
| Octal | 120 | 260 | 134 | 67 | 0 | 60 | 37 | 200 | 46 | 62 |
| Binary | 1010000 | 10110000 | 1011100 | 110111 | 0 | 110000 | 11111 | 10000000 | 100110 | 110010 |
Color Harmonies of #50B05C
Complementary color
Monochromatic Colors of #50B05C
Black with #50B05C
Text Example
Text Example
White with #50B05C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50B05C; }
p { color: rgb(80,176,92); }
H1.HeaderClassName
{
color: #50B05C;
}
.AnyTagClassName
{
color: #50B05C;
}
</style>
background-color css
<style>
a { background-color: #50B05C; }
a { background-color: rgb(80,176,92); }
div.DivClassName
{
background-color: #50B05C;
}
.BgClassName
{
background-color: #50B05C;
}
</style>
border-color css
<style>
span { border-color: #50B05C; }
span { border-color: rgb(80,176,92); }
td.TdClassName
{
border-color: #50B05C;
}
.TagClassName
{
border-color: #50B05C;
}
</style>