Shades of Fruit Salad #48B73D
Tints of Fruit Salad #48B73D
RGB
CMYK
RGB Variations
Color information
#48B73D (or 0x48B73D) is known color: Fruit Salad. HEX triplet: 48, B7 and 3D. RGB value is (72,183,61). Sum of RGB (Red+Green+Blue) = 72+183+61=316 (41% of max value = 765). Red value is 72 (28.52% from 255 or 22.78% from 316); Green value is 183 (71.88% from 255 or 57.91% from 316); Blue value is 61 (24.22% from 255 or 19.30% from 316); Max value from RGB is 183 - color contains mainly: green. Hex color #48B73D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48B73D is #B748C2. Grayscale: #888888. Windows color (decimal): -12011715 or 4044616. OLE color: 4044616.
HSL color Cylindrical-coordinate representation of color #48B73D: hue angle of 114.59º degrees, saturation: 0.5, 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 #48B73D is Cyan = 0.61, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 72 | 183 | 61 | - |
| CMYK | 0.61 | 0 | 0.67 | 0.28 |
| HSL | 114.59º | 0.5% | 0.48% | - |
| HSV(B) | 114.59º | 0.67% | 0.72% | - |
| XYZ | 20.45 | 35.58 | 10.21 | - |
| YUV | 135.9 | 85.73 | 82.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 183 | 61 | 0.61 | 0 | 0.67 | 0.28 | 114.59 | 0.5 | 0.48 |
| Hex | 48 | B7 | 3D | 3D | 0 | 43 | 1C | 73 | 32 | 30 |
| Octal | 110 | 267 | 75 | 75 | 0 | 103 | 34 | 163 | 62 | 60 |
| Binary | 1001000 | 10110111 | 111101 | 111101 | 0 | 1000011 | 11100 | 1110011 | 110010 | 110000 |
Color Harmonies of #48B73D
Complementary color
Monochromatic Colors of #48B73D
Black with #48B73D
Text Example
Text Example
White with #48B73D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48B73D; }
p { color: rgb(72,183,61); }
H1.HeaderClassName
{
color: #48B73D;
}
.AnyTagClassName
{
color: #48B73D;
}
</style>
background-color css
<style>
a { background-color: #48B73D; }
a { background-color: rgb(72,183,61); }
div.DivClassName
{
background-color: #48B73D;
}
.BgClassName
{
background-color: #48B73D;
}
</style>
border-color css
<style>
span { border-color: #48B73D; }
span { border-color: rgb(72,183,61); }
td.TdClassName
{
border-color: #48B73D;
}
.TagClassName
{
border-color: #48B73D;
}
</style>