Shades of Fruit Salad #50B752
Tints of Fruit Salad #50B752
RGB
CMYK
RGB Variations
Color information
#50B752 (or 0x50B752) is known color: Fruit Salad. HEX triplet: 50, B7 and 52. RGB value is (80,183,82). Sum of RGB (Red+Green+Blue) = 80+183+82=345 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.19% from 345); Green value is 183 (71.88% from 255 or 53.04% from 345); Blue value is 82 (32.42% from 255 or 23.77% from 345); Max value from RGB is 183 - color contains mainly: green. Hex color #50B752 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50B752 is #AF48AD. Grayscale: #8C8C8C. Windows color (decimal): -11487406 or 5420880. OLE color: 5420880.
HSL color Cylindrical-coordinate representation of color #50B752: hue angle of 121.17º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #50B752 is Cyan = 0.56, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 80 | 183 | 82 | - |
| CMYK | 0.56 | 0 | 0.55 | 0.28 |
| HSL | 121.17º | 0.42% | 0.52% | - |
| HSV(B) | 121.17º | 0.56% | 0.72% | - |
| XYZ | 21.76 | 36.18 | 13.82 | - |
| YUV | 140.69 | 94.88 | 84.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 183 | 82 | 0.56 | 0 | 0.55 | 0.28 | 121.17 | 0.42 | 0.52 |
| Hex | 50 | B7 | 52 | 38 | 0 | 37 | 1C | 79 | 2A | 34 |
| Octal | 120 | 267 | 122 | 70 | 0 | 67 | 34 | 171 | 52 | 64 |
| Binary | 1010000 | 10110111 | 1010010 | 111000 | 0 | 110111 | 11100 | 1111001 | 101010 | 110100 |
Color Harmonies of #50B752
Complementary color
Monochromatic Colors of #50B752
Black with #50B752
Text Example
Text Example
White with #50B752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50B752; }
p { color: rgb(80,183,82); }
H1.HeaderClassName
{
color: #50B752;
}
.AnyTagClassName
{
color: #50B752;
}
</style>
background-color css
<style>
a { background-color: #50B752; }
a { background-color: rgb(80,183,82); }
div.DivClassName
{
background-color: #50B752;
}
.BgClassName
{
background-color: #50B752;
}
</style>
border-color css
<style>
span { border-color: #50B752; }
span { border-color: rgb(80,183,82); }
td.TdClassName
{
border-color: #50B752;
}
.TagClassName
{
border-color: #50B752;
}
</style>