Shades of Fruit Salad #48B94D
Tints of Fruit Salad #48B94D
RGB
CMYK
RGB Variations
Color information
#48B94D (or 0x48B94D) is known color: Fruit Salad. HEX triplet: 48, B9 and 4D. RGB value is (72,185,77). Sum of RGB (Red+Green+Blue) = 72+185+77=334 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.56% from 334); Green value is 185 (72.66% from 255 or 55.39% from 334); Blue value is 77 (30.47% from 255 or 23.05% from 334); Max value from RGB is 185 - color contains mainly: green. Hex color #48B94D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48B94D is #B746B2. Grayscale: #8B8B8B. Windows color (decimal): -12011187 or 5093704. OLE color: 5093704.
HSL color Cylindrical-coordinate representation of color #48B94D: hue angle of 122.65º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #48B94D is Cyan = 0.61, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 72 | 185 | 77 | - |
| CMYK | 0.61 | 0 | 0.58 | 0.27 |
| HSL | 122.65º | 0.45% | 0.5% | - |
| HSV(B) | 122.65º | 0.61% | 0.73% | - |
| XYZ | 21.36 | 36.61 | 12.96 | - |
| YUV | 138.9 | 93.06 | 80.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 185 | 77 | 0.61 | 0 | 0.58 | 0.27 | 122.65 | 0.45 | 0.5 |
| Hex | 48 | B9 | 4D | 3D | 0 | 3A | 1B | 7B | 2D | 32 |
| Octal | 110 | 271 | 115 | 75 | 0 | 72 | 33 | 173 | 55 | 62 |
| Binary | 1001000 | 10111001 | 1001101 | 111101 | 0 | 111010 | 11011 | 1111011 | 101101 | 110010 |
Color Harmonies of #48B94D
Complementary color
Monochromatic Colors of #48B94D
Black with #48B94D
Text Example
Text Example
White with #48B94D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48B94D; }
p { color: rgb(72,185,77); }
H1.HeaderClassName
{
color: #48B94D;
}
.AnyTagClassName
{
color: #48B94D;
}
</style>
background-color css
<style>
a { background-color: #48B94D; }
a { background-color: rgb(72,185,77); }
div.DivClassName
{
background-color: #48B94D;
}
.BgClassName
{
background-color: #48B94D;
}
</style>
border-color css
<style>
span { border-color: #48B94D; }
span { border-color: rgb(72,185,77); }
td.TdClassName
{
border-color: #48B94D;
}
.TagClassName
{
border-color: #48B94D;
}
</style>