Shades of Fruit Salad #4DBC4C
Tints of Fruit Salad #4DBC4C
RGB
CMYK
RGB Variations
Color information
#4DBC4C (or 0x4DBC4C) is known color: Fruit Salad. HEX triplet: 4D, BC and 4C. RGB value is (77,188,76). Sum of RGB (Red+Green+Blue) = 77+188+76=341 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.58% from 341); Green value is 188 (73.83% from 255 or 55.13% from 341); Blue value is 76 (30.08% from 255 or 22.29% from 341); Max value from RGB is 188 - color contains mainly: green. Hex color #4DBC4C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DBC4C is #B243B3. Grayscale: #8E8E8E. Windows color (decimal): -11682740 or 5028941. OLE color: 5028941.
HSL color Cylindrical-coordinate representation of color #4DBC4C: hue angle of 119.46º 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 #4DBC4C is Cyan = 0.59, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 77 | 188 | 76 | - |
| CMYK | 0.59 | 0 | 0.60 | 0.26 |
| HSL | 119.46º | 0.46% | 0.52% | - |
| HSV(B) | 119.46º | 0.6% | 0.74% | - |
| XYZ | 22.35 | 38.07 | 13.01 | - |
| YUV | 142.04 | 90.73 | 81.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 188 | 76 | 0.59 | 0 | 0.60 | 0.26 | 119.46 | 0.46 | 0.52 |
| Hex | 4D | BC | 4C | 3B | 0 | 3C | 1A | 77 | 2E | 34 |
| Octal | 115 | 274 | 114 | 73 | 0 | 74 | 32 | 167 | 56 | 64 |
| Binary | 1001101 | 10111100 | 1001100 | 111011 | 0 | 111100 | 11010 | 1110111 | 101110 | 110100 |
Color Harmonies of #4DBC4C
Complementary color
Monochromatic Colors of #4DBC4C
Black with #4DBC4C
Text Example
Text Example
White with #4DBC4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBC4C; }
p { color: rgb(77,188,76); }
H1.HeaderClassName
{
color: #4DBC4C;
}
.AnyTagClassName
{
color: #4DBC4C;
}
</style>
background-color css
<style>
a { background-color: #4DBC4C; }
a { background-color: rgb(77,188,76); }
div.DivClassName
{
background-color: #4DBC4C;
}
.BgClassName
{
background-color: #4DBC4C;
}
</style>
border-color css
<style>
span { border-color: #4DBC4C; }
span { border-color: rgb(77,188,76); }
td.TdClassName
{
border-color: #4DBC4C;
}
.TagClassName
{
border-color: #4DBC4C;
}
</style>