Shades of Fruit Salad #50A63F
Tints of Fruit Salad #50A63F
RGB
CMYK
RGB Variations
Color information
#50A63F (or 0x50A63F) is known color: Fruit Salad. HEX triplet: 50, A6 and 3F. RGB value is (80,166,63). Sum of RGB (Red+Green+Blue) = 80+166+63=309 (40% of max value = 765). Red value is 80 (31.64% from 255 or 25.89% from 309); Green value is 166 (65.23% from 255 or 53.72% from 309); Blue value is 63 (25% from 255 or 20.39% from 309); Max value from RGB is 166 - color contains mainly: green. Hex color #50A63F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50A63F is #AF59C0. Grayscale: #808080. Windows color (decimal): -11491777 or 4171344. OLE color: 4171344.
HSL color Cylindrical-coordinate representation of color #50A63F: hue angle of 110.1º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #50A63F is Cyan = 0.52, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 80 | 166 | 63 | - |
| CMYK | 0.52 | 0 | 0.62 | 0.35 |
| HSL | 110.1º | 0.45% | 0.45% | - |
| HSV(B) | 110.1º | 0.62% | 0.65% | - |
| XYZ | 17.84 | 29.34 | 9.42 | - |
| YUV | 128.54 | 91.01 | 93.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 166 | 63 | 0.52 | 0 | 0.62 | 0.35 | 110.1 | 0.45 | 0.45 |
| Hex | 50 | A6 | 3F | 34 | 0 | 3E | 23 | 6E | 2D | 2D |
| Octal | 120 | 246 | 77 | 64 | 0 | 76 | 43 | 156 | 55 | 55 |
| Binary | 1010000 | 10100110 | 111111 | 110100 | 0 | 111110 | 100011 | 1101110 | 101101 | 101101 |
Color Harmonies of #50A63F
Complementary color
Monochromatic Colors of #50A63F
Black with #50A63F
Text Example
Text Example
White with #50A63F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50A63F; }
p { color: rgb(80,166,63); }
H1.HeaderClassName
{
color: #50A63F;
}
.AnyTagClassName
{
color: #50A63F;
}
</style>
background-color css
<style>
a { background-color: #50A63F; }
a { background-color: rgb(80,166,63); }
div.DivClassName
{
background-color: #50A63F;
}
.BgClassName
{
background-color: #50A63F;
}
</style>
border-color css
<style>
span { border-color: #50A63F; }
span { border-color: rgb(80,166,63); }
td.TdClassName
{
border-color: #50A63F;
}
.TagClassName
{
border-color: #50A63F;
}
</style>