Shades of Fruit Salad #48C658
Tints of Fruit Salad #48C658
RGB
CMYK
RGB Variations
Color information
#48C658 (or 0x48C658) is known color: Fruit Salad. HEX triplet: 48, C6 and 58. RGB value is (72,198,88). Sum of RGB (Red+Green+Blue) = 72+198+88=358 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.11% from 358); Green value is 198 (77.73% from 255 or 55.31% from 358); Blue value is 88 (34.77% from 255 or 24.58% from 358); Max value from RGB is 198 - color contains mainly: green. Hex color #48C658 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48C658 is #B739A7. Grayscale: #949494. Windows color (decimal): -12007848 or 5817928. OLE color: 5817928.
HSL color Cylindrical-coordinate representation of color #48C658: hue angle of 127.62º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #48C658 is Cyan = 0.64, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 72 | 198 | 88 | - |
| CMYK | 0.64 | 0 | 0.56 | 0.22 |
| HSL | 127.62º | 0.53% | 0.53% | - |
| HSV(B) | 127.62º | 0.64% | 0.78% | - |
| XYZ | 24.63 | 42.47 | 16.13 | - |
| YUV | 147.79 | 94.26 | 73.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 198 | 88 | 0.64 | 0 | 0.56 | 0.22 | 127.62 | 0.53 | 0.53 |
| Hex | 48 | C6 | 58 | 40 | 0 | 38 | 16 | 80 | 34 | 35 |
| Octal | 110 | 306 | 130 | 100 | 0 | 70 | 26 | 200 | 64 | 65 |
| Binary | 1001000 | 11000110 | 1011000 | 1000000 | 0 | 111000 | 10110 | 10000000 | 110100 | 110101 |
Color Harmonies of #48C658
Complementary color
Monochromatic Colors of #48C658
Black with #48C658
Text Example
Text Example
White with #48C658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48C658; }
p { color: rgb(72,198,88); }
H1.HeaderClassName
{
color: #48C658;
}
.AnyTagClassName
{
color: #48C658;
}
</style>
background-color css
<style>
a { background-color: #48C658; }
a { background-color: rgb(72,198,88); }
div.DivClassName
{
background-color: #48C658;
}
.BgClassName
{
background-color: #48C658;
}
</style>
border-color css
<style>
span { border-color: #48C658; }
span { border-color: rgb(72,198,88); }
td.TdClassName
{
border-color: #48C658;
}
.TagClassName
{
border-color: #48C658;
}
</style>