Shades of Fruit Salad #48BC5D
Tints of Fruit Salad #48BC5D
RGB
CMYK
RGB Variations
Color information
#48BC5D (or 0x48BC5D) is known color: Fruit Salad. HEX triplet: 48, BC and 5D. RGB value is (72,188,93). Sum of RGB (Red+Green+Blue) = 72+188+93=353 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.40% from 353); Green value is 188 (73.83% from 255 or 53.26% from 353); Blue value is 93 (36.72% from 255 or 26.35% from 353); Max value from RGB is 188 - color contains mainly: green. Hex color #48BC5D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48BC5D is #B743A2. Grayscale: #8E8E8E. Windows color (decimal): -12010403 or 6143048. OLE color: 6143048.
HSL color Cylindrical-coordinate representation of color #48BC5D: hue angle of 130.86º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #48BC5D is Cyan = 0.62, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 72 | 188 | 93 | - |
| CMYK | 0.62 | 0 | 0.51 | 0.26 |
| HSL | 130.86º | 0.46% | 0.51% | - |
| HSV(B) | 130.86º | 0.62% | 0.74% | - |
| XYZ | 22.63 | 38.13 | 16.52 | - |
| YUV | 142.49 | 100.07 | 77.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 188 | 93 | 0.62 | 0 | 0.51 | 0.26 | 130.86 | 0.46 | 0.51 |
| Hex | 48 | BC | 5D | 3E | 0 | 33 | 1A | 83 | 2E | 33 |
| Octal | 110 | 274 | 135 | 76 | 0 | 63 | 32 | 203 | 56 | 63 |
| Binary | 1001000 | 10111100 | 1011101 | 111110 | 0 | 110011 | 11010 | 10000011 | 101110 | 110011 |
Color Harmonies of #48BC5D
Complementary color
Monochromatic Colors of #48BC5D
Black with #48BC5D
Text Example
Text Example
White with #48BC5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48BC5D; }
p { color: rgb(72,188,93); }
H1.HeaderClassName
{
color: #48BC5D;
}
.AnyTagClassName
{
color: #48BC5D;
}
</style>
background-color css
<style>
a { background-color: #48BC5D; }
a { background-color: rgb(72,188,93); }
div.DivClassName
{
background-color: #48BC5D;
}
.BgClassName
{
background-color: #48BC5D;
}
</style>
border-color css
<style>
span { border-color: #48BC5D; }
span { border-color: rgb(72,188,93); }
td.TdClassName
{
border-color: #48BC5D;
}
.TagClassName
{
border-color: #48BC5D;
}
</style>