Shades of Fruit Salad #4DBD4C
Tints of Fruit Salad #4DBD4C
RGB
CMYK
RGB Variations
Color information
#4DBD4C (or 0x4DBD4C) is known color: Fruit Salad. HEX triplet: 4D, BD and 4C. RGB value is (77,189,76). Sum of RGB (Red+Green+Blue) = 77+189+76=342 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.51% from 342); Green value is 189 (74.22% from 255 or 55.26% from 342); Blue value is 76 (30.08% from 255 or 22.22% from 342); Max value from RGB is 189 - color contains mainly: green. Hex color #4DBD4C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DBD4C is #B242B3. Grayscale: #8E8E8E. Windows color (decimal): -11682484 or 5029197. OLE color: 5029197.
HSL color Cylindrical-coordinate representation of color #4DBD4C: hue angle of 119.47º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4DBD4C is Cyan = 0.59, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 77 | 189 | 76 | - |
| CMYK | 0.59 | 0 | 0.60 | 0.26 |
| HSL | 119.47º | 0.46% | 0.52% | - |
| HSV(B) | 119.47º | 0.6% | 0.74% | - |
| XYZ | 22.56 | 38.49 | 13.08 | - |
| YUV | 142.63 | 90.39 | 81.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 189 | 76 | 0.59 | 0 | 0.60 | 0.26 | 119.47 | 0.46 | 0.52 |
| Hex | 4D | BD | 4C | 3B | 0 | 3C | 1A | 77 | 2E | 34 |
| Octal | 115 | 275 | 114 | 73 | 0 | 74 | 32 | 167 | 56 | 64 |
| Binary | 1001101 | 10111101 | 1001100 | 111011 | 0 | 111100 | 11010 | 1110111 | 101110 | 110100 |
Color Harmonies of #4DBD4C
Complementary color
Monochromatic Colors of #4DBD4C
Black with #4DBD4C
Text Example
Text Example
White with #4DBD4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBD4C; }
p { color: rgb(77,189,76); }
H1.HeaderClassName
{
color: #4DBD4C;
}
.AnyTagClassName
{
color: #4DBD4C;
}
</style>
background-color css
<style>
a { background-color: #4DBD4C; }
a { background-color: rgb(77,189,76); }
div.DivClassName
{
background-color: #4DBD4C;
}
.BgClassName
{
background-color: #4DBD4C;
}
</style>
border-color css
<style>
span { border-color: #4DBD4C; }
span { border-color: rgb(77,189,76); }
td.TdClassName
{
border-color: #4DBD4C;
}
.TagClassName
{
border-color: #4DBD4C;
}
</style>