Shades of Fruit Salad #48BA45
Tints of Fruit Salad #48BA45
RGB
CMYK
RGB Variations
Color information
#48BA45 (or 0x48BA45) is known color: Fruit Salad. HEX triplet: 48, BA and 45. RGB value is (72,186,69). Sum of RGB (Red+Green+Blue) = 72+186+69=327 (43% of max value = 765). Red value is 72 (28.52% from 255 or 22.02% from 327); Green value is 186 (73.05% from 255 or 56.88% from 327); Blue value is 69 (27.34% from 255 or 21.10% from 327); Max value from RGB is 186 - color contains mainly: green. Hex color #48BA45 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48BA45 is #B745BA. Grayscale: #8A8A8A. Windows color (decimal): -12010939 or 4569672. OLE color: 4569672.
HSL color Cylindrical-coordinate representation of color #48BA45: hue angle of 118.46º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #48BA45 is Cyan = 0.61, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 72 | 186 | 69 | - |
| CMYK | 0.61 | 0 | 0.63 | 0.27 |
| HSL | 118.46º | 0.46% | 0.5% | - |
| HSV(B) | 118.46º | 0.63% | 0.73% | - |
| XYZ | 21.31 | 36.93 | 11.63 | - |
| YUV | 138.58 | 88.73 | 80.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 186 | 69 | 0.61 | 0 | 0.63 | 0.27 | 118.46 | 0.46 | 0.5 |
| Hex | 48 | BA | 45 | 3D | 0 | 3F | 1B | 76 | 2E | 32 |
| Octal | 110 | 272 | 105 | 75 | 0 | 77 | 33 | 166 | 56 | 62 |
| Binary | 1001000 | 10111010 | 1000101 | 111101 | 0 | 111111 | 11011 | 1110110 | 101110 | 110010 |
Color Harmonies of #48BA45
Complementary color
Monochromatic Colors of #48BA45
Black with #48BA45
Text Example
Text Example
White with #48BA45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48BA45; }
p { color: rgb(72,186,69); }
H1.HeaderClassName
{
color: #48BA45;
}
.AnyTagClassName
{
color: #48BA45;
}
</style>
background-color css
<style>
a { background-color: #48BA45; }
a { background-color: rgb(72,186,69); }
div.DivClassName
{
background-color: #48BA45;
}
.BgClassName
{
background-color: #48BA45;
}
</style>
border-color css
<style>
span { border-color: #48BA45; }
span { border-color: rgb(72,186,69); }
td.TdClassName
{
border-color: #48BA45;
}
.TagClassName
{
border-color: #48BA45;
}
</style>