Shades of Fruit Salad #48AB4D
Tints of Fruit Salad #48AB4D
RGB
CMYK
RGB Variations
Color information
#48AB4D (or 0x48AB4D) is known color: Fruit Salad. HEX triplet: 48, AB and 4D. RGB value is (72,171,77). Sum of RGB (Red+Green+Blue) = 72+171+77=320 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.5% from 320); Green value is 171 (67.19% from 255 or 53.44% from 320); Blue value is 77 (30.47% from 255 or 24.06% from 320); Max value from RGB is 171 - color contains mainly: green. Hex color #48AB4D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48AB4D is #B754B2. Grayscale: #828282. Windows color (decimal): -12014771 or 5090120. OLE color: 5090120.
HSL color Cylindrical-coordinate representation of color #48AB4D: hue angle of 123.03º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #48AB4D is Cyan = 0.58, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 72 | 171 | 77 | - |
| CMYK | 0.58 | 0 | 0.55 | 0.33 |
| HSL | 123.03º | 0.41% | 0.48% | - |
| HSV(B) | 123.03º | 0.58% | 0.67% | - |
| XYZ | 18.57 | 31.04 | 12.03 | - |
| YUV | 130.68 | 97.7 | 86.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 171 | 77 | 0.58 | 0 | 0.55 | 0.33 | 123.03 | 0.41 | 0.48 |
| Hex | 48 | AB | 4D | 3A | 0 | 37 | 21 | 7B | 29 | 30 |
| Octal | 110 | 253 | 115 | 72 | 0 | 67 | 41 | 173 | 51 | 60 |
| Binary | 1001000 | 10101011 | 1001101 | 111010 | 0 | 110111 | 100001 | 1111011 | 101001 | 110000 |
Color Harmonies of #48AB4D
Complementary color
Monochromatic Colors of #48AB4D
Black with #48AB4D
Text Example
Text Example
White with #48AB4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48AB4D; }
p { color: rgb(72,171,77); }
H1.HeaderClassName
{
color: #48AB4D;
}
.AnyTagClassName
{
color: #48AB4D;
}
</style>
background-color css
<style>
a { background-color: #48AB4D; }
a { background-color: rgb(72,171,77); }
div.DivClassName
{
background-color: #48AB4D;
}
.BgClassName
{
background-color: #48AB4D;
}
</style>
border-color css
<style>
span { border-color: #48AB4D; }
span { border-color: rgb(72,171,77); }
td.TdClassName
{
border-color: #48AB4D;
}
.TagClassName
{
border-color: #48AB4D;
}
</style>