Shades of Fruit Salad #48BD5D
Tints of Fruit Salad #48BD5D
RGB
CMYK
RGB Variations
Color information
#48BD5D (or 0x48BD5D) is known color: Fruit Salad. HEX triplet: 48, BD and 5D. RGB value is (72,189,93). Sum of RGB (Red+Green+Blue) = 72+189+93=354 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.34% from 354); Green value is 189 (74.22% from 255 or 53.39% from 354); Blue value is 93 (36.72% from 255 or 26.27% from 354); Max value from RGB is 189 - color contains mainly: green. Hex color #48BD5D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48BD5D is #B742A2. Grayscale: #8F8F8F. Windows color (decimal): -12010147 or 6143304. OLE color: 6143304.
HSL color Cylindrical-coordinate representation of color #48BD5D: hue angle of 130.77º 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 #48BD5D is Cyan = 0.62, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 72 | 189 | 93 | - |
| CMYK | 0.62 | 0 | 0.51 | 0.26 |
| HSL | 130.77º | 0.47% | 0.51% | - |
| HSV(B) | 130.77º | 0.62% | 0.74% | - |
| XYZ | 22.85 | 38.56 | 16.6 | - |
| YUV | 143.07 | 99.74 | 77.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 189 | 93 | 0.62 | 0 | 0.51 | 0.26 | 130.77 | 0.47 | 0.51 |
| Hex | 48 | BD | 5D | 3E | 0 | 33 | 1A | 83 | 2F | 33 |
| Octal | 110 | 275 | 135 | 76 | 0 | 63 | 32 | 203 | 57 | 63 |
| Binary | 1001000 | 10111101 | 1011101 | 111110 | 0 | 110011 | 11010 | 10000011 | 101111 | 110011 |
Color Harmonies of #48BD5D
Complementary color
Monochromatic Colors of #48BD5D
Black with #48BD5D
Text Example
Text Example
White with #48BD5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48BD5D; }
p { color: rgb(72,189,93); }
H1.HeaderClassName
{
color: #48BD5D;
}
.AnyTagClassName
{
color: #48BD5D;
}
</style>
background-color css
<style>
a { background-color: #48BD5D; }
a { background-color: rgb(72,189,93); }
div.DivClassName
{
background-color: #48BD5D;
}
.BgClassName
{
background-color: #48BD5D;
}
</style>
border-color css
<style>
span { border-color: #48BD5D; }
span { border-color: rgb(72,189,93); }
td.TdClassName
{
border-color: #48BD5D;
}
.TagClassName
{
border-color: #48BD5D;
}
</style>