Shades of Fruit Salad #48C04D
Tints of Fruit Salad #48C04D
RGB
CMYK
RGB Variations
Color information
#48C04D (or 0x48C04D) is known color: Fruit Salad. HEX triplet: 48, C0 and 4D. RGB value is (72,192,77). Sum of RGB (Red+Green+Blue) = 72+192+77=341 (45% of max value = 765). Red value is 72 (28.52% from 255 or 21.11% from 341); Green value is 192 (75.39% from 255 or 56.30% from 341); Blue value is 77 (30.47% from 255 or 22.58% from 341); Max value from RGB is 192 - color contains mainly: green. Hex color #48C04D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48C04D is #B73FB2. Grayscale: #8F8F8F. Windows color (decimal): -12009395 or 5095496. OLE color: 5095496.
HSL color Cylindrical-coordinate representation of color #48C04D: hue angle of 122.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 #48C04D is Cyan = 0.63, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 72 | 192 | 77 | - |
| CMYK | 0.63 | 0 | 0.60 | 0.25 |
| HSL | 122.5º | 0.49% | 0.52% | - |
| HSV(B) | 122.5º | 0.63% | 0.75% | - |
| XYZ | 22.86 | 39.61 | 13.46 | - |
| YUV | 143.01 | 90.74 | 77.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 192 | 77 | 0.63 | 0 | 0.60 | 0.25 | 122.5 | 0.49 | 0.52 |
| Hex | 48 | C0 | 4D | 3F | 0 | 3C | 19 | 7B | 31 | 34 |
| Octal | 110 | 300 | 115 | 77 | 0 | 74 | 31 | 173 | 61 | 64 |
| Binary | 1001000 | 11000000 | 1001101 | 111111 | 0 | 111100 | 11001 | 1111011 | 110001 | 110100 |
Color Harmonies of #48C04D
Complementary color
Monochromatic Colors of #48C04D
Black with #48C04D
Text Example
Text Example
White with #48C04D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48C04D; }
p { color: rgb(72,192,77); }
H1.HeaderClassName
{
color: #48C04D;
}
.AnyTagClassName
{
color: #48C04D;
}
</style>
background-color css
<style>
a { background-color: #48C04D; }
a { background-color: rgb(72,192,77); }
div.DivClassName
{
background-color: #48C04D;
}
.BgClassName
{
background-color: #48C04D;
}
</style>
border-color css
<style>
span { border-color: #48C04D; }
span { border-color: rgb(72,192,77); }
td.TdClassName
{
border-color: #48C04D;
}
.TagClassName
{
border-color: #48C04D;
}
</style>