Shades of Fruit Salad #48B53A
Tints of Fruit Salad #48B53A
RGB
CMYK
RGB Variations
Color information
#48B53A (or 0x48B53A) is known color: Fruit Salad. HEX triplet: 48, B5 and 3A. RGB value is (72,181,58). Sum of RGB (Red+Green+Blue) = 72+181+58=311 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.15% from 311); Green value is 181 (71.09% from 255 or 58.20% from 311); Blue value is 58 (23.05% from 255 or 18.65% from 311); Max value from RGB is 181 - color contains mainly: green. Hex color #48B53A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48B53A is #B74AC5. Grayscale: #868686. Windows color (decimal): -12012230 or 3847496. OLE color: 3847496.
HSL color Cylindrical-coordinate representation of color #48B53A: hue angle of 113.17º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #48B53A is Cyan = 0.60, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 72 | 181 | 58 | - |
| CMYK | 0.60 | 0 | 0.68 | 0.29 |
| HSL | 113.17º | 0.51% | 0.47% | - |
| HSV(B) | 113.17º | 0.68% | 0.71% | - |
| XYZ | 19.96 | 34.73 | 9.65 | - |
| YUV | 134.39 | 84.89 | 83.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 181 | 58 | 0.60 | 0 | 0.68 | 0.29 | 113.17 | 0.51 | 0.47 |
| Hex | 48 | B5 | 3A | 3C | 0 | 44 | 1D | 71 | 33 | 2F |
| Octal | 110 | 265 | 72 | 74 | 0 | 104 | 35 | 161 | 63 | 57 |
| Binary | 1001000 | 10110101 | 111010 | 111100 | 0 | 1000100 | 11101 | 1110001 | 110011 | 101111 |
Color Harmonies of #48B53A
Complementary color
Monochromatic Colors of #48B53A
Black with #48B53A
Text Example
Text Example
White with #48B53A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48B53A; }
p { color: rgb(72,181,58); }
H1.HeaderClassName
{
color: #48B53A;
}
.AnyTagClassName
{
color: #48B53A;
}
</style>
background-color css
<style>
a { background-color: #48B53A; }
a { background-color: rgb(72,181,58); }
div.DivClassName
{
background-color: #48B53A;
}
.BgClassName
{
background-color: #48B53A;
}
</style>
border-color css
<style>
span { border-color: #48B53A; }
span { border-color: rgb(72,181,58); }
td.TdClassName
{
border-color: #48B53A;
}
.TagClassName
{
border-color: #48B53A;
}
</style>