Shades of Fruit Salad #50C254
Tints of Fruit Salad #50C254
RGB
CMYK
RGB Variations
Color information
#50C254 (or 0x50C254) is known color: Fruit Salad. HEX triplet: 50, C2 and 54. RGB value is (80,194,84). Sum of RGB (Red+Green+Blue) = 80+194+84=358 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.35% from 358); Green value is 194 (76.17% from 255 or 54.19% from 358); Blue value is 84 (33.20% from 255 or 23.46% from 358); Max value from RGB is 194 - color contains mainly: green. Hex color #50C254 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50C254 is #AF3DAB. Grayscale: #939393. Windows color (decimal): -11484588 or 5554768. OLE color: 5554768.
HSL color Cylindrical-coordinate representation of color #50C254: hue angle of 122.11º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #50C254 is Cyan = 0.59, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 80 | 194 | 84 | - |
| CMYK | 0.59 | 0 | 0.57 | 0.24 |
| HSL | 122.11º | 0.48% | 0.54% | - |
| HSV(B) | 122.11º | 0.59% | 0.76% | - |
| XYZ | 24.2 | 40.93 | 15.01 | - |
| YUV | 147.37 | 92.23 | 79.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 194 | 84 | 0.59 | 0 | 0.57 | 0.24 | 122.11 | 0.48 | 0.54 |
| Hex | 50 | C2 | 54 | 3B | 0 | 39 | 18 | 7A | 30 | 36 |
| Octal | 120 | 302 | 124 | 73 | 0 | 71 | 30 | 172 | 60 | 66 |
| Binary | 1010000 | 11000010 | 1010100 | 111011 | 0 | 111001 | 11000 | 1111010 | 110000 | 110110 |
Color Harmonies of #50C254
Complementary color
Monochromatic Colors of #50C254
Black with #50C254
Text Example
Text Example
White with #50C254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50C254; }
p { color: rgb(80,194,84); }
H1.HeaderClassName
{
color: #50C254;
}
.AnyTagClassName
{
color: #50C254;
}
</style>
background-color css
<style>
a { background-color: #50C254; }
a { background-color: rgb(80,194,84); }
div.DivClassName
{
background-color: #50C254;
}
.BgClassName
{
background-color: #50C254;
}
</style>
border-color css
<style>
span { border-color: #50C254; }
span { border-color: rgb(80,194,84); }
td.TdClassName
{
border-color: #50C254;
}
.TagClassName
{
border-color: #50C254;
}
</style>