Shades of Fruit Salad #50A452
Tints of Fruit Salad #50A452
RGB
CMYK
RGB Variations
Color information
#50A452 (or 0x50A452) is known color: Fruit Salad. HEX triplet: 50, A4 and 52. RGB value is (80,164,82). Sum of RGB (Red+Green+Blue) = 80+164+82=326 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.54% from 326); Green value is 164 (64.45% from 255 or 50.31% from 326); Blue value is 82 (32.42% from 255 or 25.15% from 326); Max value from RGB is 164 - color contains mainly: green. Hex color #50A452 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50A452 is #AF5BAD. Grayscale: #818181. Windows color (decimal): -11492270 or 5416016. OLE color: 5416016.
HSL color Cylindrical-coordinate representation of color #50A452: hue angle of 121.43º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #50A452 is Cyan = 0.51, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 80 | 164 | 82 | - |
| CMYK | 0.51 | 0 | 0.5 | 0.36 |
| HSL | 121.43º | 0.34% | 0.48% | - |
| HSV(B) | 121.43º | 0.51% | 0.64% | - |
| XYZ | 18.11 | 28.87 | 12.6 | - |
| YUV | 129.54 | 101.17 | 92.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 164 | 82 | 0.51 | 0 | 0.5 | 0.36 | 121.43 | 0.34 | 0.48 |
| Hex | 50 | A4 | 52 | 33 | 0 | 32 | 24 | 79 | 22 | 30 |
| Octal | 120 | 244 | 122 | 63 | 0 | 62 | 44 | 171 | 42 | 60 |
| Binary | 1010000 | 10100100 | 1010010 | 110011 | 0 | 110010 | 100100 | 1111001 | 100010 | 110000 |
Color Harmonies of #50A452
Complementary color
Monochromatic Colors of #50A452
Black with #50A452
Text Example
Text Example
White with #50A452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50A452; }
p { color: rgb(80,164,82); }
H1.HeaderClassName
{
color: #50A452;
}
.AnyTagClassName
{
color: #50A452;
}
</style>
background-color css
<style>
a { background-color: #50A452; }
a { background-color: rgb(80,164,82); }
div.DivClassName
{
background-color: #50A452;
}
.BgClassName
{
background-color: #50A452;
}
</style>
border-color css
<style>
span { border-color: #50A452; }
span { border-color: rgb(80,164,82); }
td.TdClassName
{
border-color: #50A452;
}
.TagClassName
{
border-color: #50A452;
}
</style>