Shades of Fruit Salad #50A645
Tints of Fruit Salad #50A645
RGB
CMYK
RGB Variations
Color information
#50A645 (or 0x50A645) is known color: Fruit Salad. HEX triplet: 50, A6 and 45. RGB value is (80,166,69). Sum of RGB (Red+Green+Blue) = 80+166+69=315 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.40% from 315); Green value is 166 (65.23% from 255 or 52.70% from 315); Blue value is 69 (27.34% from 255 or 21.90% from 315); Max value from RGB is 166 - color contains mainly: green. Hex color #50A645 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50A645 is #AF59BA. Grayscale: #818181. Windows color (decimal): -11491771 or 4564560. OLE color: 4564560.
HSL color Cylindrical-coordinate representation of color #50A645: hue angle of 113.2º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #50A645 is Cyan = 0.52, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 80 | 166 | 69 | - |
| CMYK | 0.52 | 0 | 0.58 | 0.35 |
| HSL | 113.2º | 0.41% | 0.46% | - |
| HSV(B) | 113.2º | 0.58% | 0.65% | - |
| XYZ | 18.02 | 29.41 | 10.36 | - |
| YUV | 129.23 | 94.01 | 92.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 166 | 69 | 0.52 | 0 | 0.58 | 0.35 | 113.2 | 0.41 | 0.46 |
| Hex | 50 | A6 | 45 | 34 | 0 | 3A | 23 | 71 | 29 | 2E |
| Octal | 120 | 246 | 105 | 64 | 0 | 72 | 43 | 161 | 51 | 56 |
| Binary | 1010000 | 10100110 | 1000101 | 110100 | 0 | 111010 | 100011 | 1110001 | 101001 | 101110 |
Color Harmonies of #50A645
Complementary color
Monochromatic Colors of #50A645
Black with #50A645
Text Example
Text Example
White with #50A645
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50A645; }
p { color: rgb(80,166,69); }
H1.HeaderClassName
{
color: #50A645;
}
.AnyTagClassName
{
color: #50A645;
}
</style>
background-color css
<style>
a { background-color: #50A645; }
a { background-color: rgb(80,166,69); }
div.DivClassName
{
background-color: #50A645;
}
.BgClassName
{
background-color: #50A645;
}
</style>
border-color css
<style>
span { border-color: #50A645; }
span { border-color: rgb(80,166,69); }
td.TdClassName
{
border-color: #50A645;
}
.TagClassName
{
border-color: #50A645;
}
</style>