Shades of Fruit Salad #48C252
Tints of Fruit Salad #48C252
RGB
CMYK
RGB Variations
Color information
#48C252 (or 0x48C252) is known color: Fruit Salad. HEX triplet: 48, C2 and 52. RGB value is (72,194,82). Sum of RGB (Red+Green+Blue) = 72+194+82=348 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.69% from 348); Green value is 194 (76.17% from 255 or 55.75% from 348); Blue value is 82 (32.42% from 255 or 23.56% from 348); Max value from RGB is 194 - color contains mainly: green. Hex color #48C252 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48C252 is #B73DAD. Grayscale: #919191. Windows color (decimal): -12008878 or 5423688. OLE color: 5423688.
HSL color Cylindrical-coordinate representation of color #48C252: hue angle of 124.92º degrees, saturation: 0.5, 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 #48C252 is Cyan = 0.63, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 72 | 194 | 82 | - |
| CMYK | 0.63 | 0 | 0.58 | 0.24 |
| HSL | 124.92º | 0.5% | 0.52% | - |
| HSV(B) | 124.92º | 0.63% | 0.76% | - |
| XYZ | 23.49 | 40.57 | 14.58 | - |
| YUV | 144.75 | 92.58 | 76.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 194 | 82 | 0.63 | 0 | 0.58 | 0.24 | 124.92 | 0.5 | 0.52 |
| Hex | 48 | C2 | 52 | 3F | 0 | 3A | 18 | 7D | 32 | 34 |
| Octal | 110 | 302 | 122 | 77 | 0 | 72 | 30 | 175 | 62 | 64 |
| Binary | 1001000 | 11000010 | 1010010 | 111111 | 0 | 111010 | 11000 | 1111101 | 110010 | 110100 |
Color Harmonies of #48C252
Complementary color
Monochromatic Colors of #48C252
Black with #48C252
Text Example
Text Example
White with #48C252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48C252; }
p { color: rgb(72,194,82); }
H1.HeaderClassName
{
color: #48C252;
}
.AnyTagClassName
{
color: #48C252;
}
</style>
background-color css
<style>
a { background-color: #48C252; }
a { background-color: rgb(72,194,82); }
div.DivClassName
{
background-color: #48C252;
}
.BgClassName
{
background-color: #48C252;
}
</style>
border-color css
<style>
span { border-color: #48C252; }
span { border-color: rgb(72,194,82); }
td.TdClassName
{
border-color: #48C252;
}
.TagClassName
{
border-color: #48C252;
}
</style>