Shades of Fruit Salad #48C358
Tints of Fruit Salad #48C358
RGB
CMYK
RGB Variations
Color information
#48C358 (or 0x48C358) is known color: Fruit Salad. HEX triplet: 48, C3 and 58. RGB value is (72,195,88). Sum of RGB (Red+Green+Blue) = 72+195+88=355 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.28% from 355); Green value is 195 (76.56% from 255 or 54.93% from 355); Blue value is 88 (34.77% from 255 or 24.79% from 355); Max value from RGB is 195 - color contains mainly: green. Hex color #48C358 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48C358 is #B73CA7. Grayscale: #929292. Windows color (decimal): -12008616 or 5817160. OLE color: 5817160.
HSL color Cylindrical-coordinate representation of color #48C358: hue angle of 127.8º degrees, saturation: 0.51, 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 #48C358 is Cyan = 0.63, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 72 | 195 | 88 | - |
| CMYK | 0.63 | 0 | 0.55 | 0.24 |
| HSL | 127.8º | 0.51% | 0.52% | - |
| HSV(B) | 127.8º | 0.63% | 0.76% | - |
| XYZ | 23.95 | 41.11 | 15.91 | - |
| YUV | 146.03 | 95.25 | 75.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 195 | 88 | 0.63 | 0 | 0.55 | 0.24 | 127.8 | 0.51 | 0.52 |
| Hex | 48 | C3 | 58 | 3F | 0 | 37 | 18 | 80 | 33 | 34 |
| Octal | 110 | 303 | 130 | 77 | 0 | 67 | 30 | 200 | 63 | 64 |
| Binary | 1001000 | 11000011 | 1011000 | 111111 | 0 | 110111 | 11000 | 10000000 | 110011 | 110100 |
Color Harmonies of #48C358
Complementary color
Monochromatic Colors of #48C358
Black with #48C358
Text Example
Text Example
White with #48C358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48C358; }
p { color: rgb(72,195,88); }
H1.HeaderClassName
{
color: #48C358;
}
.AnyTagClassName
{
color: #48C358;
}
</style>
background-color css
<style>
a { background-color: #48C358; }
a { background-color: rgb(72,195,88); }
div.DivClassName
{
background-color: #48C358;
}
.BgClassName
{
background-color: #48C358;
}
</style>
border-color css
<style>
span { border-color: #48C358; }
span { border-color: rgb(72,195,88); }
td.TdClassName
{
border-color: #48C358;
}
.TagClassName
{
border-color: #48C358;
}
</style>