Shades of Fruit Salad #48B256
Tints of Fruit Salad #48B256
RGB
CMYK
RGB Variations
Color information
#48B256 (or 0x48B256) is known color: Fruit Salad. HEX triplet: 48, B2 and 56. RGB value is (72,178,86). Sum of RGB (Red+Green+Blue) = 72+178+86=336 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.43% from 336); Green value is 178 (69.92% from 255 or 52.98% from 336); Blue value is 86 (33.98% from 255 or 25.60% from 336); Max value from RGB is 178 - color contains mainly: green. Hex color #48B256 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48B256 is #B74DA9. Grayscale: #888888. Windows color (decimal): -12012970 or 5681736. OLE color: 5681736.
HSL color Cylindrical-coordinate representation of color #48B256: hue angle of 127.92º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #48B256 is Cyan = 0.60, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 72 | 178 | 86 | - |
| CMYK | 0.60 | 0 | 0.52 | 0.30 |
| HSL | 127.92º | 0.42% | 0.49% | - |
| HSV(B) | 127.92º | 0.6% | 0.7% | - |
| XYZ | 20.27 | 33.89 | 14.28 | - |
| YUV | 135.82 | 99.88 | 82.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 178 | 86 | 0.60 | 0 | 0.52 | 0.30 | 127.92 | 0.42 | 0.49 |
| Hex | 48 | B2 | 56 | 3C | 0 | 34 | 1E | 80 | 2A | 31 |
| Octal | 110 | 262 | 126 | 74 | 0 | 64 | 36 | 200 | 52 | 61 |
| Binary | 1001000 | 10110010 | 1010110 | 111100 | 0 | 110100 | 11110 | 10000000 | 101010 | 110001 |
Color Harmonies of #48B256
Complementary color
Monochromatic Colors of #48B256
Black with #48B256
Text Example
Text Example
White with #48B256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48B256; }
p { color: rgb(72,178,86); }
H1.HeaderClassName
{
color: #48B256;
}
.AnyTagClassName
{
color: #48B256;
}
</style>
background-color css
<style>
a { background-color: #48B256; }
a { background-color: rgb(72,178,86); }
div.DivClassName
{
background-color: #48B256;
}
.BgClassName
{
background-color: #48B256;
}
</style>
border-color css
<style>
span { border-color: #48B256; }
span { border-color: rgb(72,178,86); }
td.TdClassName
{
border-color: #48B256;
}
.TagClassName
{
border-color: #48B256;
}
</style>