Shades of Fruit Salad #50B25A
Tints of Fruit Salad #50B25A
RGB
CMYK
RGB Variations
Color information
#50B25A (or 0x50B25A) is known color: Fruit Salad. HEX triplet: 50, B2 and 5A. RGB value is (80,178,90). Sum of RGB (Red+Green+Blue) = 80+178+90=348 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.99% from 348); Green value is 178 (69.92% from 255 or 51.15% from 348); Blue value is 90 (35.55% from 255 or 25.86% from 348); Max value from RGB is 178 - color contains mainly: green. Hex color #50B25A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50B25A is #AF4DA5. Grayscale: #8A8A8A. Windows color (decimal): -11488678 or 5943888. OLE color: 5943888.
HSL color Cylindrical-coordinate representation of color #50B25A: hue angle of 126.12º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #50B25A is Cyan = 0.55, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 80 | 178 | 90 | - |
| CMYK | 0.55 | 0 | 0.49 | 0.30 |
| HSL | 126.12º | 0.39% | 0.51% | - |
| HSV(B) | 126.12º | 0.55% | 0.7% | - |
| XYZ | 21.07 | 34.28 | 15.18 | - |
| YUV | 138.67 | 100.53 | 86.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 178 | 90 | 0.55 | 0 | 0.49 | 0.30 | 126.12 | 0.39 | 0.51 |
| Hex | 50 | B2 | 5A | 37 | 0 | 31 | 1E | 7E | 27 | 33 |
| Octal | 120 | 262 | 132 | 67 | 0 | 61 | 36 | 176 | 47 | 63 |
| Binary | 1010000 | 10110010 | 1011010 | 110111 | 0 | 110001 | 11110 | 1111110 | 100111 | 110011 |
Color Harmonies of #50B25A
Complementary color
Monochromatic Colors of #50B25A
Black with #50B25A
Text Example
Text Example
White with #50B25A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50B25A; }
p { color: rgb(80,178,90); }
H1.HeaderClassName
{
color: #50B25A;
}
.AnyTagClassName
{
color: #50B25A;
}
</style>
background-color css
<style>
a { background-color: #50B25A; }
a { background-color: rgb(80,178,90); }
div.DivClassName
{
background-color: #50B25A;
}
.BgClassName
{
background-color: #50B25A;
}
</style>
border-color css
<style>
span { border-color: #50B25A; }
span { border-color: rgb(80,178,90); }
td.TdClassName
{
border-color: #50B25A;
}
.TagClassName
{
border-color: #50B25A;
}
</style>