Shades of Fruit Salad #4DB64D
Tints of Fruit Salad #4DB64D
RGB
CMYK
RGB Variations
Color information
#4DB64D (or 0x4DB64D) is known color: Fruit Salad. HEX triplet: 4D, B6 and 4D. RGB value is (77,182,77). Sum of RGB (Red+Green+Blue) = 77+182+77=336 (44% of max value = 765). Red value is 77 (30.47% from 255 or 22.92% from 336); Green value is 182 (71.48% from 255 or 54.17% from 336); Blue value is 77 (30.47% from 255 or 22.92% from 336); Max value from RGB is 182 - color contains mainly: green. Hex color #4DB64D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DB64D is #B249B2. Grayscale: #8A8A8A. Windows color (decimal): -11684275 or 5092941. OLE color: 5092941.
HSL color Cylindrical-coordinate representation of color #4DB64D: hue angle of 120º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4DB64D is Cyan = 0.58, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 77 | 182 | 77 | - |
| CMYK | 0.58 | 0 | 0.58 | 0.29 |
| HSL | 120º | 0.42% | 0.51% | - |
| HSV(B) | 120º | 0.58% | 0.71% | - |
| XYZ | 21.13 | 35.57 | 12.77 | - |
| YUV | 138.64 | 93.21 | 84.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 182 | 77 | 0.58 | 0 | 0.58 | 0.29 | 120 | 0.42 | 0.51 |
| Hex | 4D | B6 | 4D | 3A | 0 | 3A | 1D | 78 | 2A | 33 |
| Octal | 115 | 266 | 115 | 72 | 0 | 72 | 35 | 170 | 52 | 63 |
| Binary | 1001101 | 10110110 | 1001101 | 111010 | 0 | 111010 | 11101 | 1111000 | 101010 | 110011 |
Color Harmonies of #4DB64D
Complementary color
Monochromatic Colors of #4DB64D
Black with #4DB64D
Text Example
Text Example
White with #4DB64D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB64D; }
p { color: rgb(77,182,77); }
H1.HeaderClassName
{
color: #4DB64D;
}
.AnyTagClassName
{
color: #4DB64D;
}
</style>
background-color css
<style>
a { background-color: #4DB64D; }
a { background-color: rgb(77,182,77); }
div.DivClassName
{
background-color: #4DB64D;
}
.BgClassName
{
background-color: #4DB64D;
}
</style>
border-color css
<style>
span { border-color: #4DB64D; }
span { border-color: rgb(77,182,77); }
td.TdClassName
{
border-color: #4DB64D;
}
.TagClassName
{
border-color: #4DB64D;
}
</style>