Shades of Fruit Salad #48B740
Tints of Fruit Salad #48B740
RGB
CMYK
RGB Variations
Color information
#48B740 (or 0x48B740) is known color: Fruit Salad. HEX triplet: 48, B7 and 40. RGB value is (72,183,64). Sum of RGB (Red+Green+Blue) = 72+183+64=319 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.57% from 319); Green value is 183 (71.88% from 255 or 57.37% from 319); Blue value is 64 (25.39% from 255 or 20.06% from 319); Max value from RGB is 183 - color contains mainly: green. Hex color #48B740 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48B740 is #B748BF. Grayscale: #888888. Windows color (decimal): -12011712 or 4241224. OLE color: 4241224.
HSL color Cylindrical-coordinate representation of color #48B740: hue angle of 115.97º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #48B740 is Cyan = 0.61, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 72 | 183 | 64 | - |
| CMYK | 0.61 | 0 | 0.65 | 0.28 |
| HSL | 115.97º | 0.48% | 0.48% | - |
| HSV(B) | 115.97º | 0.65% | 0.72% | - |
| XYZ | 20.53 | 35.61 | 10.64 | - |
| YUV | 136.25 | 87.23 | 82.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 183 | 64 | 0.61 | 0 | 0.65 | 0.28 | 115.97 | 0.48 | 0.48 |
| Hex | 48 | B7 | 40 | 3D | 0 | 41 | 1C | 74 | 30 | 30 |
| Octal | 110 | 267 | 100 | 75 | 0 | 101 | 34 | 164 | 60 | 60 |
| Binary | 1001000 | 10110111 | 1000000 | 111101 | 0 | 1000001 | 11100 | 1110100 | 110000 | 110000 |
Color Harmonies of #48B740
Complementary color
Monochromatic Colors of #48B740
Black with #48B740
Text Example
Text Example
White with #48B740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48B740; }
p { color: rgb(72,183,64); }
H1.HeaderClassName
{
color: #48B740;
}
.AnyTagClassName
{
color: #48B740;
}
</style>
background-color css
<style>
a { background-color: #48B740; }
a { background-color: rgb(72,183,64); }
div.DivClassName
{
background-color: #48B740;
}
.BgClassName
{
background-color: #48B740;
}
</style>
border-color css
<style>
span { border-color: #48B740; }
span { border-color: rgb(72,183,64); }
td.TdClassName
{
border-color: #48B740;
}
.TagClassName
{
border-color: #48B740;
}
</style>