Shades of Fruit Salad #48BB4D
Tints of Fruit Salad #48BB4D
RGB
CMYK
RGB Variations
Color information
#48BB4D (or 0x48BB4D) is known color: Fruit Salad. HEX triplet: 48, BB and 4D. RGB value is (72,187,77). Sum of RGB (Red+Green+Blue) = 72+187+77=336 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.43% from 336); Green value is 187 (73.44% from 255 or 55.65% from 336); Blue value is 77 (30.47% from 255 or 22.92% from 336); Max value from RGB is 187 - color contains mainly: green. Hex color #48BB4D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48BB4D is #B744B2. Grayscale: #8C8C8C. Windows color (decimal): -12010675 or 5094216. OLE color: 5094216.
HSL color Cylindrical-coordinate representation of color #48BB4D: hue angle of 122.61º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #48BB4D is Cyan = 0.61, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 72 | 187 | 77 | - |
| CMYK | 0.61 | 0 | 0.59 | 0.27 |
| HSL | 122.61º | 0.46% | 0.51% | - |
| HSV(B) | 122.61º | 0.61% | 0.73% | - |
| XYZ | 21.78 | 37.45 | 13.1 | - |
| YUV | 140.08 | 92.4 | 79.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 187 | 77 | 0.61 | 0 | 0.59 | 0.27 | 122.61 | 0.46 | 0.51 |
| Hex | 48 | BB | 4D | 3D | 0 | 3B | 1B | 7B | 2E | 33 |
| Octal | 110 | 273 | 115 | 75 | 0 | 73 | 33 | 173 | 56 | 63 |
| Binary | 1001000 | 10111011 | 1001101 | 111101 | 0 | 111011 | 11011 | 1111011 | 101110 | 110011 |
Color Harmonies of #48BB4D
Complementary color
Monochromatic Colors of #48BB4D
Black with #48BB4D
Text Example
Text Example
White with #48BB4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48BB4D; }
p { color: rgb(72,187,77); }
H1.HeaderClassName
{
color: #48BB4D;
}
.AnyTagClassName
{
color: #48BB4D;
}
</style>
background-color css
<style>
a { background-color: #48BB4D; }
a { background-color: rgb(72,187,77); }
div.DivClassName
{
background-color: #48BB4D;
}
.BgClassName
{
background-color: #48BB4D;
}
</style>
border-color css
<style>
span { border-color: #48BB4D; }
span { border-color: rgb(72,187,77); }
td.TdClassName
{
border-color: #48BB4D;
}
.TagClassName
{
border-color: #48BB4D;
}
</style>