Shades of Fruit Salad #50B45A
Tints of Fruit Salad #50B45A
RGB
CMYK
RGB Variations
Color information
#50B45A (or 0x50B45A) is known color: Fruit Salad. HEX triplet: 50, B4 and 5A. RGB value is (80,180,90). Sum of RGB (Red+Green+Blue) = 80+180+90=350 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.86% from 350); Green value is 180 (70.70% from 255 or 51.43% from 350); Blue value is 90 (35.55% from 255 or 25.71% from 350); Max value from RGB is 180 - color contains mainly: green. Hex color #50B45A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50B45A is #AF4BA5. Grayscale: #8C8C8C. Windows color (decimal): -11488166 or 5944400. OLE color: 5944400.
HSL color Cylindrical-coordinate representation of color #50B45A: hue angle of 126º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #50B45A is Cyan = 0.56, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 80 | 180 | 90 | - |
| CMYK | 0.56 | 0 | 0.50 | 0.29 |
| HSL | 126º | 0.4% | 0.51% | - |
| HSV(B) | 126º | 0.56% | 0.71% | - |
| XYZ | 21.47 | 35.09 | 15.31 | - |
| YUV | 139.84 | 99.87 | 85.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 180 | 90 | 0.56 | 0 | 0.50 | 0.29 | 126 | 0.4 | 0.51 |
| Hex | 50 | B4 | 5A | 38 | 0 | 32 | 1D | 7E | 28 | 33 |
| Octal | 120 | 264 | 132 | 70 | 0 | 62 | 35 | 176 | 50 | 63 |
| Binary | 1010000 | 10110100 | 1011010 | 111000 | 0 | 110010 | 11101 | 1111110 | 101000 | 110011 |
Color Harmonies of #50B45A
Complementary color
Monochromatic Colors of #50B45A
Black with #50B45A
Text Example
Text Example
White with #50B45A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50B45A; }
p { color: rgb(80,180,90); }
H1.HeaderClassName
{
color: #50B45A;
}
.AnyTagClassName
{
color: #50B45A;
}
</style>
background-color css
<style>
a { background-color: #50B45A; }
a { background-color: rgb(80,180,90); }
div.DivClassName
{
background-color: #50B45A;
}
.BgClassName
{
background-color: #50B45A;
}
</style>
border-color css
<style>
span { border-color: #50B45A; }
span { border-color: rgb(80,180,90); }
td.TdClassName
{
border-color: #50B45A;
}
.TagClassName
{
border-color: #50B45A;
}
</style>