Shades of Fruit Salad #4DBD4E
Tints of Fruit Salad #4DBD4E
RGB
CMYK
RGB Variations
Color information
#4DBD4E (or 0x4DBD4E) is known color: Fruit Salad. HEX triplet: 4D, BD and 4E. RGB value is (77,189,78). Sum of RGB (Red+Green+Blue) = 77+189+78=344 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.38% from 344); Green value is 189 (74.22% from 255 or 54.94% from 344); Blue value is 78 (30.86% from 255 or 22.67% from 344); Max value from RGB is 189 - color contains mainly: green. Hex color #4DBD4E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DBD4E is #B242B1. Grayscale: #8F8F8F. Windows color (decimal): -11682482 or 5160269. OLE color: 5160269.
HSL color Cylindrical-coordinate representation of color #4DBD4E: hue angle of 120.54º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4DBD4E is Cyan = 0.59, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 77 | 189 | 78 | - |
| CMYK | 0.59 | 0 | 0.59 | 0.26 |
| HSL | 120.54º | 0.46% | 0.52% | - |
| HSV(B) | 120.54º | 0.59% | 0.74% | - |
| XYZ | 22.63 | 38.52 | 13.45 | - |
| YUV | 142.86 | 91.39 | 81.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 189 | 78 | 0.59 | 0 | 0.59 | 0.26 | 120.54 | 0.46 | 0.52 |
| Hex | 4D | BD | 4E | 3B | 0 | 3B | 1A | 79 | 2E | 34 |
| Octal | 115 | 275 | 116 | 73 | 0 | 73 | 32 | 171 | 56 | 64 |
| Binary | 1001101 | 10111101 | 1001110 | 111011 | 0 | 111011 | 11010 | 1111001 | 101110 | 110100 |
Color Harmonies of #4DBD4E
Complementary color
Monochromatic Colors of #4DBD4E
Black with #4DBD4E
Text Example
Text Example
White with #4DBD4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBD4E; }
p { color: rgb(77,189,78); }
H1.HeaderClassName
{
color: #4DBD4E;
}
.AnyTagClassName
{
color: #4DBD4E;
}
</style>
background-color css
<style>
a { background-color: #4DBD4E; }
a { background-color: rgb(77,189,78); }
div.DivClassName
{
background-color: #4DBD4E;
}
.BgClassName
{
background-color: #4DBD4E;
}
</style>
border-color css
<style>
span { border-color: #4DBD4E; }
span { border-color: rgb(77,189,78); }
td.TdClassName
{
border-color: #4DBD4E;
}
.TagClassName
{
border-color: #4DBD4E;
}
</style>