Shades of Fruit Salad #4DBE49
Tints of Fruit Salad #4DBE49
RGB
CMYK
RGB Variations
Color information
#4DBE49 (or 0x4DBE49) is known color: Fruit Salad. HEX triplet: 4D, BE and 49. RGB value is (77,190,73). Sum of RGB (Red+Green+Blue) = 77+190+73=340 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.65% from 340); Green value is 190 (74.61% from 255 or 55.88% from 340); Blue value is 73 (28.91% from 255 or 21.47% from 340); Max value from RGB is 190 - color contains mainly: green. Hex color #4DBE49 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DBE49 is #B241B6. Grayscale: #8F8F8F. Windows color (decimal): -11682231 or 4832845. OLE color: 4832845.
HSL color Cylindrical-coordinate representation of color #4DBE49: hue angle of 117.95º degrees, saturation: 0.47, 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 #4DBE49 is Cyan = 0.59, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 77 | 190 | 73 | - |
| CMYK | 0.59 | 0 | 0.62 | 0.25 |
| HSL | 117.95º | 0.47% | 0.52% | - |
| HSV(B) | 117.95º | 0.62% | 0.75% | - |
| XYZ | 22.68 | 38.89 | 12.61 | - |
| YUV | 142.88 | 88.56 | 81.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 190 | 73 | 0.59 | 0 | 0.62 | 0.25 | 117.95 | 0.47 | 0.52 |
| Hex | 4D | BE | 49 | 3B | 0 | 3E | 19 | 76 | 2F | 34 |
| Octal | 115 | 276 | 111 | 73 | 0 | 76 | 31 | 166 | 57 | 64 |
| Binary | 1001101 | 10111110 | 1001001 | 111011 | 0 | 111110 | 11001 | 1110110 | 101111 | 110100 |
Color Harmonies of #4DBE49
Complementary color
Monochromatic Colors of #4DBE49
Black with #4DBE49
Text Example
Text Example
White with #4DBE49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBE49; }
p { color: rgb(77,190,73); }
H1.HeaderClassName
{
color: #4DBE49;
}
.AnyTagClassName
{
color: #4DBE49;
}
</style>
background-color css
<style>
a { background-color: #4DBE49; }
a { background-color: rgb(77,190,73); }
div.DivClassName
{
background-color: #4DBE49;
}
.BgClassName
{
background-color: #4DBE49;
}
</style>
border-color css
<style>
span { border-color: #4DBE49; }
span { border-color: rgb(77,190,73); }
td.TdClassName
{
border-color: #4DBE49;
}
.TagClassName
{
border-color: #4DBE49;
}
</style>