Shades of Fruit Salad #4DB85B
Tints of Fruit Salad #4DB85B
RGB
CMYK
RGB Variations
Color information
#4DB85B (or 0x4DB85B) is known color: Fruit Salad. HEX triplet: 4D, B8 and 5B. RGB value is (77,184,91). Sum of RGB (Red+Green+Blue) = 77+184+91=352 (46% of max value = 765). Red value is 77 (30.47% from 255 or 21.88% from 352); Green value is 184 (72.27% from 255 or 52.27% from 352); Blue value is 91 (35.94% from 255 or 25.85% from 352); Max value from RGB is 184 - color contains mainly: green. Hex color #4DB85B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DB85B is #B247A4. Grayscale: #8D8D8D. Windows color (decimal): -11683749 or 6010957. OLE color: 6010957.
HSL color Cylindrical-coordinate representation of color #4DB85B: hue angle of 127.85º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4DB85B is Cyan = 0.58, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 77 | 184 | 91 | - |
| CMYK | 0.58 | 0 | 0.51 | 0.28 |
| HSL | 127.85º | 0.43% | 0.51% | - |
| HSV(B) | 127.85º | 0.58% | 0.72% | - |
| XYZ | 22.09 | 36.61 | 15.8 | - |
| YUV | 141.41 | 99.55 | 82.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 184 | 91 | 0.58 | 0 | 0.51 | 0.28 | 127.85 | 0.43 | 0.51 |
| Hex | 4D | B8 | 5B | 3A | 0 | 33 | 1C | 80 | 2B | 33 |
| Octal | 115 | 270 | 133 | 72 | 0 | 63 | 34 | 200 | 53 | 63 |
| Binary | 1001101 | 10111000 | 1011011 | 111010 | 0 | 110011 | 11100 | 10000000 | 101011 | 110011 |
Color Harmonies of #4DB85B
Complementary color
Monochromatic Colors of #4DB85B
Black with #4DB85B
Text Example
Text Example
White with #4DB85B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB85B; }
p { color: rgb(77,184,91); }
H1.HeaderClassName
{
color: #4DB85B;
}
.AnyTagClassName
{
color: #4DB85B;
}
</style>
background-color css
<style>
a { background-color: #4DB85B; }
a { background-color: rgb(77,184,91); }
div.DivClassName
{
background-color: #4DB85B;
}
.BgClassName
{
background-color: #4DB85B;
}
</style>
border-color css
<style>
span { border-color: #4DB85B; }
span { border-color: rgb(77,184,91); }
td.TdClassName
{
border-color: #4DB85B;
}
.TagClassName
{
border-color: #4DB85B;
}
</style>