Shades of Fruit Salad #50A05A
Tints of Fruit Salad #50A05A
RGB
CMYK
RGB Variations
Color information
#50A05A (or 0x50A05A) is known color: Fruit Salad. HEX triplet: 50, A0 and 5A. RGB value is (80,160,90). Sum of RGB (Red+Green+Blue) = 80+160+90=330 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.24% from 330); Green value is 160 (62.89% from 255 or 48.48% from 330); Blue value is 90 (35.55% from 255 or 27.27% from 330); Max value from RGB is 160 - color contains mainly: green. Hex color #50A05A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50A05A is #AF5FA5. Grayscale: #808080. Windows color (decimal): -11493286 or 5939280. OLE color: 5939280.
HSL color Cylindrical-coordinate representation of color #50A05A: hue angle of 127.5º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #50A05A is Cyan = 0.5, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.37.
Color convert
RGB | 80 | 160 | 90 | - |
CMYK | 0.5 | 0 | 0.44 | 0.37 |
HSL | 127.5º | 0.33% | 0.47% | - |
HSV(B) | 127.5º | 0.5% | 0.63% | - |
XYZ | 17.72 | 27.59 | 14.06 | - |
YUV | 128.1 | 106.5 | 93.69 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 80 | 160 | 90 | 0.5 | 0 | 0.44 | 0.37 | 127.5 | 0.33 | 0.47 |
Hex | 50 | A0 | 5A | 32 | 0 | 2C | 25 | 80 | 21 | 2F |
Octal | 120 | 240 | 132 | 62 | 0 | 54 | 45 | 200 | 41 | 57 |
Binary | 1010000 | 10100000 | 1011010 | 110010 | 0 | 101100 | 100101 | 10000000 | 100001 | 101111 |
Color Harmonies of #50A05A
Complementary color
Monochromatic Colors of #50A05A
Black with #50A05A
Text Example
Text Example
White with #50A05A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50A05A; }
p { color: rgb(80,160,90); }
H1.HeaderClassName
{
color: #50A05A;
}
.AnyTagClassName
{
color: #50A05A;
}
</style>
background-color css
<style>
a { background-color: #50A05A; }
a { background-color: rgb(80,160,90); }
div.DivClassName
{
background-color: #50A05A;
}
.BgClassName
{
background-color: #50A05A;
}
</style>
border-color css
<style>
span { border-color: #50A05A; }
span { border-color: rgb(80,160,90); }
td.TdClassName
{
border-color: #50A05A;
}
.TagClassName
{
border-color: #50A05A;
}
</style>