Shades of Fruit Salad #4DB44B
Tints of Fruit Salad #4DB44B
RGB
CMYK
RGB Variations
Color information
#4DB44B (or 0x4DB44B) is known color: Fruit Salad. HEX triplet: 4D, B4 and 4B. RGB value is (77,180,75). Sum of RGB (Red+Green+Blue) = 77+180+75=332 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.19% from 332); Green value is 180 (70.70% from 255 or 54.22% from 332); Blue value is 75 (29.69% from 255 or 22.59% from 332); Max value from RGB is 180 - color contains mainly: green. Hex color #4DB44B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DB44B is #B24BB4. Grayscale: #898989. Windows color (decimal): -11684789 or 4961357. OLE color: 4961357.
HSL color Cylindrical-coordinate representation of color #4DB44B: hue angle of 118.86º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4DB44B is Cyan = 0.57, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 77 | 180 | 75 | - |
| CMYK | 0.57 | 0 | 0.58 | 0.29 |
| HSL | 118.86º | 0.41% | 0.5% | - |
| HSV(B) | 118.86º | 0.58% | 0.71% | - |
| XYZ | 20.65 | 34.73 | 12.27 | - |
| YUV | 137.23 | 92.88 | 85.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 180 | 75 | 0.57 | 0 | 0.58 | 0.29 | 118.86 | 0.41 | 0.5 |
| Hex | 4D | B4 | 4B | 39 | 0 | 3A | 1D | 77 | 29 | 32 |
| Octal | 115 | 264 | 113 | 71 | 0 | 72 | 35 | 167 | 51 | 62 |
| Binary | 1001101 | 10110100 | 1001011 | 111001 | 0 | 111010 | 11101 | 1110111 | 101001 | 110010 |
Color Harmonies of #4DB44B
Complementary color
Monochromatic Colors of #4DB44B
Black with #4DB44B
Text Example
Text Example
White with #4DB44B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB44B; }
p { color: rgb(77,180,75); }
H1.HeaderClassName
{
color: #4DB44B;
}
.AnyTagClassName
{
color: #4DB44B;
}
</style>
background-color css
<style>
a { background-color: #4DB44B; }
a { background-color: rgb(77,180,75); }
div.DivClassName
{
background-color: #4DB44B;
}
.BgClassName
{
background-color: #4DB44B;
}
</style>
border-color css
<style>
span { border-color: #4DB44B; }
span { border-color: rgb(77,180,75); }
td.TdClassName
{
border-color: #4DB44B;
}
.TagClassName
{
border-color: #4DB44B;
}
</style>