Shades of Fruit Salad #4DB24E
Tints of Fruit Salad #4DB24E
RGB
CMYK
RGB Variations
Color information
#4DB24E (or 0x4DB24E) is known color: Fruit Salad. HEX triplet: 4D, B2 and 4E. RGB value is (77,178,78). Sum of RGB (Red+Green+Blue) = 77+178+78=333 (44% of max value = 765). Red value is 77 (30.47% from 255 or 23.12% from 333); Green value is 178 (69.92% from 255 or 53.45% from 333); Blue value is 78 (30.86% from 255 or 23.42% from 333); Max value from RGB is 178 - color contains mainly: green. Hex color #4DB24E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DB24E is #B24DB1. Grayscale: #888888. Windows color (decimal): -11685298 or 5157453. OLE color: 5157453.
HSL color Cylindrical-coordinate representation of color #4DB24E: hue angle of 120.59º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4DB24E is Cyan = 0.57, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 77 | 178 | 78 | - |
| CMYK | 0.57 | 0 | 0.56 | 0.30 |
| HSL | 120.59º | 0.4% | 0.5% | - |
| HSV(B) | 120.59º | 0.57% | 0.7% | - |
| XYZ | 20.36 | 33.97 | 12.69 | - |
| YUV | 136.4 | 95.04 | 85.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 178 | 78 | 0.57 | 0 | 0.56 | 0.30 | 120.59 | 0.4 | 0.5 |
| Hex | 4D | B2 | 4E | 39 | 0 | 38 | 1E | 79 | 28 | 32 |
| Octal | 115 | 262 | 116 | 71 | 0 | 70 | 36 | 171 | 50 | 62 |
| Binary | 1001101 | 10110010 | 1001110 | 111001 | 0 | 111000 | 11110 | 1111001 | 101000 | 110010 |
Color Harmonies of #4DB24E
Complementary color
Monochromatic Colors of #4DB24E
Black with #4DB24E
Text Example
Text Example
White with #4DB24E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB24E; }
p { color: rgb(77,178,78); }
H1.HeaderClassName
{
color: #4DB24E;
}
.AnyTagClassName
{
color: #4DB24E;
}
</style>
background-color css
<style>
a { background-color: #4DB24E; }
a { background-color: rgb(77,178,78); }
div.DivClassName
{
background-color: #4DB24E;
}
.BgClassName
{
background-color: #4DB24E;
}
</style>
border-color css
<style>
span { border-color: #4DB24E; }
span { border-color: rgb(77,178,78); }
td.TdClassName
{
border-color: #4DB24E;
}
.TagClassName
{
border-color: #4DB24E;
}
</style>