Shades of Fruit Salad #48A357
Tints of Fruit Salad #48A357
RGB
CMYK
RGB Variations
Color information
#48A357 (or 0x48A357) is known color: Fruit Salad. HEX triplet: 48, A3 and 57. RGB value is (72,163,87). Sum of RGB (Red+Green+Blue) = 72+163+87=322 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.36% from 322); Green value is 163 (64.06% from 255 or 50.62% from 322); Blue value is 87 (34.38% from 255 or 27.02% from 322); Max value from RGB is 163 - color contains mainly: green. Hex color #48A357 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48A357 is #B75CA8. Grayscale: #7F7F7F. Windows color (decimal): -12016809 or 5743432. OLE color: 5743432.
HSL color Cylindrical-coordinate representation of color #48A357: hue angle of 129.89º degrees, saturation: 0.39, 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 #48A357 is Cyan = 0.56, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 72 | 163 | 87 | - |
| CMYK | 0.56 | 0 | 0.47 | 0.36 |
| HSL | 129.89º | 0.39% | 0.46% | - |
| HSV(B) | 129.89º | 0.56% | 0.64% | - |
| XYZ | 17.49 | 28.26 | 13.55 | - |
| YUV | 127.13 | 105.35 | 88.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 163 | 87 | 0.56 | 0 | 0.47 | 0.36 | 129.89 | 0.39 | 0.46 |
| Hex | 48 | A3 | 57 | 38 | 0 | 2F | 24 | 82 | 27 | 2E |
| Octal | 110 | 243 | 127 | 70 | 0 | 57 | 44 | 202 | 47 | 56 |
| Binary | 1001000 | 10100011 | 1010111 | 111000 | 0 | 101111 | 100100 | 10000010 | 100111 | 101110 |
Color Harmonies of #48A357
Complementary color
Monochromatic Colors of #48A357
Black with #48A357
Text Example
Text Example
White with #48A357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48A357; }
p { color: rgb(72,163,87); }
H1.HeaderClassName
{
color: #48A357;
}
.AnyTagClassName
{
color: #48A357;
}
</style>
background-color css
<style>
a { background-color: #48A357; }
a { background-color: rgb(72,163,87); }
div.DivClassName
{
background-color: #48A357;
}
.BgClassName
{
background-color: #48A357;
}
</style>
border-color css
<style>
span { border-color: #48A357; }
span { border-color: rgb(72,163,87); }
td.TdClassName
{
border-color: #48A357;
}
.TagClassName
{
border-color: #48A357;
}
</style>