Shades of Fruit Salad #48C353
Tints of Fruit Salad #48C353
RGB
CMYK
RGB Variations
Color information
#48C353 (or 0x48C353) is known color: Fruit Salad. HEX triplet: 48, C3 and 53. RGB value is (72,195,83). Sum of RGB (Red+Green+Blue) = 72+195+83=350 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.57% from 350); Green value is 195 (76.56% from 255 or 55.71% from 350); Blue value is 83 (32.81% from 255 or 23.71% from 350); Max value from RGB is 195 - color contains mainly: green. Hex color #48C353 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48C353 is #B73CAC. Grayscale: #919191. Windows color (decimal): -12008621 or 5489480. OLE color: 5489480.
HSL color Cylindrical-coordinate representation of color #48C353: hue angle of 125.37º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #48C353 is Cyan = 0.63, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 72 | 195 | 83 | - |
| CMYK | 0.63 | 0 | 0.57 | 0.24 |
| HSL | 125.37º | 0.51% | 0.52% | - |
| HSV(B) | 125.37º | 0.63% | 0.76% | - |
| XYZ | 23.75 | 41.03 | 14.85 | - |
| YUV | 145.46 | 92.75 | 75.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 195 | 83 | 0.63 | 0 | 0.57 | 0.24 | 125.37 | 0.51 | 0.52 |
| Hex | 48 | C3 | 53 | 3F | 0 | 39 | 18 | 7D | 33 | 34 |
| Octal | 110 | 303 | 123 | 77 | 0 | 71 | 30 | 175 | 63 | 64 |
| Binary | 1001000 | 11000011 | 1010011 | 111111 | 0 | 111001 | 11000 | 1111101 | 110011 | 110100 |
Color Harmonies of #48C353
Complementary color
Monochromatic Colors of #48C353
Black with #48C353
Text Example
Text Example
White with #48C353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48C353; }
p { color: rgb(72,195,83); }
H1.HeaderClassName
{
color: #48C353;
}
.AnyTagClassName
{
color: #48C353;
}
</style>
background-color css
<style>
a { background-color: #48C353; }
a { background-color: rgb(72,195,83); }
div.DivClassName
{
background-color: #48C353;
}
.BgClassName
{
background-color: #48C353;
}
</style>
border-color css
<style>
span { border-color: #48C353; }
span { border-color: rgb(72,195,83); }
td.TdClassName
{
border-color: #48C353;
}
.TagClassName
{
border-color: #48C353;
}
</style>