Shades of Fruit Salad #4DB149
Tints of Fruit Salad #4DB149
RGB
CMYK
RGB Variations
Color information
#4DB149 (or 0x4DB149) is known color: Fruit Salad. HEX triplet: 4D, B1 and 49. RGB value is (77,177,73). Sum of RGB (Red+Green+Blue) = 77+177+73=327 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.55% from 327); Green value is 177 (69.53% from 255 or 54.13% from 327); Blue value is 73 (28.91% from 255 or 22.32% from 327); Max value from RGB is 177 - color contains mainly: green. Hex color #4DB149 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4DB149 is #B24EB6. Grayscale: #878787. Windows color (decimal): -11685559 or 4829517. OLE color: 4829517.
HSL color Cylindrical-coordinate representation of color #4DB149: hue angle of 117.69º 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 #4DB149 is Cyan = 0.56, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 77 | 177 | 73 | - |
| CMYK | 0.56 | 0 | 0.59 | 0.31 |
| HSL | 117.69º | 0.42% | 0.49% | - |
| HSV(B) | 117.69º | 0.59% | 0.69% | - |
| XYZ | 19.99 | 33.5 | 11.72 | - |
| YUV | 135.24 | 92.87 | 86.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 177 | 73 | 0.56 | 0 | 0.59 | 0.31 | 117.69 | 0.42 | 0.49 |
| Hex | 4D | B1 | 49 | 38 | 0 | 3B | 1F | 76 | 2A | 31 |
| Octal | 115 | 261 | 111 | 70 | 0 | 73 | 37 | 166 | 52 | 61 |
| Binary | 1001101 | 10110001 | 1001001 | 111000 | 0 | 111011 | 11111 | 1110110 | 101010 | 110001 |
Color Harmonies of #4DB149
Complementary color
Monochromatic Colors of #4DB149
Black with #4DB149
Text Example
Text Example
White with #4DB149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB149; }
p { color: rgb(77,177,73); }
H1.HeaderClassName
{
color: #4DB149;
}
.AnyTagClassName
{
color: #4DB149;
}
</style>
background-color css
<style>
a { background-color: #4DB149; }
a { background-color: rgb(77,177,73); }
div.DivClassName
{
background-color: #4DB149;
}
.BgClassName
{
background-color: #4DB149;
}
</style>
border-color css
<style>
span { border-color: #4DB149; }
span { border-color: rgb(77,177,73); }
td.TdClassName
{
border-color: #4DB149;
}
.TagClassName
{
border-color: #4DB149;
}
</style>