Shades of Fruit Salad #50B547
Tints of Fruit Salad #50B547
RGB
CMYK
RGB Variations
Color information
#50B547 (or 0x50B547) is known color: Fruit Salad. HEX triplet: 50, B5 and 47. RGB value is (80,181,71). Sum of RGB (Red+Green+Blue) = 80+181+71=332 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.10% from 332); Green value is 181 (71.09% from 255 or 54.52% from 332); Blue value is 71 (28.12% from 255 or 21.39% from 332); Max value from RGB is 181 - color contains mainly: green. Hex color #50B547 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50B547 is #AF4AB8. Grayscale: #8A8A8A. Windows color (decimal): -11487929 or 4699472. OLE color: 4699472.
HSL color Cylindrical-coordinate representation of color #50B547: hue angle of 115.09º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #50B547 is Cyan = 0.56, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 80 | 181 | 71 | - |
| CMYK | 0.56 | 0 | 0.61 | 0.29 |
| HSL | 115.09º | 0.44% | 0.49% | - |
| HSV(B) | 115.09º | 0.61% | 0.71% | - |
| XYZ | 20.97 | 35.21 | 11.65 | - |
| YUV | 138.26 | 90.04 | 86.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 181 | 71 | 0.56 | 0 | 0.61 | 0.29 | 115.09 | 0.44 | 0.49 |
| Hex | 50 | B5 | 47 | 38 | 0 | 3D | 1D | 73 | 2C | 31 |
| Octal | 120 | 265 | 107 | 70 | 0 | 75 | 35 | 163 | 54 | 61 |
| Binary | 1010000 | 10110101 | 1000111 | 111000 | 0 | 111101 | 11101 | 1110011 | 101100 | 110001 |
Color Harmonies of #50B547
Complementary color
Monochromatic Colors of #50B547
Black with #50B547
Text Example
Text Example
White with #50B547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50B547; }
p { color: rgb(80,181,71); }
H1.HeaderClassName
{
color: #50B547;
}
.AnyTagClassName
{
color: #50B547;
}
</style>
background-color css
<style>
a { background-color: #50B547; }
a { background-color: rgb(80,181,71); }
div.DivClassName
{
background-color: #50B547;
}
.BgClassName
{
background-color: #50B547;
}
</style>
border-color css
<style>
span { border-color: #50B547; }
span { border-color: rgb(80,181,71); }
td.TdClassName
{
border-color: #50B547;
}
.TagClassName
{
border-color: #50B547;
}
</style>