Shades of Fruit Salad #48A24D
Tints of Fruit Salad #48A24D
RGB
CMYK
RGB Variations
Color information
#48A24D (or 0x48A24D) is known color: Fruit Salad. HEX triplet: 48, A2 and 4D. RGB value is (72,162,77). Sum of RGB (Red+Green+Blue) = 72+162+77=311 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.15% from 311); Green value is 162 (63.67% from 255 or 52.09% from 311); Blue value is 77 (30.47% from 255 or 24.76% from 311); Max value from RGB is 162 - color contains mainly: green. Hex color #48A24D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48A24D is #B75DB2. Grayscale: #7D7D7D. Windows color (decimal): -12017075 or 5087816. OLE color: 5087816.
HSL color Cylindrical-coordinate representation of color #48A24D: hue angle of 123.33º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #48A24D is Cyan = 0.56, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 72 | 162 | 77 | - |
| CMYK | 0.56 | 0 | 0.52 | 0.36 |
| HSL | 123.33º | 0.38% | 0.46% | - |
| HSV(B) | 123.33º | 0.56% | 0.64% | - |
| XYZ | 16.93 | 27.75 | 11.49 | - |
| YUV | 125.4 | 100.68 | 89.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 162 | 77 | 0.56 | 0 | 0.52 | 0.36 | 123.33 | 0.38 | 0.46 |
| Hex | 48 | A2 | 4D | 38 | 0 | 34 | 24 | 7B | 26 | 2E |
| Octal | 110 | 242 | 115 | 70 | 0 | 64 | 44 | 173 | 46 | 56 |
| Binary | 1001000 | 10100010 | 1001101 | 111000 | 0 | 110100 | 100100 | 1111011 | 100110 | 101110 |
Color Harmonies of #48A24D
Complementary color
Monochromatic Colors of #48A24D
Black with #48A24D
Text Example
Text Example
White with #48A24D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48A24D; }
p { color: rgb(72,162,77); }
H1.HeaderClassName
{
color: #48A24D;
}
.AnyTagClassName
{
color: #48A24D;
}
</style>
background-color css
<style>
a { background-color: #48A24D; }
a { background-color: rgb(72,162,77); }
div.DivClassName
{
background-color: #48A24D;
}
.BgClassName
{
background-color: #48A24D;
}
</style>
border-color css
<style>
span { border-color: #48A24D; }
span { border-color: rgb(72,162,77); }
td.TdClassName
{
border-color: #48A24D;
}
.TagClassName
{
border-color: #48A24D;
}
</style>