Shades of Fruit Salad #48B73C
Tints of Fruit Salad #48B73C
RGB
CMYK
RGB Variations
Color information
#48B73C (or 0x48B73C) is known color: Fruit Salad. HEX triplet: 48, B7 and 3C. RGB value is (72,183,60). Sum of RGB (Red+Green+Blue) = 72+183+60=315 (41% of max value = 765). Red value is 72 (28.52% from 255 or 22.86% from 315); Green value is 183 (71.88% from 255 or 58.10% from 315); Blue value is 60 (23.83% from 255 or 19.05% from 315); Max value from RGB is 183 - color contains mainly: green. Hex color #48B73C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48B73C is #B748C3. Grayscale: #888888. Windows color (decimal): -12011716 or 3979080. OLE color: 3979080.
HSL color Cylindrical-coordinate representation of color #48B73C: hue angle of 114.15º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #48B73C is Cyan = 0.61, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 72 | 183 | 60 | - |
| CMYK | 0.61 | 0 | 0.67 | 0.28 |
| HSL | 114.15º | 0.51% | 0.48% | - |
| HSV(B) | 114.15º | 0.67% | 0.72% | - |
| XYZ | 20.42 | 35.57 | 10.06 | - |
| YUV | 135.79 | 85.23 | 82.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 183 | 60 | 0.61 | 0 | 0.67 | 0.28 | 114.15 | 0.51 | 0.48 |
| Hex | 48 | B7 | 3C | 3D | 0 | 43 | 1C | 72 | 33 | 30 |
| Octal | 110 | 267 | 74 | 75 | 0 | 103 | 34 | 162 | 63 | 60 |
| Binary | 1001000 | 10110111 | 111100 | 111101 | 0 | 1000011 | 11100 | 1110010 | 110011 | 110000 |
Color Harmonies of #48B73C
Complementary color
Monochromatic Colors of #48B73C
Black with #48B73C
Text Example
Text Example
White with #48B73C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48B73C; }
p { color: rgb(72,183,60); }
H1.HeaderClassName
{
color: #48B73C;
}
.AnyTagClassName
{
color: #48B73C;
}
</style>
background-color css
<style>
a { background-color: #48B73C; }
a { background-color: rgb(72,183,60); }
div.DivClassName
{
background-color: #48B73C;
}
.BgClassName
{
background-color: #48B73C;
}
</style>
border-color css
<style>
span { border-color: #48B73C; }
span { border-color: rgb(72,183,60); }
td.TdClassName
{
border-color: #48B73C;
}
.TagClassName
{
border-color: #48B73C;
}
</style>