Shades of Fruit Salad #4DB84D
Tints of Fruit Salad #4DB84D
RGB
CMYK
RGB Variations
Color information
#4DB84D (or 0x4DB84D) is known color: Fruit Salad. HEX triplet: 4D, B8 and 4D. RGB value is (77,184,77). Sum of RGB (Red+Green+Blue) = 77+184+77=338 (44% of max value = 765). Red value is 77 (30.47% from 255 or 22.78% from 338); Green value is 184 (72.27% from 255 or 54.44% from 338); Blue value is 77 (30.47% from 255 or 22.78% from 338); Max value from RGB is 184 - color contains mainly: green. Hex color #4DB84D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DB84D is #B247B2. Grayscale: #8C8C8C. Windows color (decimal): -11683763 or 5093453. OLE color: 5093453.
HSL color Cylindrical-coordinate representation of color #4DB84D: hue angle of 120º 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 #4DB84D is Cyan = 0.58, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 77 | 184 | 77 | - |
| CMYK | 0.58 | 0 | 0.58 | 0.28 |
| HSL | 120º | 0.43% | 0.51% | - |
| HSV(B) | 120º | 0.58% | 0.72% | - |
| XYZ | 21.54 | 36.39 | 12.91 | - |
| YUV | 139.81 | 92.55 | 83.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 184 | 77 | 0.58 | 0 | 0.58 | 0.28 | 120 | 0.43 | 0.51 |
| Hex | 4D | B8 | 4D | 3A | 0 | 3A | 1C | 78 | 2B | 33 |
| Octal | 115 | 270 | 115 | 72 | 0 | 72 | 34 | 170 | 53 | 63 |
| Binary | 1001101 | 10111000 | 1001101 | 111010 | 0 | 111010 | 11100 | 1111000 | 101011 | 110011 |
Color Harmonies of #4DB84D
Complementary color
Monochromatic Colors of #4DB84D
Black with #4DB84D
Text Example
Text Example
White with #4DB84D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB84D; }
p { color: rgb(77,184,77); }
H1.HeaderClassName
{
color: #4DB84D;
}
.AnyTagClassName
{
color: #4DB84D;
}
</style>
background-color css
<style>
a { background-color: #4DB84D; }
a { background-color: rgb(77,184,77); }
div.DivClassName
{
background-color: #4DB84D;
}
.BgClassName
{
background-color: #4DB84D;
}
</style>
border-color css
<style>
span { border-color: #4DB84D; }
span { border-color: rgb(77,184,77); }
td.TdClassName
{
border-color: #4DB84D;
}
.TagClassName
{
border-color: #4DB84D;
}
</style>