Shades of Fruit Salad #4DBF49
Tints of Fruit Salad #4DBF49
RGB
CMYK
RGB Variations
Color information
#4DBF49 (or 0x4DBF49) is known color: Fruit Salad. HEX triplet: 4D, BF and 49. RGB value is (77,191,73). Sum of RGB (Red+Green+Blue) = 77+191+73=341 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.58% from 341); Green value is 191 (75% from 255 or 56.01% from 341); Blue value is 73 (28.91% from 255 or 21.41% from 341); Max value from RGB is 191 - color contains mainly: green. Hex color #4DBF49 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DBF49 is #B240B6. Grayscale: #8F8F8F. Windows color (decimal): -11681975 or 4833101. OLE color: 4833101.
HSL color Cylindrical-coordinate representation of color #4DBF49: hue angle of 117.97º degrees, saturation: 0.48, 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 #4DBF49 is Cyan = 0.60, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 77 | 191 | 73 | - |
| CMYK | 0.60 | 0 | 0.62 | 0.25 |
| HSL | 117.97º | 0.48% | 0.52% | - |
| HSV(B) | 117.97º | 0.62% | 0.75% | - |
| XYZ | 22.89 | 39.32 | 12.69 | - |
| YUV | 143.46 | 88.23 | 80.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 191 | 73 | 0.60 | 0 | 0.62 | 0.25 | 117.97 | 0.48 | 0.52 |
| Hex | 4D | BF | 49 | 3C | 0 | 3E | 19 | 76 | 30 | 34 |
| Octal | 115 | 277 | 111 | 74 | 0 | 76 | 31 | 166 | 60 | 64 |
| Binary | 1001101 | 10111111 | 1001001 | 111100 | 0 | 111110 | 11001 | 1110110 | 110000 | 110100 |
Color Harmonies of #4DBF49
Complementary color
Monochromatic Colors of #4DBF49
Black with #4DBF49
Text Example
Text Example
White with #4DBF49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBF49; }
p { color: rgb(77,191,73); }
H1.HeaderClassName
{
color: #4DBF49;
}
.AnyTagClassName
{
color: #4DBF49;
}
</style>
background-color css
<style>
a { background-color: #4DBF49; }
a { background-color: rgb(77,191,73); }
div.DivClassName
{
background-color: #4DBF49;
}
.BgClassName
{
background-color: #4DBF49;
}
</style>
border-color css
<style>
span { border-color: #4DBF49; }
span { border-color: rgb(77,191,73); }
td.TdClassName
{
border-color: #4DBF49;
}
.TagClassName
{
border-color: #4DBF49;
}
</style>