Shades of Fruit Salad #48C051
Tints of Fruit Salad #48C051
RGB
CMYK
RGB Variations
Color information
#48C051 (or 0x48C051) is known color: Fruit Salad. HEX triplet: 48, C0 and 51. RGB value is (72,192,81). Sum of RGB (Red+Green+Blue) = 72+192+81=345 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.87% from 345); Green value is 192 (75.39% from 255 or 55.65% from 345); Blue value is 81 (32.03% from 255 or 23.48% from 345); Max value from RGB is 192 - color contains mainly: green. Hex color #48C051 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48C051 is #B73FAE. Grayscale: #8F8F8F. Windows color (decimal): -12009391 or 5357640. OLE color: 5357640.
HSL color Cylindrical-coordinate representation of color #48C051: hue angle of 124.5º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #48C051 is Cyan = 0.63, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 72 | 192 | 81 | - |
| CMYK | 0.63 | 0 | 0.58 | 0.25 |
| HSL | 124.5º | 0.49% | 0.52% | - |
| HSV(B) | 124.5º | 0.63% | 0.75% | - |
| XYZ | 23.01 | 39.67 | 14.23 | - |
| YUV | 143.47 | 92.74 | 77.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 192 | 81 | 0.63 | 0 | 0.58 | 0.25 | 124.5 | 0.49 | 0.52 |
| Hex | 48 | C0 | 51 | 3F | 0 | 3A | 19 | 7C | 31 | 34 |
| Octal | 110 | 300 | 121 | 77 | 0 | 72 | 31 | 174 | 61 | 64 |
| Binary | 1001000 | 11000000 | 1010001 | 111111 | 0 | 111010 | 11001 | 1111100 | 110001 | 110100 |
Color Harmonies of #48C051
Complementary color
Monochromatic Colors of #48C051
Black with #48C051
Text Example
Text Example
White with #48C051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48C051; }
p { color: rgb(72,192,81); }
H1.HeaderClassName
{
color: #48C051;
}
.AnyTagClassName
{
color: #48C051;
}
</style>
background-color css
<style>
a { background-color: #48C051; }
a { background-color: rgb(72,192,81); }
div.DivClassName
{
background-color: #48C051;
}
.BgClassName
{
background-color: #48C051;
}
</style>
border-color css
<style>
span { border-color: #48C051; }
span { border-color: rgb(72,192,81); }
td.TdClassName
{
border-color: #48C051;
}
.TagClassName
{
border-color: #48C051;
}
</style>