Shades of Fruit Salad #4DB84A
Tints of Fruit Salad #4DB84A
RGB
CMYK
RGB Variations
Color information
#4DB84A (or 0x4DB84A) is known color: Fruit Salad. HEX triplet: 4D, B8 and 4A. RGB value is (77,184,74). Sum of RGB (Red+Green+Blue) = 77+184+74=335 (44% of max value = 765). Red value is 77 (30.47% from 255 or 22.99% from 335); Green value is 184 (72.27% from 255 or 54.93% from 335); Blue value is 74 (29.30% from 255 or 22.09% from 335); Max value from RGB is 184 - color contains mainly: green. Hex color #4DB84A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DB84A is #B247B5. Grayscale: #8B8B8B. Windows color (decimal): -11683766 or 4896845. OLE color: 4896845.
HSL color Cylindrical-coordinate representation of color #4DB84A: hue angle of 118.36º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4DB84A is Cyan = 0.58, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 77 | 184 | 74 | - |
| CMYK | 0.58 | 0 | 0.60 | 0.28 |
| HSL | 118.36º | 0.44% | 0.51% | - |
| HSV(B) | 118.36º | 0.6% | 0.72% | - |
| XYZ | 21.44 | 36.35 | 12.37 | - |
| YUV | 139.47 | 91.05 | 83.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 184 | 74 | 0.58 | 0 | 0.60 | 0.28 | 118.36 | 0.44 | 0.51 |
| Hex | 4D | B8 | 4A | 3A | 0 | 3C | 1C | 76 | 2C | 33 |
| Octal | 115 | 270 | 112 | 72 | 0 | 74 | 34 | 166 | 54 | 63 |
| Binary | 1001101 | 10111000 | 1001010 | 111010 | 0 | 111100 | 11100 | 1110110 | 101100 | 110011 |
Color Harmonies of #4DB84A
Complementary color
Monochromatic Colors of #4DB84A
Black with #4DB84A
Text Example
Text Example
White with #4DB84A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB84A; }
p { color: rgb(77,184,74); }
H1.HeaderClassName
{
color: #4DB84A;
}
.AnyTagClassName
{
color: #4DB84A;
}
</style>
background-color css
<style>
a { background-color: #4DB84A; }
a { background-color: rgb(77,184,74); }
div.DivClassName
{
background-color: #4DB84A;
}
.BgClassName
{
background-color: #4DB84A;
}
</style>
border-color css
<style>
span { border-color: #4DB84A; }
span { border-color: rgb(77,184,74); }
td.TdClassName
{
border-color: #4DB84A;
}
.TagClassName
{
border-color: #4DB84A;
}
</style>