Shades of Fruit Salad #48C048
Tints of Fruit Salad #48C048
RGB
CMYK
RGB Variations
Color information
#48C048 (or 0x48C048) is known color: Fruit Salad. HEX triplet: 48, C0 and 48. RGB value is (72,192,72). Sum of RGB (Red+Green+Blue) = 72+192+72=336 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.43% from 336); Green value is 192 (75.39% from 255 or 57.14% from 336); Blue value is 72 (28.52% from 255 or 21.43% from 336); Max value from RGB is 192 - color contains mainly: green. Hex color #48C048 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48C048 is #B73FB7. Grayscale: #8E8E8E. Windows color (decimal): -12009400 or 4767816. OLE color: 4767816.
HSL color Cylindrical-coordinate representation of color #48C048: hue angle of 120º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #48C048 is Cyan = 0.63, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 72 | 192 | 72 | - |
| CMYK | 0.63 | 0 | 0.63 | 0.25 |
| HSL | 120º | 0.49% | 0.52% | - |
| HSV(B) | 120º | 0.63% | 0.75% | - |
| XYZ | 22.69 | 39.54 | 12.57 | - |
| YUV | 142.44 | 88.24 | 77.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 192 | 72 | 0.63 | 0 | 0.63 | 0.25 | 120 | 0.49 | 0.52 |
| Hex | 48 | C0 | 48 | 3F | 0 | 3F | 19 | 78 | 31 | 34 |
| Octal | 110 | 300 | 110 | 77 | 0 | 77 | 31 | 170 | 61 | 64 |
| Binary | 1001000 | 11000000 | 1001000 | 111111 | 0 | 111111 | 11001 | 1111000 | 110001 | 110100 |
Color Harmonies of #48C048
Complementary color
Monochromatic Colors of #48C048
Black with #48C048
Text Example
Text Example
White with #48C048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48C048; }
p { color: rgb(72,192,72); }
H1.HeaderClassName
{
color: #48C048;
}
.AnyTagClassName
{
color: #48C048;
}
</style>
background-color css
<style>
a { background-color: #48C048; }
a { background-color: rgb(72,192,72); }
div.DivClassName
{
background-color: #48C048;
}
.BgClassName
{
background-color: #48C048;
}
</style>
border-color css
<style>
span { border-color: #48C048; }
span { border-color: rgb(72,192,72); }
td.TdClassName
{
border-color: #48C048;
}
.TagClassName
{
border-color: #48C048;
}
</style>