Shades of Fruit Salad #48B756
Tints of Fruit Salad #48B756
RGB
CMYK
RGB Variations
Color information
#48B756 (or 0x48B756) is known color: Fruit Salad. HEX triplet: 48, B7 and 56. RGB value is (72,183,86). Sum of RGB (Red+Green+Blue) = 72+183+86=341 (45% of max value = 765). Red value is 72 (28.52% from 255 or 21.11% from 341); Green value is 183 (71.88% from 255 or 53.67% from 341); Blue value is 86 (33.98% from 255 or 25.22% from 341); Max value from RGB is 183 - color contains mainly: green. Hex color #48B756 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48B756 is #B748A9. Grayscale: #8B8B8B. Windows color (decimal): -12011690 or 5683016. OLE color: 5683016.
HSL color Cylindrical-coordinate representation of color #48B756: hue angle of 127.57º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #48B756 is Cyan = 0.61, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 72 | 183 | 86 | - |
| CMYK | 0.61 | 0 | 0.53 | 0.28 |
| HSL | 127.57º | 0.44% | 0.5% | - |
| HSV(B) | 127.57º | 0.61% | 0.72% | - |
| XYZ | 21.29 | 35.92 | 14.61 | - |
| YUV | 138.75 | 98.23 | 80.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 183 | 86 | 0.61 | 0 | 0.53 | 0.28 | 127.57 | 0.44 | 0.5 |
| Hex | 48 | B7 | 56 | 3D | 0 | 35 | 1C | 80 | 2C | 32 |
| Octal | 110 | 267 | 126 | 75 | 0 | 65 | 34 | 200 | 54 | 62 |
| Binary | 1001000 | 10110111 | 1010110 | 111101 | 0 | 110101 | 11100 | 10000000 | 101100 | 110010 |
Color Harmonies of #48B756
Complementary color
Monochromatic Colors of #48B756
Black with #48B756
Text Example
Text Example
White with #48B756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48B756; }
p { color: rgb(72,183,86); }
H1.HeaderClassName
{
color: #48B756;
}
.AnyTagClassName
{
color: #48B756;
}
</style>
background-color css
<style>
a { background-color: #48B756; }
a { background-color: rgb(72,183,86); }
div.DivClassName
{
background-color: #48B756;
}
.BgClassName
{
background-color: #48B756;
}
</style>
border-color css
<style>
span { border-color: #48B756; }
span { border-color: rgb(72,183,86); }
td.TdClassName
{
border-color: #48B756;
}
.TagClassName
{
border-color: #48B756;
}
</style>