Shades of Fruit Salad #489A51
Tints of Fruit Salad #489A51
RGB
CMYK
RGB Variations
Color information
#489A51 (or 0x489A51) is known color: Fruit Salad. HEX triplet: 48, 9A and 51. RGB value is (72,154,81). Sum of RGB (Red+Green+Blue) = 72+154+81=307 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.45% from 307); Green value is 154 (60.55% from 255 or 50.16% from 307); Blue value is 81 (32.03% from 255 or 26.38% from 307); Max value from RGB is 154 - color contains mainly: green. Hex color #489A51 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #489A51 is #B765AE. Grayscale: #797979. Windows color (decimal): -12019119 or 5347912. OLE color: 5347912.
HSL color Cylindrical-coordinate representation of color #489A51: hue angle of 126.59º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #489A51 is Cyan = 0.53, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 72 | 154 | 81 | - |
| CMYK | 0.53 | 0 | 0.47 | 0.40 |
| HSL | 126.59º | 0.36% | 0.44% | - |
| HSV(B) | 126.59º | 0.53% | 0.6% | - |
| XYZ | 15.71 | 25.08 | 11.8 | - |
| YUV | 121.16 | 105.33 | 92.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 154 | 81 | 0.53 | 0 | 0.47 | 0.40 | 126.59 | 0.36 | 0.44 |
| Hex | 48 | 9A | 51 | 35 | 0 | 2F | 28 | 7F | 24 | 2C |
| Octal | 110 | 232 | 121 | 65 | 0 | 57 | 50 | 177 | 44 | 54 |
| Binary | 1001000 | 10011010 | 1010001 | 110101 | 0 | 101111 | 101000 | 1111111 | 100100 | 101100 |
Color Harmonies of #489A51
Complementary color
Monochromatic Colors of #489A51
Black with #489A51
Text Example
Text Example
White with #489A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #489A51; }
p { color: rgb(72,154,81); }
H1.HeaderClassName
{
color: #489A51;
}
.AnyTagClassName
{
color: #489A51;
}
</style>
background-color css
<style>
a { background-color: #489A51; }
a { background-color: rgb(72,154,81); }
div.DivClassName
{
background-color: #489A51;
}
.BgClassName
{
background-color: #489A51;
}
</style>
border-color css
<style>
span { border-color: #489A51; }
span { border-color: rgb(72,154,81); }
td.TdClassName
{
border-color: #489A51;
}
.TagClassName
{
border-color: #489A51;
}
</style>