Shades of Fruit Salad #48B255
Tints of Fruit Salad #48B255
RGB
CMYK
RGB Variations
Color information
#48B255 (or 0x48B255) is known color: Fruit Salad. HEX triplet: 48, B2 and 55. RGB value is (72,178,85). Sum of RGB (Red+Green+Blue) = 72+178+85=335 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.49% from 335); Green value is 178 (69.92% from 255 or 53.13% from 335); Blue value is 85 (33.59% from 255 or 25.37% from 335); Max value from RGB is 178 - color contains mainly: green. Hex color #48B255 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48B255 is #B74DAA. Grayscale: #878787. Windows color (decimal): -12012971 or 5616200. OLE color: 5616200.
HSL color Cylindrical-coordinate representation of color #48B255: hue angle of 127.36º 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 #48B255 is Cyan = 0.60, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 72 | 178 | 85 | - |
| CMYK | 0.60 | 0 | 0.52 | 0.30 |
| HSL | 127.36º | 0.42% | 0.49% | - |
| HSV(B) | 127.36º | 0.6% | 0.7% | - |
| XYZ | 20.23 | 33.87 | 14.07 | - |
| YUV | 135.7 | 99.38 | 82.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 178 | 85 | 0.60 | 0 | 0.52 | 0.30 | 127.36 | 0.42 | 0.49 |
| Hex | 48 | B2 | 55 | 3C | 0 | 34 | 1E | 7F | 2A | 31 |
| Octal | 110 | 262 | 125 | 74 | 0 | 64 | 36 | 177 | 52 | 61 |
| Binary | 1001000 | 10110010 | 1010101 | 111100 | 0 | 110100 | 11110 | 1111111 | 101010 | 110001 |
Color Harmonies of #48B255
Complementary color
Monochromatic Colors of #48B255
Black with #48B255
Text Example
Text Example
White with #48B255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48B255; }
p { color: rgb(72,178,85); }
H1.HeaderClassName
{
color: #48B255;
}
.AnyTagClassName
{
color: #48B255;
}
</style>
background-color css
<style>
a { background-color: #48B255; }
a { background-color: rgb(72,178,85); }
div.DivClassName
{
background-color: #48B255;
}
.BgClassName
{
background-color: #48B255;
}
</style>
border-color css
<style>
span { border-color: #48B255; }
span { border-color: rgb(72,178,85); }
td.TdClassName
{
border-color: #48B255;
}
.TagClassName
{
border-color: #48B255;
}
</style>