Shades of Fruit Salad #48AB4E
Tints of Fruit Salad #48AB4E
RGB
CMYK
RGB Variations
Color information
#48AB4E (or 0x48AB4E) is known color: Fruit Salad. HEX triplet: 48, AB and 4E. RGB value is (72,171,78). Sum of RGB (Red+Green+Blue) = 72+171+78=321 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.43% from 321); Green value is 171 (67.19% from 255 or 53.27% from 321); Blue value is 78 (30.86% from 255 or 24.30% from 321); Max value from RGB is 171 - color contains mainly: green. Hex color #48AB4E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48AB4E is #B754B1. Grayscale: #838383. Windows color (decimal): -12014770 or 5155656. OLE color: 5155656.
HSL color Cylindrical-coordinate representation of color #48AB4E: hue angle of 123.64º 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 #48AB4E is Cyan = 0.58, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 72 | 171 | 78 | - |
| CMYK | 0.58 | 0 | 0.54 | 0.33 |
| HSL | 123.64º | 0.41% | 0.48% | - |
| HSV(B) | 123.64º | 0.58% | 0.67% | - |
| XYZ | 18.61 | 31.05 | 12.22 | - |
| YUV | 130.8 | 98.2 | 86.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 171 | 78 | 0.58 | 0 | 0.54 | 0.33 | 123.64 | 0.41 | 0.48 |
| Hex | 48 | AB | 4E | 3A | 0 | 36 | 21 | 7C | 29 | 30 |
| Octal | 110 | 253 | 116 | 72 | 0 | 66 | 41 | 174 | 51 | 60 |
| Binary | 1001000 | 10101011 | 1001110 | 111010 | 0 | 110110 | 100001 | 1111100 | 101001 | 110000 |
Color Harmonies of #48AB4E
Complementary color
Monochromatic Colors of #48AB4E
Black with #48AB4E
Text Example
Text Example
White with #48AB4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48AB4E; }
p { color: rgb(72,171,78); }
H1.HeaderClassName
{
color: #48AB4E;
}
.AnyTagClassName
{
color: #48AB4E;
}
</style>
background-color css
<style>
a { background-color: #48AB4E; }
a { background-color: rgb(72,171,78); }
div.DivClassName
{
background-color: #48AB4E;
}
.BgClassName
{
background-color: #48AB4E;
}
</style>
border-color css
<style>
span { border-color: #48AB4E; }
span { border-color: rgb(72,171,78); }
td.TdClassName
{
border-color: #48AB4E;
}
.TagClassName
{
border-color: #48AB4E;
}
</style>