Shades of Fruit Salad #4DB84C
Tints of Fruit Salad #4DB84C
RGB
CMYK
RGB Variations
Color information
#4DB84C (or 0x4DB84C) is known color: Fruit Salad. HEX triplet: 4D, B8 and 4C. RGB value is (77,184,76). Sum of RGB (Red+Green+Blue) = 77+184+76=337 (44% of max value = 765). Red value is 77 (30.47% from 255 or 22.85% from 337); Green value is 184 (72.27% from 255 or 54.60% from 337); Blue value is 76 (30.08% from 255 or 22.55% from 337); Max value from RGB is 184 - color contains mainly: green. Hex color #4DB84C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DB84C is #B247B3. Grayscale: #8C8C8C. Windows color (decimal): -11683764 or 5027917. OLE color: 5027917.
HSL color Cylindrical-coordinate representation of color #4DB84C: hue angle of 119.44º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4DB84C is Cyan = 0.58, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 77 | 184 | 76 | - |
| CMYK | 0.58 | 0 | 0.59 | 0.28 |
| HSL | 119.44º | 0.43% | 0.51% | - |
| HSV(B) | 119.44º | 0.59% | 0.72% | - |
| XYZ | 21.51 | 36.38 | 12.73 | - |
| YUV | 139.7 | 92.05 | 83.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 184 | 76 | 0.58 | 0 | 0.59 | 0.28 | 119.44 | 0.43 | 0.51 |
| Hex | 4D | B8 | 4C | 3A | 0 | 3B | 1C | 77 | 2B | 33 |
| Octal | 115 | 270 | 114 | 72 | 0 | 73 | 34 | 167 | 53 | 63 |
| Binary | 1001101 | 10111000 | 1001100 | 111010 | 0 | 111011 | 11100 | 1110111 | 101011 | 110011 |
Color Harmonies of #4DB84C
Complementary color
Monochromatic Colors of #4DB84C
Black with #4DB84C
Text Example
Text Example
White with #4DB84C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB84C; }
p { color: rgb(77,184,76); }
H1.HeaderClassName
{
color: #4DB84C;
}
.AnyTagClassName
{
color: #4DB84C;
}
</style>
background-color css
<style>
a { background-color: #4DB84C; }
a { background-color: rgb(77,184,76); }
div.DivClassName
{
background-color: #4DB84C;
}
.BgClassName
{
background-color: #4DB84C;
}
</style>
border-color css
<style>
span { border-color: #4DB84C; }
span { border-color: rgb(77,184,76); }
td.TdClassName
{
border-color: #4DB84C;
}
.TagClassName
{
border-color: #4DB84C;
}
</style>