Shades of Fruit Salad #50A952
Tints of Fruit Salad #50A952
RGB
CMYK
RGB Variations
Color information
#50A952 (or 0x50A952) is known color: Fruit Salad. HEX triplet: 50, A9 and 52. RGB value is (80,169,82). Sum of RGB (Red+Green+Blue) = 80+169+82=331 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.17% from 331); Green value is 169 (66.41% from 255 or 51.06% from 331); Blue value is 82 (32.42% from 255 or 24.77% from 331); Max value from RGB is 169 - color contains mainly: green. Hex color #50A952 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50A952 is #AF56AD. Grayscale: #848484. Windows color (decimal): -11490990 or 5417296. OLE color: 5417296.
HSL color Cylindrical-coordinate representation of color #50A952: hue angle of 121.35º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #50A952 is Cyan = 0.53, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 80 | 169 | 82 | - |
| CMYK | 0.53 | 0 | 0.51 | 0.34 |
| HSL | 121.35º | 0.36% | 0.49% | - |
| HSV(B) | 121.35º | 0.53% | 0.66% | - |
| XYZ | 19.02 | 30.69 | 12.9 | - |
| YUV | 132.47 | 99.51 | 90.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 169 | 82 | 0.53 | 0 | 0.51 | 0.34 | 121.35 | 0.36 | 0.49 |
| Hex | 50 | A9 | 52 | 35 | 0 | 33 | 22 | 79 | 24 | 31 |
| Octal | 120 | 251 | 122 | 65 | 0 | 63 | 42 | 171 | 44 | 61 |
| Binary | 1010000 | 10101001 | 1010010 | 110101 | 0 | 110011 | 100010 | 1111001 | 100100 | 110001 |
Color Harmonies of #50A952
Complementary color
Monochromatic Colors of #50A952
Black with #50A952
Text Example
Text Example
White with #50A952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50A952; }
p { color: rgb(80,169,82); }
H1.HeaderClassName
{
color: #50A952;
}
.AnyTagClassName
{
color: #50A952;
}
</style>
background-color css
<style>
a { background-color: #50A952; }
a { background-color: rgb(80,169,82); }
div.DivClassName
{
background-color: #50A952;
}
.BgClassName
{
background-color: #50A952;
}
</style>
border-color css
<style>
span { border-color: #50A952; }
span { border-color: rgb(80,169,82); }
td.TdClassName
{
border-color: #50A952;
}
.TagClassName
{
border-color: #50A952;
}
</style>