Shades of Fruit Salad #489C55
Tints of Fruit Salad #489C55
RGB
CMYK
RGB Variations
Color information
#489C55 (or 0x489C55) is known color: Fruit Salad. HEX triplet: 48, 9C and 55. RGB value is (72,156,85). Sum of RGB (Red+Green+Blue) = 72+156+85=313 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.00% from 313); Green value is 156 (61.33% from 255 or 49.84% from 313); Blue value is 85 (33.59% from 255 or 27.16% from 313); Max value from RGB is 156 - color contains mainly: green. Hex color #489C55 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #489C55 is #B763AA. Grayscale: #7A7A7A. Windows color (decimal): -12018603 or 5610568. OLE color: 5610568.
HSL color Cylindrical-coordinate representation of color #489C55: hue angle of 129.29º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #489C55 is Cyan = 0.54, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 72 | 156 | 85 | - |
| CMYK | 0.54 | 0 | 0.46 | 0.39 |
| HSL | 129.29º | 0.37% | 0.45% | - |
| HSV(B) | 129.29º | 0.54% | 0.61% | - |
| XYZ | 16.2 | 25.81 | 12.72 | - |
| YUV | 122.79 | 106.67 | 91.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 156 | 85 | 0.54 | 0 | 0.46 | 0.39 | 129.29 | 0.37 | 0.45 |
| Hex | 48 | 9C | 55 | 36 | 0 | 2E | 27 | 81 | 25 | 2D |
| Octal | 110 | 234 | 125 | 66 | 0 | 56 | 47 | 201 | 45 | 55 |
| Binary | 1001000 | 10011100 | 1010101 | 110110 | 0 | 101110 | 100111 | 10000001 | 100101 | 101101 |
Color Harmonies of #489C55
Complementary color
Monochromatic Colors of #489C55
Black with #489C55
Text Example
Text Example
White with #489C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #489C55; }
p { color: rgb(72,156,85); }
H1.HeaderClassName
{
color: #489C55;
}
.AnyTagClassName
{
color: #489C55;
}
</style>
background-color css
<style>
a { background-color: #489C55; }
a { background-color: rgb(72,156,85); }
div.DivClassName
{
background-color: #489C55;
}
.BgClassName
{
background-color: #489C55;
}
</style>
border-color css
<style>
span { border-color: #489C55; }
span { border-color: rgb(72,156,85); }
td.TdClassName
{
border-color: #489C55;
}
.TagClassName
{
border-color: #489C55;
}
</style>