Shades of Fruit Salad #4DB248
Tints of Fruit Salad #4DB248
RGB
CMYK
RGB Variations
Color information
#4DB248 (or 0x4DB248) is known color: Fruit Salad. HEX triplet: 4D, B2 and 48. RGB value is (77,178,72). Sum of RGB (Red+Green+Blue) = 77+178+72=327 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.55% from 327); Green value is 178 (69.92% from 255 or 54.43% from 327); Blue value is 72 (28.52% from 255 or 22.02% from 327); Max value from RGB is 178 - color contains mainly: green. Hex color #4DB248 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4DB248 is #B24DB7. Grayscale: #888888. Windows color (decimal): -11685304 or 4764237. OLE color: 4764237.
HSL color Cylindrical-coordinate representation of color #4DB248: hue angle of 117.17º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4DB248 is Cyan = 0.57, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 77 | 178 | 72 | - |
| CMYK | 0.57 | 0 | 0.60 | 0.30 |
| HSL | 117.17º | 0.42% | 0.49% | - |
| HSV(B) | 117.17º | 0.6% | 0.7% | - |
| XYZ | 20.15 | 33.89 | 11.61 | - |
| YUV | 135.72 | 92.04 | 86.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 178 | 72 | 0.57 | 0 | 0.60 | 0.30 | 117.17 | 0.42 | 0.49 |
| Hex | 4D | B2 | 48 | 39 | 0 | 3C | 1E | 75 | 2A | 31 |
| Octal | 115 | 262 | 110 | 71 | 0 | 74 | 36 | 165 | 52 | 61 |
| Binary | 1001101 | 10110010 | 1001000 | 111001 | 0 | 111100 | 11110 | 1110101 | 101010 | 110001 |
Color Harmonies of #4DB248
Complementary color
Monochromatic Colors of #4DB248
Black with #4DB248
Text Example
Text Example
White with #4DB248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB248; }
p { color: rgb(77,178,72); }
H1.HeaderClassName
{
color: #4DB248;
}
.AnyTagClassName
{
color: #4DB248;
}
</style>
background-color css
<style>
a { background-color: #4DB248; }
a { background-color: rgb(77,178,72); }
div.DivClassName
{
background-color: #4DB248;
}
.BgClassName
{
background-color: #4DB248;
}
</style>
border-color css
<style>
span { border-color: #4DB248; }
span { border-color: rgb(77,178,72); }
td.TdClassName
{
border-color: #4DB248;
}
.TagClassName
{
border-color: #4DB248;
}
</style>