Shades of Fruit Salad #48C74F
Tints of Fruit Salad #48C74F
RGB
CMYK
RGB Variations
Color information
#48C74F (or 0x48C74F) is known color: Fruit Salad. HEX triplet: 48, C7 and 4F. RGB value is (72,199,79). Sum of RGB (Red+Green+Blue) = 72+199+79=350 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.57% from 350); Green value is 199 (78.12% from 255 or 56.86% from 350); Blue value is 79 (31.25% from 255 or 22.57% from 350); Max value from RGB is 199 - color contains mainly: green. Hex color #48C74F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48C74F is #B738B0. Grayscale: #939393. Windows color (decimal): -12007601 or 5228360. OLE color: 5228360.
HSL color Cylindrical-coordinate representation of color #48C74F: hue angle of 123.31º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #48C74F is Cyan = 0.64, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 72 | 199 | 79 | - |
| CMYK | 0.64 | 0 | 0.60 | 0.22 |
| HSL | 123.31º | 0.53% | 0.53% | - |
| HSV(B) | 123.31º | 0.64% | 0.78% | - |
| XYZ | 24.51 | 42.79 | 14.36 | - |
| YUV | 147.35 | 89.42 | 74.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 199 | 79 | 0.64 | 0 | 0.60 | 0.22 | 123.31 | 0.53 | 0.53 |
| Hex | 48 | C7 | 4F | 40 | 0 | 3C | 16 | 7B | 35 | 35 |
| Octal | 110 | 307 | 117 | 100 | 0 | 74 | 26 | 173 | 65 | 65 |
| Binary | 1001000 | 11000111 | 1001111 | 1000000 | 0 | 111100 | 10110 | 1111011 | 110101 | 110101 |
Color Harmonies of #48C74F
Complementary color
Monochromatic Colors of #48C74F
Black with #48C74F
Text Example
Text Example
White with #48C74F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48C74F; }
p { color: rgb(72,199,79); }
H1.HeaderClassName
{
color: #48C74F;
}
.AnyTagClassName
{
color: #48C74F;
}
</style>
background-color css
<style>
a { background-color: #48C74F; }
a { background-color: rgb(72,199,79); }
div.DivClassName
{
background-color: #48C74F;
}
.BgClassName
{
background-color: #48C74F;
}
</style>
border-color css
<style>
span { border-color: #48C74F; }
span { border-color: rgb(72,199,79); }
td.TdClassName
{
border-color: #48C74F;
}
.TagClassName
{
border-color: #48C74F;
}
</style>