Shades of Fruit Salad #50BB58
Tints of Fruit Salad #50BB58
RGB
CMYK
RGB Variations
Color information
#50BB58 (or 0x50BB58) is known color: Fruit Salad. HEX triplet: 50, BB and 58. RGB value is (80,187,88). Sum of RGB (Red+Green+Blue) = 80+187+88=355 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.54% from 355); Green value is 187 (73.44% from 255 or 52.68% from 355); Blue value is 88 (34.77% from 255 or 24.79% from 355); Max value from RGB is 187 - color contains mainly: green. Hex color #50BB58 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50BB58 is #AF44A7. Grayscale: #909090. Windows color (decimal): -11486376 or 5815120. OLE color: 5815120.
HSL color Cylindrical-coordinate representation of color #50BB58: hue angle of 124.49º 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 #50BB58 is Cyan = 0.57, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 80 | 187 | 88 | - |
| CMYK | 0.57 | 0 | 0.53 | 0.27 |
| HSL | 124.49º | 0.44% | 0.52% | - |
| HSV(B) | 124.49º | 0.57% | 0.73% | - |
| XYZ | 22.84 | 37.95 | 15.35 | - |
| YUV | 143.72 | 96.55 | 82.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 187 | 88 | 0.57 | 0 | 0.53 | 0.27 | 124.49 | 0.44 | 0.52 |
| Hex | 50 | BB | 58 | 39 | 0 | 35 | 1B | 7C | 2C | 34 |
| Octal | 120 | 273 | 130 | 71 | 0 | 65 | 33 | 174 | 54 | 64 |
| Binary | 1010000 | 10111011 | 1011000 | 111001 | 0 | 110101 | 11011 | 1111100 | 101100 | 110100 |
Color Harmonies of #50BB58
Complementary color
Monochromatic Colors of #50BB58
Black with #50BB58
Text Example
Text Example
White with #50BB58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50BB58; }
p { color: rgb(80,187,88); }
H1.HeaderClassName
{
color: #50BB58;
}
.AnyTagClassName
{
color: #50BB58;
}
</style>
background-color css
<style>
a { background-color: #50BB58; }
a { background-color: rgb(80,187,88); }
div.DivClassName
{
background-color: #50BB58;
}
.BgClassName
{
background-color: #50BB58;
}
</style>
border-color css
<style>
span { border-color: #50BB58; }
span { border-color: rgb(80,187,88); }
td.TdClassName
{
border-color: #50BB58;
}
.TagClassName
{
border-color: #50BB58;
}
</style>