Shades of Fruit Salad #50B648
Tints of Fruit Salad #50B648
RGB
CMYK
RGB Variations
Color information
#50B648 (or 0x50B648) is known color: Fruit Salad. HEX triplet: 50, B6 and 48. RGB value is (80,182,72). Sum of RGB (Red+Green+Blue) = 80+182+72=334 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.95% from 334); Green value is 182 (71.48% from 255 or 54.49% from 334); Blue value is 72 (28.52% from 255 or 21.56% from 334); Max value from RGB is 182 - color contains mainly: green. Hex color #50B648 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50B648 is #AF49B7. Grayscale: #8B8B8B. Windows color (decimal): -11487672 or 4765264. OLE color: 4765264.
HSL color Cylindrical-coordinate representation of color #50B648: hue angle of 115.64º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #50B648 is Cyan = 0.56, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 80 | 182 | 72 | - |
| CMYK | 0.56 | 0 | 0.60 | 0.29 |
| HSL | 115.64º | 0.43% | 0.5% | - |
| HSV(B) | 115.64º | 0.6% | 0.71% | - |
| XYZ | 21.21 | 35.63 | 11.89 | - |
| YUV | 138.96 | 90.21 | 85.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 182 | 72 | 0.56 | 0 | 0.60 | 0.29 | 115.64 | 0.43 | 0.5 |
| Hex | 50 | B6 | 48 | 38 | 0 | 3C | 1D | 74 | 2B | 32 |
| Octal | 120 | 266 | 110 | 70 | 0 | 74 | 35 | 164 | 53 | 62 |
| Binary | 1010000 | 10110110 | 1001000 | 111000 | 0 | 111100 | 11101 | 1110100 | 101011 | 110010 |
Color Harmonies of #50B648
Complementary color
Monochromatic Colors of #50B648
Black with #50B648
Text Example
Text Example
White with #50B648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50B648; }
p { color: rgb(80,182,72); }
H1.HeaderClassName
{
color: #50B648;
}
.AnyTagClassName
{
color: #50B648;
}
</style>
background-color css
<style>
a { background-color: #50B648; }
a { background-color: rgb(80,182,72); }
div.DivClassName
{
background-color: #50B648;
}
.BgClassName
{
background-color: #50B648;
}
</style>
border-color css
<style>
span { border-color: #50B648; }
span { border-color: rgb(80,182,72); }
td.TdClassName
{
border-color: #50B648;
}
.TagClassName
{
border-color: #50B648;
}
</style>