Shades of Fruit Salad #50BB57
Tints of Fruit Salad #50BB57
RGB
CMYK
RGB Variations
Color information
#50BB57 (or 0x50BB57) is known color: Fruit Salad. HEX triplet: 50, BB and 57. RGB value is (80,187,87). Sum of RGB (Red+Green+Blue) = 80+187+87=354 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.60% from 354); Green value is 187 (73.44% from 255 or 52.82% from 354); Blue value is 87 (34.38% from 255 or 24.58% from 354); Max value from RGB is 187 - color contains mainly: green. Hex color #50BB57 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50BB57 is #AF44A8. Grayscale: #8F8F8F. Windows color (decimal): -11486377 or 5749584. OLE color: 5749584.
HSL color Cylindrical-coordinate representation of color #50BB57: hue angle of 123.93º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #50BB57 is Cyan = 0.57, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 80 | 187 | 87 | - |
| CMYK | 0.57 | 0 | 0.53 | 0.27 |
| HSL | 123.93º | 0.44% | 0.52% | - |
| HSV(B) | 123.93º | 0.57% | 0.73% | - |
| XYZ | 22.8 | 37.93 | 15.14 | - |
| YUV | 143.61 | 96.05 | 82.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 187 | 87 | 0.57 | 0 | 0.53 | 0.27 | 123.93 | 0.44 | 0.52 |
| Hex | 50 | BB | 57 | 39 | 0 | 35 | 1B | 7C | 2C | 34 |
| Octal | 120 | 273 | 127 | 71 | 0 | 65 | 33 | 174 | 54 | 64 |
| Binary | 1010000 | 10111011 | 1010111 | 111001 | 0 | 110101 | 11011 | 1111100 | 101100 | 110100 |
Color Harmonies of #50BB57
Complementary color
Monochromatic Colors of #50BB57
Black with #50BB57
Text Example
Text Example
White with #50BB57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50BB57; }
p { color: rgb(80,187,87); }
H1.HeaderClassName
{
color: #50BB57;
}
.AnyTagClassName
{
color: #50BB57;
}
</style>
background-color css
<style>
a { background-color: #50BB57; }
a { background-color: rgb(80,187,87); }
div.DivClassName
{
background-color: #50BB57;
}
.BgClassName
{
background-color: #50BB57;
}
</style>
border-color css
<style>
span { border-color: #50BB57; }
span { border-color: rgb(80,187,87); }
td.TdClassName
{
border-color: #50BB57;
}
.TagClassName
{
border-color: #50BB57;
}
</style>