Shades of Fruit Salad #48BC5A
Tints of Fruit Salad #48BC5A
RGB
CMYK
RGB Variations
Color information
#48BC5A (or 0x48BC5A) is known color: Fruit Salad. HEX triplet: 48, BC and 5A. RGB value is (72,188,90). Sum of RGB (Red+Green+Blue) = 72+188+90=350 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.57% from 350); Green value is 188 (73.83% from 255 or 53.71% from 350); Blue value is 90 (35.55% from 255 or 25.71% from 350); Max value from RGB is 188 - color contains mainly: green. Hex color #48BC5A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48BC5A is #B743A5. Grayscale: #8E8E8E. Windows color (decimal): -12010406 or 5946440. OLE color: 5946440.
HSL color Cylindrical-coordinate representation of color #48BC5A: hue angle of 129.31º degrees, saturation: 0.46, 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 #48BC5A is Cyan = 0.62, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 72 | 188 | 90 | - |
| CMYK | 0.62 | 0 | 0.52 | 0.26 |
| HSL | 129.31º | 0.46% | 0.51% | - |
| HSV(B) | 129.31º | 0.62% | 0.74% | - |
| XYZ | 22.5 | 38.08 | 15.84 | - |
| YUV | 142.14 | 98.57 | 77.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 188 | 90 | 0.62 | 0 | 0.52 | 0.26 | 129.31 | 0.46 | 0.51 |
| Hex | 48 | BC | 5A | 3E | 0 | 34 | 1A | 81 | 2E | 33 |
| Octal | 110 | 274 | 132 | 76 | 0 | 64 | 32 | 201 | 56 | 63 |
| Binary | 1001000 | 10111100 | 1011010 | 111110 | 0 | 110100 | 11010 | 10000001 | 101110 | 110011 |
Color Harmonies of #48BC5A
Complementary color
Monochromatic Colors of #48BC5A
Black with #48BC5A
Text Example
Text Example
White with #48BC5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48BC5A; }
p { color: rgb(72,188,90); }
H1.HeaderClassName
{
color: #48BC5A;
}
.AnyTagClassName
{
color: #48BC5A;
}
</style>
background-color css
<style>
a { background-color: #48BC5A; }
a { background-color: rgb(72,188,90); }
div.DivClassName
{
background-color: #48BC5A;
}
.BgClassName
{
background-color: #48BC5A;
}
</style>
border-color css
<style>
span { border-color: #48BC5A; }
span { border-color: rgb(72,188,90); }
td.TdClassName
{
border-color: #48BC5A;
}
.TagClassName
{
border-color: #48BC5A;
}
</style>