Shades of Fruit Salad #50A13D
Tints of Fruit Salad #50A13D
RGB
CMYK
RGB Variations
Color information
#50A13D (or 0x50A13D) is known color: Fruit Salad. HEX triplet: 50, A1 and 3D. RGB value is (80,161,61). Sum of RGB (Red+Green+Blue) = 80+161+61=302 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.49% from 302); Green value is 161 (63.28% from 255 or 53.31% from 302); Blue value is 61 (24.22% from 255 or 20.20% from 302); Max value from RGB is 161 - color contains mainly: green. Hex color #50A13D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50A13D is #AF5EC2. Grayscale: #7D7D7D. Windows color (decimal): -11493059 or 4038992. OLE color: 4038992.
HSL color Cylindrical-coordinate representation of color #50A13D: hue angle of 108.6º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #50A13D is Cyan = 0.50, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 80 | 161 | 61 | - |
| CMYK | 0.50 | 0 | 0.62 | 0.37 |
| HSL | 108.6º | 0.45% | 0.44% | - |
| HSV(B) | 108.6º | 0.62% | 0.63% | - |
| XYZ | 16.9 | 27.53 | 8.84 | - |
| YUV | 125.38 | 91.66 | 95.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 161 | 61 | 0.50 | 0 | 0.62 | 0.37 | 108.6 | 0.45 | 0.44 |
| Hex | 50 | A1 | 3D | 32 | 0 | 3E | 25 | 6D | 2D | 2C |
| Octal | 120 | 241 | 75 | 62 | 0 | 76 | 45 | 155 | 55 | 54 |
| Binary | 1010000 | 10100001 | 111101 | 110010 | 0 | 111110 | 100101 | 1101101 | 101101 | 101100 |
Color Harmonies of #50A13D
Complementary color
Monochromatic Colors of #50A13D
Black with #50A13D
Text Example
Text Example
White with #50A13D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50A13D; }
p { color: rgb(80,161,61); }
H1.HeaderClassName
{
color: #50A13D;
}
.AnyTagClassName
{
color: #50A13D;
}
</style>
background-color css
<style>
a { background-color: #50A13D; }
a { background-color: rgb(80,161,61); }
div.DivClassName
{
background-color: #50A13D;
}
.BgClassName
{
background-color: #50A13D;
}
</style>
border-color css
<style>
span { border-color: #50A13D; }
span { border-color: rgb(80,161,61); }
td.TdClassName
{
border-color: #50A13D;
}
.TagClassName
{
border-color: #50A13D;
}
</style>