Shades of Fruit Salad #48AD55
Tints of Fruit Salad #48AD55
RGB
CMYK
RGB Variations
Color information
#48AD55 (or 0x48AD55) is known color: Fruit Salad. HEX triplet: 48, AD and 55. RGB value is (72,173,85). Sum of RGB (Red+Green+Blue) = 72+173+85=330 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.82% from 330); Green value is 173 (67.97% from 255 or 52.42% from 330); Blue value is 85 (33.59% from 255 or 25.76% from 330); Max value from RGB is 173 - color contains mainly: green. Hex color #48AD55 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48AD55 is #B752AA. Grayscale: #858585. Windows color (decimal): -12014251 or 5614920. OLE color: 5614920.
HSL color Cylindrical-coordinate representation of color #48AD55: hue angle of 127.72º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #48AD55 is Cyan = 0.58, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 72 | 173 | 85 | - |
| CMYK | 0.58 | 0 | 0.51 | 0.32 |
| HSL | 127.72º | 0.41% | 0.48% | - |
| HSV(B) | 127.72º | 0.58% | 0.68% | - |
| XYZ | 19.26 | 31.92 | 13.74 | - |
| YUV | 132.77 | 101.04 | 84.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 173 | 85 | 0.58 | 0 | 0.51 | 0.32 | 127.72 | 0.41 | 0.48 |
| Hex | 48 | AD | 55 | 3A | 0 | 33 | 20 | 80 | 29 | 30 |
| Octal | 110 | 255 | 125 | 72 | 0 | 63 | 40 | 200 | 51 | 60 |
| Binary | 1001000 | 10101101 | 1010101 | 111010 | 0 | 110011 | 100000 | 10000000 | 101001 | 110000 |
Color Harmonies of #48AD55
Complementary color
Monochromatic Colors of #48AD55
Black with #48AD55
Text Example
Text Example
White with #48AD55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48AD55; }
p { color: rgb(72,173,85); }
H1.HeaderClassName
{
color: #48AD55;
}
.AnyTagClassName
{
color: #48AD55;
}
</style>
background-color css
<style>
a { background-color: #48AD55; }
a { background-color: rgb(72,173,85); }
div.DivClassName
{
background-color: #48AD55;
}
.BgClassName
{
background-color: #48AD55;
}
</style>
border-color css
<style>
span { border-color: #48AD55; }
span { border-color: rgb(72,173,85); }
td.TdClassName
{
border-color: #48AD55;
}
.TagClassName
{
border-color: #48AD55;
}
</style>