Shades of Fruit Salad #48B955
Tints of Fruit Salad #48B955
RGB
CMYK
RGB Variations
Color information
#48B955 (or 0x48B955) is known color: Fruit Salad. HEX triplet: 48, B9 and 55. RGB value is (72,185,85). Sum of RGB (Red+Green+Blue) = 72+185+85=342 (45% of max value = 765). Red value is 72 (28.52% from 255 or 21.05% from 342); Green value is 185 (72.66% from 255 or 54.09% from 342); Blue value is 85 (33.59% from 255 or 24.85% from 342); Max value from RGB is 185 - color contains mainly: green. Hex color #48B955 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48B955 is #B746AA. Grayscale: #8C8C8C. Windows color (decimal): -12011179 or 5617992. OLE color: 5617992.
HSL color Cylindrical-coordinate representation of color #48B955: hue angle of 126.9º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #48B955 is Cyan = 0.61, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 72 | 185 | 85 | - |
| CMYK | 0.61 | 0 | 0.54 | 0.27 |
| HSL | 126.9º | 0.45% | 0.5% | - |
| HSV(B) | 126.9º | 0.61% | 0.73% | - |
| XYZ | 21.66 | 36.73 | 14.54 | - |
| YUV | 139.81 | 97.06 | 79.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 185 | 85 | 0.61 | 0 | 0.54 | 0.27 | 126.9 | 0.45 | 0.5 |
| Hex | 48 | B9 | 55 | 3D | 0 | 36 | 1B | 7F | 2D | 32 |
| Octal | 110 | 271 | 125 | 75 | 0 | 66 | 33 | 177 | 55 | 62 |
| Binary | 1001000 | 10111001 | 1010101 | 111101 | 0 | 110110 | 11011 | 1111111 | 101101 | 110010 |
Color Harmonies of #48B955
Complementary color
Monochromatic Colors of #48B955
Black with #48B955
Text Example
Text Example
White with #48B955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48B955; }
p { color: rgb(72,185,85); }
H1.HeaderClassName
{
color: #48B955;
}
.AnyTagClassName
{
color: #48B955;
}
</style>
background-color css
<style>
a { background-color: #48B955; }
a { background-color: rgb(72,185,85); }
div.DivClassName
{
background-color: #48B955;
}
.BgClassName
{
background-color: #48B955;
}
</style>
border-color css
<style>
span { border-color: #48B955; }
span { border-color: rgb(72,185,85); }
td.TdClassName
{
border-color: #48B955;
}
.TagClassName
{
border-color: #48B955;
}
</style>