Shades of Fruit Salad #4DB84F
Tints of Fruit Salad #4DB84F
RGB
CMYK
RGB Variations
Color information
#4DB84F (or 0x4DB84F) is known color: Fruit Salad. HEX triplet: 4D, B8 and 4F. RGB value is (77,184,79). Sum of RGB (Red+Green+Blue) = 77+184+79=340 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.65% from 340); Green value is 184 (72.27% from 255 or 54.12% from 340); Blue value is 79 (31.25% from 255 or 23.24% from 340); Max value from RGB is 184 - color contains mainly: green. Hex color #4DB84F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DB84F is #B247B0. Grayscale: #8C8C8C. Windows color (decimal): -11683761 or 5224525. OLE color: 5224525.
HSL color Cylindrical-coordinate representation of color #4DB84F: hue angle of 121.12º 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 #4DB84F is Cyan = 0.58, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 77 | 184 | 79 | - |
| CMYK | 0.58 | 0 | 0.57 | 0.28 |
| HSL | 121.12º | 0.43% | 0.51% | - |
| HSV(B) | 121.12º | 0.58% | 0.72% | - |
| XYZ | 21.61 | 36.42 | 13.29 | - |
| YUV | 140.04 | 93.55 | 83.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 184 | 79 | 0.58 | 0 | 0.57 | 0.28 | 121.12 | 0.43 | 0.51 |
| Hex | 4D | B8 | 4F | 3A | 0 | 39 | 1C | 79 | 2B | 33 |
| Octal | 115 | 270 | 117 | 72 | 0 | 71 | 34 | 171 | 53 | 63 |
| Binary | 1001101 | 10111000 | 1001111 | 111010 | 0 | 111001 | 11100 | 1111001 | 101011 | 110011 |
Color Harmonies of #4DB84F
Complementary color
Monochromatic Colors of #4DB84F
Black with #4DB84F
Text Example
Text Example
White with #4DB84F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB84F; }
p { color: rgb(77,184,79); }
H1.HeaderClassName
{
color: #4DB84F;
}
.AnyTagClassName
{
color: #4DB84F;
}
</style>
background-color css
<style>
a { background-color: #4DB84F; }
a { background-color: rgb(77,184,79); }
div.DivClassName
{
background-color: #4DB84F;
}
.BgClassName
{
background-color: #4DB84F;
}
</style>
border-color css
<style>
span { border-color: #4DB84F; }
span { border-color: rgb(77,184,79); }
td.TdClassName
{
border-color: #4DB84F;
}
.TagClassName
{
border-color: #4DB84F;
}
</style>