Shades of Fruit Salad #4DBF46
Tints of Fruit Salad #4DBF46
RGB
CMYK
RGB Variations
Color information
#4DBF46 (or 0x4DBF46) is known color: Fruit Salad. HEX triplet: 4D, BF and 46. RGB value is (77,191,70). Sum of RGB (Red+Green+Blue) = 77+191+70=338 (44% of max value = 765). Red value is 77 (30.47% from 255 or 22.78% from 338); Green value is 191 (75% from 255 or 56.51% from 338); Blue value is 70 (27.73% from 255 or 20.71% from 338); Max value from RGB is 191 - color contains mainly: green. Hex color #4DBF46 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DBF46 is #B240B9. Grayscale: #8F8F8F. Windows color (decimal): -11681978 or 4636493. OLE color: 4636493.
HSL color Cylindrical-coordinate representation of color #4DBF46: hue angle of 116.53º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4DBF46 is Cyan = 0.60, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 77 | 191 | 70 | - |
| CMYK | 0.60 | 0 | 0.63 | 0.25 |
| HSL | 116.53º | 0.49% | 0.51% | - |
| HSV(B) | 116.53º | 0.63% | 0.75% | - |
| XYZ | 22.8 | 39.28 | 12.17 | - |
| YUV | 143.12 | 86.73 | 80.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 191 | 70 | 0.60 | 0 | 0.63 | 0.25 | 116.53 | 0.49 | 0.51 |
| Hex | 4D | BF | 46 | 3C | 0 | 3F | 19 | 75 | 31 | 33 |
| Octal | 115 | 277 | 106 | 74 | 0 | 77 | 31 | 165 | 61 | 63 |
| Binary | 1001101 | 10111111 | 1000110 | 111100 | 0 | 111111 | 11001 | 1110101 | 110001 | 110011 |
Color Harmonies of #4DBF46
Complementary color
Monochromatic Colors of #4DBF46
Black with #4DBF46
Text Example
Text Example
White with #4DBF46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBF46; }
p { color: rgb(77,191,70); }
H1.HeaderClassName
{
color: #4DBF46;
}
.AnyTagClassName
{
color: #4DBF46;
}
</style>
background-color css
<style>
a { background-color: #4DBF46; }
a { background-color: rgb(77,191,70); }
div.DivClassName
{
background-color: #4DBF46;
}
.BgClassName
{
background-color: #4DBF46;
}
</style>
border-color css
<style>
span { border-color: #4DBF46; }
span { border-color: rgb(77,191,70); }
td.TdClassName
{
border-color: #4DBF46;
}
.TagClassName
{
border-color: #4DBF46;
}
</style>