Shades of Fruit Salad #50C652
Tints of Fruit Salad #50C652
RGB
CMYK
RGB Variations
Color information
#50C652 (or 0x50C652) is known color: Fruit Salad. HEX triplet: 50, C6 and 52. RGB value is (80,198,82). Sum of RGB (Red+Green+Blue) = 80+198+82=360 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.22% from 360); Green value is 198 (77.73% from 255 or 55% from 360); Blue value is 82 (32.42% from 255 or 22.78% from 360); Max value from RGB is 198 - color contains mainly: green. Hex color #50C652 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50C652 is #AF39AD. Grayscale: #959595. Windows color (decimal): -11483566 or 5424720. OLE color: 5424720.
HSL color Cylindrical-coordinate representation of color #50C652: hue angle of 121.02º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #50C652 is Cyan = 0.60, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 80 | 198 | 82 | - |
| CMYK | 0.60 | 0 | 0.59 | 0.22 |
| HSL | 121.02º | 0.51% | 0.55% | - |
| HSV(B) | 121.02º | 0.6% | 0.78% | - |
| XYZ | 25.03 | 42.7 | 14.91 | - |
| YUV | 149.49 | 89.91 | 78.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 198 | 82 | 0.60 | 0 | 0.59 | 0.22 | 121.02 | 0.51 | 0.55 |
| Hex | 50 | C6 | 52 | 3C | 0 | 3B | 16 | 79 | 33 | 37 |
| Octal | 120 | 306 | 122 | 74 | 0 | 73 | 26 | 171 | 63 | 67 |
| Binary | 1010000 | 11000110 | 1010010 | 111100 | 0 | 111011 | 10110 | 1111001 | 110011 | 110111 |
Color Harmonies of #50C652
Complementary color
Monochromatic Colors of #50C652
Black with #50C652
Text Example
Text Example
White with #50C652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50C652; }
p { color: rgb(80,198,82); }
H1.HeaderClassName
{
color: #50C652;
}
.AnyTagClassName
{
color: #50C652;
}
</style>
background-color css
<style>
a { background-color: #50C652; }
a { background-color: rgb(80,198,82); }
div.DivClassName
{
background-color: #50C652;
}
.BgClassName
{
background-color: #50C652;
}
</style>
border-color css
<style>
span { border-color: #50C652; }
span { border-color: rgb(80,198,82); }
td.TdClassName
{
border-color: #50C652;
}
.TagClassName
{
border-color: #50C652;
}
</style>