Shades of Fruit Salad #4DB148
Tints of Fruit Salad #4DB148
RGB
CMYK
RGB Variations
Color information
#4DB148 (or 0x4DB148) is known color: Fruit Salad. HEX triplet: 4D, B1 and 48. RGB value is (77,177,72). Sum of RGB (Red+Green+Blue) = 77+177+72=326 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.62% from 326); Green value is 177 (69.53% from 255 or 54.29% from 326); Blue value is 72 (28.52% from 255 or 22.09% from 326); Max value from RGB is 177 - color contains mainly: green. Hex color #4DB148 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4DB148 is #B24EB7. Grayscale: #878787. Windows color (decimal): -11685560 or 4763981. OLE color: 4763981.
HSL color Cylindrical-coordinate representation of color #4DB148: hue angle of 117.14º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4DB148 is Cyan = 0.56, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 77 | 177 | 72 | - |
| CMYK | 0.56 | 0 | 0.59 | 0.31 |
| HSL | 117.14º | 0.42% | 0.49% | - |
| HSV(B) | 117.14º | 0.59% | 0.69% | - |
| XYZ | 19.95 | 33.49 | 11.54 | - |
| YUV | 135.13 | 92.37 | 86.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 177 | 72 | 0.56 | 0 | 0.59 | 0.31 | 117.14 | 0.42 | 0.49 |
| Hex | 4D | B1 | 48 | 38 | 0 | 3B | 1F | 75 | 2A | 31 |
| Octal | 115 | 261 | 110 | 70 | 0 | 73 | 37 | 165 | 52 | 61 |
| Binary | 1001101 | 10110001 | 1001000 | 111000 | 0 | 111011 | 11111 | 1110101 | 101010 | 110001 |
Color Harmonies of #4DB148
Complementary color
Monochromatic Colors of #4DB148
Black with #4DB148
Text Example
Text Example
White with #4DB148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB148; }
p { color: rgb(77,177,72); }
H1.HeaderClassName
{
color: #4DB148;
}
.AnyTagClassName
{
color: #4DB148;
}
</style>
background-color css
<style>
a { background-color: #4DB148; }
a { background-color: rgb(77,177,72); }
div.DivClassName
{
background-color: #4DB148;
}
.BgClassName
{
background-color: #4DB148;
}
</style>
border-color css
<style>
span { border-color: #4DB148; }
span { border-color: rgb(77,177,72); }
td.TdClassName
{
border-color: #4DB148;
}
.TagClassName
{
border-color: #4DB148;
}
</style>