Shades of Fruit Salad #48BD53
Tints of Fruit Salad #48BD53
RGB
CMYK
RGB Variations
Color information
#48BD53 (or 0x48BD53) is known color: Fruit Salad. HEX triplet: 48, BD and 53. RGB value is (72,189,83). Sum of RGB (Red+Green+Blue) = 72+189+83=344 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.93% from 344); Green value is 189 (74.22% from 255 or 54.94% from 344); Blue value is 83 (32.81% from 255 or 24.13% from 344); Max value from RGB is 189 - color contains mainly: green. Hex color #48BD53 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48BD53 is #B742AC. Grayscale: #8E8E8E. Windows color (decimal): -12010157 or 5487944. OLE color: 5487944.
HSL color Cylindrical-coordinate representation of color #48BD53: hue angle of 125.64º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #48BD53 is Cyan = 0.62, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 72 | 189 | 83 | - |
| CMYK | 0.62 | 0 | 0.56 | 0.26 |
| HSL | 125.64º | 0.47% | 0.51% | - |
| HSV(B) | 125.64º | 0.62% | 0.74% | - |
| XYZ | 22.43 | 38.4 | 14.41 | - |
| YUV | 141.93 | 94.74 | 78.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 189 | 83 | 0.62 | 0 | 0.56 | 0.26 | 125.64 | 0.47 | 0.51 |
| Hex | 48 | BD | 53 | 3E | 0 | 38 | 1A | 7E | 2F | 33 |
| Octal | 110 | 275 | 123 | 76 | 0 | 70 | 32 | 176 | 57 | 63 |
| Binary | 1001000 | 10111101 | 1010011 | 111110 | 0 | 111000 | 11010 | 1111110 | 101111 | 110011 |
Color Harmonies of #48BD53
Complementary color
Monochromatic Colors of #48BD53
Black with #48BD53
Text Example
Text Example
White with #48BD53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48BD53; }
p { color: rgb(72,189,83); }
H1.HeaderClassName
{
color: #48BD53;
}
.AnyTagClassName
{
color: #48BD53;
}
</style>
background-color css
<style>
a { background-color: #48BD53; }
a { background-color: rgb(72,189,83); }
div.DivClassName
{
background-color: #48BD53;
}
.BgClassName
{
background-color: #48BD53;
}
</style>
border-color css
<style>
span { border-color: #48BD53; }
span { border-color: rgb(72,189,83); }
td.TdClassName
{
border-color: #48BD53;
}
.TagClassName
{
border-color: #48BD53;
}
</style>