Shades of Fruit Salad #50BB5A
Tints of Fruit Salad #50BB5A
RGB
CMYK
RGB Variations
Color information
#50BB5A (or 0x50BB5A) is known color: Fruit Salad. HEX triplet: 50, BB and 5A. RGB value is (80,187,90). Sum of RGB (Red+Green+Blue) = 80+187+90=357 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.41% from 357); Green value is 187 (73.44% from 255 or 52.38% from 357); Blue value is 90 (35.55% from 255 or 25.21% from 357); Max value from RGB is 187 - color contains mainly: green. Hex color #50BB5A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50BB5A is #AF44A5. Grayscale: #909090. Windows color (decimal): -11486374 or 5946192. OLE color: 5946192.
HSL color Cylindrical-coordinate representation of color #50BB5A: hue angle of 125.61º 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 #50BB5A is Cyan = 0.57, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 80 | 187 | 90 | - |
| CMYK | 0.57 | 0 | 0.52 | 0.27 |
| HSL | 125.61º | 0.44% | 0.52% | - |
| HSV(B) | 125.61º | 0.57% | 0.73% | - |
| XYZ | 22.92 | 37.98 | 15.8 | - |
| YUV | 143.95 | 97.55 | 82.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 187 | 90 | 0.57 | 0 | 0.52 | 0.27 | 125.61 | 0.44 | 0.52 |
| Hex | 50 | BB | 5A | 39 | 0 | 34 | 1B | 7E | 2C | 34 |
| Octal | 120 | 273 | 132 | 71 | 0 | 64 | 33 | 176 | 54 | 64 |
| Binary | 1010000 | 10111011 | 1011010 | 111001 | 0 | 110100 | 11011 | 1111110 | 101100 | 110100 |
Color Harmonies of #50BB5A
Complementary color
Monochromatic Colors of #50BB5A
Black with #50BB5A
Text Example
Text Example
White with #50BB5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50BB5A; }
p { color: rgb(80,187,90); }
H1.HeaderClassName
{
color: #50BB5A;
}
.AnyTagClassName
{
color: #50BB5A;
}
</style>
background-color css
<style>
a { background-color: #50BB5A; }
a { background-color: rgb(80,187,90); }
div.DivClassName
{
background-color: #50BB5A;
}
.BgClassName
{
background-color: #50BB5A;
}
</style>
border-color css
<style>
span { border-color: #50BB5A; }
span { border-color: rgb(80,187,90); }
td.TdClassName
{
border-color: #50BB5A;
}
.TagClassName
{
border-color: #50BB5A;
}
</style>