Shades of Fruit Salad #48BC41
Tints of Fruit Salad #48BC41
RGB
CMYK
RGB Variations
Color information
#48BC41 (or 0x48BC41) is known color: Fruit Salad. HEX triplet: 48, BC and 41. RGB value is (72,188,65). Sum of RGB (Red+Green+Blue) = 72+188+65=325 (43% of max value = 765). Red value is 72 (28.52% from 255 or 22.15% from 325); Green value is 188 (73.83% from 255 or 57.85% from 325); Blue value is 65 (25.78% from 255 or 20% from 325); Max value from RGB is 188 - color contains mainly: green. Hex color #48BC41 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48BC41 is #B743BE. Grayscale: #8B8B8B. Windows color (decimal): -12010431 or 4308040. OLE color: 4308040.
HSL color Cylindrical-coordinate representation of color #48BC41: hue angle of 116.59º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #48BC41 is Cyan = 0.62, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 72 | 188 | 65 | - |
| CMYK | 0.62 | 0 | 0.65 | 0.26 |
| HSL | 116.59º | 0.49% | 0.5% | - |
| HSV(B) | 116.59º | 0.65% | 0.74% | - |
| XYZ | 21.61 | 37.73 | 11.14 | - |
| YUV | 139.29 | 86.07 | 80 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 188 | 65 | 0.62 | 0 | 0.65 | 0.26 | 116.59 | 0.49 | 0.5 |
| Hex | 48 | BC | 41 | 3E | 0 | 41 | 1A | 75 | 31 | 32 |
| Octal | 110 | 274 | 101 | 76 | 0 | 101 | 32 | 165 | 61 | 62 |
| Binary | 1001000 | 10111100 | 1000001 | 111110 | 0 | 1000001 | 11010 | 1110101 | 110001 | 110010 |
Color Harmonies of #48BC41
Complementary color
Monochromatic Colors of #48BC41
Black with #48BC41
Text Example
Text Example
White with #48BC41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48BC41; }
p { color: rgb(72,188,65); }
H1.HeaderClassName
{
color: #48BC41;
}
.AnyTagClassName
{
color: #48BC41;
}
</style>
background-color css
<style>
a { background-color: #48BC41; }
a { background-color: rgb(72,188,65); }
div.DivClassName
{
background-color: #48BC41;
}
.BgClassName
{
background-color: #48BC41;
}
</style>
border-color css
<style>
span { border-color: #48BC41; }
span { border-color: rgb(72,188,65); }
td.TdClassName
{
border-color: #48BC41;
}
.TagClassName
{
border-color: #48BC41;
}
</style>