Shades of Fruit Salad #48AD59
Tints of Fruit Salad #48AD59
RGB
CMYK
RGB Variations
Color information
#48AD59 (or 0x48AD59) is known color: Fruit Salad. HEX triplet: 48, AD and 59. RGB value is (72,173,89). Sum of RGB (Red+Green+Blue) = 72+173+89=334 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.56% from 334); Green value is 173 (67.97% from 255 or 51.80% from 334); Blue value is 89 (35.16% from 255 or 26.65% from 334); Max value from RGB is 173 - color contains mainly: green. Hex color #48AD59 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48AD59 is #B752A6. Grayscale: #858585. Windows color (decimal): -12014247 or 5877064. OLE color: 5877064.
HSL color Cylindrical-coordinate representation of color #48AD59: hue angle of 130.1º 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 #48AD59 is Cyan = 0.58, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 72 | 173 | 89 | - |
| CMYK | 0.58 | 0 | 0.49 | 0.32 |
| HSL | 130.1º | 0.41% | 0.48% | - |
| HSV(B) | 130.1º | 0.58% | 0.68% | - |
| XYZ | 19.42 | 31.99 | 14.6 | - |
| YUV | 133.23 | 103.04 | 84.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 173 | 89 | 0.58 | 0 | 0.49 | 0.32 | 130.1 | 0.41 | 0.48 |
| Hex | 48 | AD | 59 | 3A | 0 | 31 | 20 | 82 | 29 | 30 |
| Octal | 110 | 255 | 131 | 72 | 0 | 61 | 40 | 202 | 51 | 60 |
| Binary | 1001000 | 10101101 | 1011001 | 111010 | 0 | 110001 | 100000 | 10000010 | 101001 | 110000 |
Color Harmonies of #48AD59
Complementary color
Monochromatic Colors of #48AD59
Black with #48AD59
Text Example
Text Example
White with #48AD59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48AD59; }
p { color: rgb(72,173,89); }
H1.HeaderClassName
{
color: #48AD59;
}
.AnyTagClassName
{
color: #48AD59;
}
</style>
background-color css
<style>
a { background-color: #48AD59; }
a { background-color: rgb(72,173,89); }
div.DivClassName
{
background-color: #48AD59;
}
.BgClassName
{
background-color: #48AD59;
}
</style>
border-color css
<style>
span { border-color: #48AD59; }
span { border-color: rgb(72,173,89); }
td.TdClassName
{
border-color: #48AD59;
}
.TagClassName
{
border-color: #48AD59;
}
</style>