Shades of Fruit Salad #48C150
Tints of Fruit Salad #48C150
RGB
CMYK
RGB Variations
Color information
#48C150 (or 0x48C150) is known color: Fruit Salad. HEX triplet: 48, C1 and 50. RGB value is (72,193,80). Sum of RGB (Red+Green+Blue) = 72+193+80=345 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.87% from 345); Green value is 193 (75.78% from 255 or 55.94% from 345); Blue value is 80 (31.64% from 255 or 23.19% from 345); Max value from RGB is 193 - color contains mainly: green. Hex color #48C150 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48C150 is #B73EAF. Grayscale: #909090. Windows color (decimal): -12009136 or 5292360. OLE color: 5292360.
HSL color Cylindrical-coordinate representation of color #48C150: hue angle of 123.97º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #48C150 is Cyan = 0.63, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 72 | 193 | 80 | - |
| CMYK | 0.63 | 0 | 0.59 | 0.24 |
| HSL | 123.97º | 0.49% | 0.52% | - |
| HSV(B) | 123.97º | 0.63% | 0.76% | - |
| XYZ | 23.19 | 40.1 | 14.11 | - |
| YUV | 143.94 | 91.91 | 76.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 193 | 80 | 0.63 | 0 | 0.59 | 0.24 | 123.97 | 0.49 | 0.52 |
| Hex | 48 | C1 | 50 | 3F | 0 | 3B | 18 | 7C | 31 | 34 |
| Octal | 110 | 301 | 120 | 77 | 0 | 73 | 30 | 174 | 61 | 64 |
| Binary | 1001000 | 11000001 | 1010000 | 111111 | 0 | 111011 | 11000 | 1111100 | 110001 | 110100 |
Color Harmonies of #48C150
Complementary color
Monochromatic Colors of #48C150
Black with #48C150
Text Example
Text Example
White with #48C150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48C150; }
p { color: rgb(72,193,80); }
H1.HeaderClassName
{
color: #48C150;
}
.AnyTagClassName
{
color: #48C150;
}
</style>
background-color css
<style>
a { background-color: #48C150; }
a { background-color: rgb(72,193,80); }
div.DivClassName
{
background-color: #48C150;
}
.BgClassName
{
background-color: #48C150;
}
</style>
border-color css
<style>
span { border-color: #48C150; }
span { border-color: rgb(72,193,80); }
td.TdClassName
{
border-color: #48C150;
}
.TagClassName
{
border-color: #48C150;
}
</style>