Shades of Fruit Salad #4DBD44
Tints of Fruit Salad #4DBD44
RGB
CMYK
RGB Variations
Color information
#4DBD44 (or 0x4DBD44) is known color: Fruit Salad. HEX triplet: 4D, BD and 44. RGB value is (77,189,68). Sum of RGB (Red+Green+Blue) = 77+189+68=334 (44% of max value = 765). Red value is 77 (30.47% from 255 or 23.05% from 334); Green value is 189 (74.22% from 255 or 56.59% from 334); Blue value is 68 (26.95% from 255 or 20.36% from 334); Max value from RGB is 189 - color contains mainly: green. Hex color #4DBD44 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DBD44 is #B242BB. Grayscale: #8E8E8E. Windows color (decimal): -11682492 or 4504909. OLE color: 4504909.
HSL color Cylindrical-coordinate representation of color #4DBD44: hue angle of 115.54º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4DBD44 is Cyan = 0.59, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 77 | 189 | 68 | - |
| CMYK | 0.59 | 0 | 0.64 | 0.26 |
| HSL | 115.54º | 0.48% | 0.5% | - |
| HSV(B) | 115.54º | 0.64% | 0.74% | - |
| XYZ | 22.3 | 38.39 | 11.7 | - |
| YUV | 141.72 | 86.39 | 81.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 189 | 68 | 0.59 | 0 | 0.64 | 0.26 | 115.54 | 0.48 | 0.5 |
| Hex | 4D | BD | 44 | 3B | 0 | 40 | 1A | 74 | 30 | 32 |
| Octal | 115 | 275 | 104 | 73 | 0 | 100 | 32 | 164 | 60 | 62 |
| Binary | 1001101 | 10111101 | 1000100 | 111011 | 0 | 1000000 | 11010 | 1110100 | 110000 | 110010 |
Color Harmonies of #4DBD44
Complementary color
Monochromatic Colors of #4DBD44
Black with #4DBD44
Text Example
Text Example
White with #4DBD44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBD44; }
p { color: rgb(77,189,68); }
H1.HeaderClassName
{
color: #4DBD44;
}
.AnyTagClassName
{
color: #4DBD44;
}
</style>
background-color css
<style>
a { background-color: #4DBD44; }
a { background-color: rgb(77,189,68); }
div.DivClassName
{
background-color: #4DBD44;
}
.BgClassName
{
background-color: #4DBD44;
}
</style>
border-color css
<style>
span { border-color: #4DBD44; }
span { border-color: rgb(77,189,68); }
td.TdClassName
{
border-color: #4DBD44;
}
.TagClassName
{
border-color: #4DBD44;
}
</style>