Shades of Fruit Salad #48B659
Tints of Fruit Salad #48B659
RGB
CMYK
RGB Variations
Color information
#48B659 (or 0x48B659) is known color: Fruit Salad. HEX triplet: 48, B6 and 59. RGB value is (72,182,89). Sum of RGB (Red+Green+Blue) = 72+182+89=343 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.99% from 343); Green value is 182 (71.48% from 255 or 53.06% from 343); Blue value is 89 (35.16% from 255 or 25.95% from 343); Max value from RGB is 182 - color contains mainly: green. Hex color #48B659 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48B659 is #B749A6. Grayscale: #8A8A8A. Windows color (decimal): -12011943 or 5879368. OLE color: 5879368.
HSL color Cylindrical-coordinate representation of color #48B659: hue angle of 129.27º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #48B659 is Cyan = 0.60, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 72 | 182 | 89 | - |
| CMYK | 0.60 | 0 | 0.51 | 0.29 |
| HSL | 129.27º | 0.43% | 0.5% | - |
| HSV(B) | 129.27º | 0.6% | 0.71% | - |
| XYZ | 21.2 | 35.55 | 15.2 | - |
| YUV | 138.51 | 100.06 | 80.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 182 | 89 | 0.60 | 0 | 0.51 | 0.29 | 129.27 | 0.43 | 0.5 |
| Hex | 48 | B6 | 59 | 3C | 0 | 33 | 1D | 81 | 2B | 32 |
| Octal | 110 | 266 | 131 | 74 | 0 | 63 | 35 | 201 | 53 | 62 |
| Binary | 1001000 | 10110110 | 1011001 | 111100 | 0 | 110011 | 11101 | 10000001 | 101011 | 110010 |
Color Harmonies of #48B659
Complementary color
Monochromatic Colors of #48B659
Black with #48B659
Text Example
Text Example
White with #48B659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48B659; }
p { color: rgb(72,182,89); }
H1.HeaderClassName
{
color: #48B659;
}
.AnyTagClassName
{
color: #48B659;
}
</style>
background-color css
<style>
a { background-color: #48B659; }
a { background-color: rgb(72,182,89); }
div.DivClassName
{
background-color: #48B659;
}
.BgClassName
{
background-color: #48B659;
}
</style>
border-color css
<style>
span { border-color: #48B659; }
span { border-color: rgb(72,182,89); }
td.TdClassName
{
border-color: #48B659;
}
.TagClassName
{
border-color: #48B659;
}
</style>