Shades of Fruit Salad #48C450
Tints of Fruit Salad #48C450
RGB
CMYK
RGB Variations
Color information
#48C450 (or 0x48C450) is known color: Fruit Salad. HEX triplet: 48, C4 and 50. RGB value is (72,196,80). Sum of RGB (Red+Green+Blue) = 72+196+80=348 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.69% from 348); Green value is 196 (76.95% from 255 or 56.32% from 348); Blue value is 80 (31.64% from 255 or 22.99% from 348); Max value from RGB is 196 - color contains mainly: green. Hex color #48C450 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48C450 is #B73BAF. Grayscale: #929292. Windows color (decimal): -12008368 or 5293128. OLE color: 5293128.
HSL color Cylindrical-coordinate representation of color #48C450: hue angle of 123.87º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #48C450 is Cyan = 0.63, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 72 | 196 | 80 | - |
| CMYK | 0.63 | 0 | 0.59 | 0.23 |
| HSL | 123.87º | 0.51% | 0.53% | - |
| HSV(B) | 123.87º | 0.63% | 0.77% | - |
| XYZ | 23.86 | 41.44 | 14.33 | - |
| YUV | 145.7 | 90.92 | 75.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 196 | 80 | 0.63 | 0 | 0.59 | 0.23 | 123.87 | 0.51 | 0.53 |
| Hex | 48 | C4 | 50 | 3F | 0 | 3B | 17 | 7C | 33 | 35 |
| Octal | 110 | 304 | 120 | 77 | 0 | 73 | 27 | 174 | 63 | 65 |
| Binary | 1001000 | 11000100 | 1010000 | 111111 | 0 | 111011 | 10111 | 1111100 | 110011 | 110101 |
Color Harmonies of #48C450
Complementary color
Monochromatic Colors of #48C450
Black with #48C450
Text Example
Text Example
White with #48C450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48C450; }
p { color: rgb(72,196,80); }
H1.HeaderClassName
{
color: #48C450;
}
.AnyTagClassName
{
color: #48C450;
}
</style>
background-color css
<style>
a { background-color: #48C450; }
a { background-color: rgb(72,196,80); }
div.DivClassName
{
background-color: #48C450;
}
.BgClassName
{
background-color: #48C450;
}
</style>
border-color css
<style>
span { border-color: #48C450; }
span { border-color: rgb(72,196,80); }
td.TdClassName
{
border-color: #48C450;
}
.TagClassName
{
border-color: #48C450;
}
</style>