Shades of Fruit Salad #48B24D
Tints of Fruit Salad #48B24D
RGB
CMYK
RGB Variations
Color information
#48B24D (or 0x48B24D) is known color: Fruit Salad. HEX triplet: 48, B2 and 4D. RGB value is (72,178,77). Sum of RGB (Red+Green+Blue) = 72+178+77=327 (43% of max value = 765). Red value is 72 (28.52% from 255 or 22.02% from 327); Green value is 178 (69.92% from 255 or 54.43% from 327); Blue value is 77 (30.47% from 255 or 23.55% from 327); Max value from RGB is 178 - color contains mainly: green. Hex color #48B24D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48B24D is #B74DB2. Grayscale: #878787. Windows color (decimal): -12012979 or 5091912. OLE color: 5091912.
HSL color Cylindrical-coordinate representation of color #48B24D: hue angle of 122.83º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #48B24D is Cyan = 0.60, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 72 | 178 | 77 | - |
| CMYK | 0.60 | 0 | 0.57 | 0.30 |
| HSL | 122.83º | 0.42% | 0.49% | - |
| HSV(B) | 122.83º | 0.6% | 0.7% | - |
| XYZ | 19.93 | 33.75 | 12.49 | - |
| YUV | 134.79 | 95.38 | 83.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 178 | 77 | 0.60 | 0 | 0.57 | 0.30 | 122.83 | 0.42 | 0.49 |
| Hex | 48 | B2 | 4D | 3C | 0 | 39 | 1E | 7B | 2A | 31 |
| Octal | 110 | 262 | 115 | 74 | 0 | 71 | 36 | 173 | 52 | 61 |
| Binary | 1001000 | 10110010 | 1001101 | 111100 | 0 | 111001 | 11110 | 1111011 | 101010 | 110001 |
Color Harmonies of #48B24D
Complementary color
Monochromatic Colors of #48B24D
Black with #48B24D
Text Example
Text Example
White with #48B24D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48B24D; }
p { color: rgb(72,178,77); }
H1.HeaderClassName
{
color: #48B24D;
}
.AnyTagClassName
{
color: #48B24D;
}
</style>
background-color css
<style>
a { background-color: #48B24D; }
a { background-color: rgb(72,178,77); }
div.DivClassName
{
background-color: #48B24D;
}
.BgClassName
{
background-color: #48B24D;
}
</style>
border-color css
<style>
span { border-color: #48B24D; }
span { border-color: rgb(72,178,77); }
td.TdClassName
{
border-color: #48B24D;
}
.TagClassName
{
border-color: #48B24D;
}
</style>