Shades of Fruit Salad #50B149
Tints of Fruit Salad #50B149
RGB
CMYK
RGB Variations
Color information
#50B149 (or 0x50B149) is known color: Fruit Salad. HEX triplet: 50, B1 and 49. RGB value is (80,177,73). Sum of RGB (Red+Green+Blue) = 80+177+73=330 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.24% from 330); Green value is 177 (69.53% from 255 or 53.64% from 330); Blue value is 73 (28.91% from 255 or 22.12% from 330); Max value from RGB is 177 - color contains mainly: green. Hex color #50B149 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50B149 is #AF4EB6. Grayscale: #888888. Windows color (decimal): -11488951 or 4829520. OLE color: 4829520.
HSL color Cylindrical-coordinate representation of color #50B149: hue angle of 115.96º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #50B149 is Cyan = 0.55, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 80 | 177 | 73 | - |
| CMYK | 0.55 | 0 | 0.59 | 0.31 |
| HSL | 115.96º | 0.42% | 0.49% | - |
| HSV(B) | 115.96º | 0.59% | 0.69% | - |
| XYZ | 20.23 | 33.63 | 11.73 | - |
| YUV | 136.14 | 92.36 | 87.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 177 | 73 | 0.55 | 0 | 0.59 | 0.31 | 115.96 | 0.42 | 0.49 |
| Hex | 50 | B1 | 49 | 37 | 0 | 3B | 1F | 74 | 2A | 31 |
| Octal | 120 | 261 | 111 | 67 | 0 | 73 | 37 | 164 | 52 | 61 |
| Binary | 1010000 | 10110001 | 1001001 | 110111 | 0 | 111011 | 11111 | 1110100 | 101010 | 110001 |
Color Harmonies of #50B149
Complementary color
Monochromatic Colors of #50B149
Black with #50B149
Text Example
Text Example
White with #50B149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50B149; }
p { color: rgb(80,177,73); }
H1.HeaderClassName
{
color: #50B149;
}
.AnyTagClassName
{
color: #50B149;
}
</style>
background-color css
<style>
a { background-color: #50B149; }
a { background-color: rgb(80,177,73); }
div.DivClassName
{
background-color: #50B149;
}
.BgClassName
{
background-color: #50B149;
}
</style>
border-color css
<style>
span { border-color: #50B149; }
span { border-color: rgb(80,177,73); }
td.TdClassName
{
border-color: #50B149;
}
.TagClassName
{
border-color: #50B149;
}
</style>