Shades of Fruit Salad #4DC44C
Tints of Fruit Salad #4DC44C
RGB
CMYK
RGB Variations
Color information
#4DC44C (or 0x4DC44C) is known color: Fruit Salad. HEX triplet: 4D, C4 and 4C. RGB value is (77,196,76). Sum of RGB (Red+Green+Blue) = 77+196+76=349 (46% of max value = 765). Red value is 77 (30.47% from 255 or 22.06% from 349); Green value is 196 (76.95% from 255 or 56.16% from 349); Blue value is 76 (30.08% from 255 or 21.78% from 349); Max value from RGB is 196 - color contains mainly: green. Hex color #4DC44C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DC44C is #B23BB3. Grayscale: #939393. Windows color (decimal): -11680692 or 5030989. OLE color: 5030989.
HSL color Cylindrical-coordinate representation of color #4DC44C: hue angle of 119.5º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4DC44C is Cyan = 0.61, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 77 | 196 | 76 | - |
| CMYK | 0.61 | 0 | 0.61 | 0.23 |
| HSL | 119.5º | 0.5% | 0.53% | - |
| HSV(B) | 119.5º | 0.61% | 0.77% | - |
| XYZ | 24.11 | 41.58 | 13.59 | - |
| YUV | 146.74 | 88.08 | 78.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 196 | 76 | 0.61 | 0 | 0.61 | 0.23 | 119.5 | 0.5 | 0.53 |
| Hex | 4D | C4 | 4C | 3D | 0 | 3D | 17 | 78 | 32 | 35 |
| Octal | 115 | 304 | 114 | 75 | 0 | 75 | 27 | 170 | 62 | 65 |
| Binary | 1001101 | 11000100 | 1001100 | 111101 | 0 | 111101 | 10111 | 1111000 | 110010 | 110101 |
Color Harmonies of #4DC44C
Complementary color
Monochromatic Colors of #4DC44C
Black with #4DC44C
Text Example
Text Example
White with #4DC44C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DC44C; }
p { color: rgb(77,196,76); }
H1.HeaderClassName
{
color: #4DC44C;
}
.AnyTagClassName
{
color: #4DC44C;
}
</style>
background-color css
<style>
a { background-color: #4DC44C; }
a { background-color: rgb(77,196,76); }
div.DivClassName
{
background-color: #4DC44C;
}
.BgClassName
{
background-color: #4DC44C;
}
</style>
border-color css
<style>
span { border-color: #4DC44C; }
span { border-color: rgb(77,196,76); }
td.TdClassName
{
border-color: #4DC44C;
}
.TagClassName
{
border-color: #4DC44C;
}
</style>