Shades of Fruit Salad #489D50
Tints of Fruit Salad #489D50
RGB
CMYK
RGB Variations
Color information
#489D50 (or 0x489D50) is known color: Fruit Salad. HEX triplet: 48, 9D and 50. RGB value is (72,157,80). Sum of RGB (Red+Green+Blue) = 72+157+80=309 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.30% from 309); Green value is 157 (61.72% from 255 or 50.81% from 309); Blue value is 80 (31.64% from 255 or 25.89% from 309); Max value from RGB is 157 - color contains mainly: green. Hex color #489D50 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #489D50 is #B762AF. Grayscale: #7B7B7B. Windows color (decimal): -12018352 or 5283144. OLE color: 5283144.
HSL color Cylindrical-coordinate representation of color #489D50: hue angle of 125.65º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #489D50 is Cyan = 0.54, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 72 | 157 | 80 | - |
| CMYK | 0.54 | 0 | 0.49 | 0.38 |
| HSL | 125.65º | 0.37% | 0.45% | - |
| HSV(B) | 125.65º | 0.54% | 0.62% | - |
| XYZ | 16.18 | 26.07 | 11.77 | - |
| YUV | 122.81 | 103.84 | 91.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 157 | 80 | 0.54 | 0 | 0.49 | 0.38 | 125.65 | 0.37 | 0.45 |
| Hex | 48 | 9D | 50 | 36 | 0 | 31 | 26 | 7E | 25 | 2D |
| Octal | 110 | 235 | 120 | 66 | 0 | 61 | 46 | 176 | 45 | 55 |
| Binary | 1001000 | 10011101 | 1010000 | 110110 | 0 | 110001 | 100110 | 1111110 | 100101 | 101101 |
Color Harmonies of #489D50
Complementary color
Monochromatic Colors of #489D50
Black with #489D50
Text Example
Text Example
White with #489D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #489D50; }
p { color: rgb(72,157,80); }
H1.HeaderClassName
{
color: #489D50;
}
.AnyTagClassName
{
color: #489D50;
}
</style>
background-color css
<style>
a { background-color: #489D50; }
a { background-color: rgb(72,157,80); }
div.DivClassName
{
background-color: #489D50;
}
.BgClassName
{
background-color: #489D50;
}
</style>
border-color css
<style>
span { border-color: #489D50; }
span { border-color: rgb(72,157,80); }
td.TdClassName
{
border-color: #489D50;
}
.TagClassName
{
border-color: #489D50;
}
</style>