Shades of Fruit Salad #48AD4D
Tints of Fruit Salad #48AD4D
RGB
CMYK
RGB Variations
Color information
#48AD4D (or 0x48AD4D) is known color: Fruit Salad. HEX triplet: 48, AD and 4D. RGB value is (72,173,77). Sum of RGB (Red+Green+Blue) = 72+173+77=322 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.36% from 322); Green value is 173 (67.97% from 255 or 53.73% from 322); Blue value is 77 (30.47% from 255 or 23.91% from 322); Max value from RGB is 173 - color contains mainly: green. Hex color #48AD4D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48AD4D is #B752B2. Grayscale: #848484. Windows color (decimal): -12014259 or 5090632. OLE color: 5090632.
HSL color Cylindrical-coordinate representation of color #48AD4D: hue angle of 122.97º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #48AD4D is Cyan = 0.58, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 72 | 173 | 77 | - |
| CMYK | 0.58 | 0 | 0.55 | 0.32 |
| HSL | 122.97º | 0.41% | 0.48% | - |
| HSV(B) | 122.97º | 0.58% | 0.68% | - |
| XYZ | 18.96 | 31.8 | 12.16 | - |
| YUV | 131.86 | 97.04 | 85.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 173 | 77 | 0.58 | 0 | 0.55 | 0.32 | 122.97 | 0.41 | 0.48 |
| Hex | 48 | AD | 4D | 3A | 0 | 37 | 20 | 7B | 29 | 30 |
| Octal | 110 | 255 | 115 | 72 | 0 | 67 | 40 | 173 | 51 | 60 |
| Binary | 1001000 | 10101101 | 1001101 | 111010 | 0 | 110111 | 100000 | 1111011 | 101001 | 110000 |
Color Harmonies of #48AD4D
Complementary color
Monochromatic Colors of #48AD4D
Black with #48AD4D
Text Example
Text Example
White with #48AD4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48AD4D; }
p { color: rgb(72,173,77); }
H1.HeaderClassName
{
color: #48AD4D;
}
.AnyTagClassName
{
color: #48AD4D;
}
</style>
background-color css
<style>
a { background-color: #48AD4D; }
a { background-color: rgb(72,173,77); }
div.DivClassName
{
background-color: #48AD4D;
}
.BgClassName
{
background-color: #48AD4D;
}
</style>
border-color css
<style>
span { border-color: #48AD4D; }
span { border-color: rgb(72,173,77); }
td.TdClassName
{
border-color: #48AD4D;
}
.TagClassName
{
border-color: #48AD4D;
}
</style>