Shades of Fruit Salad #4DC449
Tints of Fruit Salad #4DC449
RGB
CMYK
RGB Variations
Color information
#4DC449 (or 0x4DC449) is known color: Fruit Salad. HEX triplet: 4D, C4 and 49. RGB value is (77,196,73). Sum of RGB (Red+Green+Blue) = 77+196+73=346 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.25% from 346); Green value is 196 (76.95% from 255 or 56.65% from 346); Blue value is 73 (28.91% from 255 or 21.10% from 346); Max value from RGB is 196 - color contains mainly: green. Hex color #4DC449 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DC449 is #B23BB6. Grayscale: #929292. Windows color (decimal): -11680695 or 4834381. OLE color: 4834381.
HSL color Cylindrical-coordinate representation of color #4DC449: hue angle of 118.05º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4DC449 is Cyan = 0.61, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 77 | 196 | 73 | - |
| CMYK | 0.61 | 0 | 0.63 | 0.23 |
| HSL | 118.05º | 0.51% | 0.53% | - |
| HSV(B) | 118.05º | 0.63% | 0.77% | - |
| XYZ | 24 | 41.54 | 13.06 | - |
| YUV | 146.4 | 86.58 | 78.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 196 | 73 | 0.61 | 0 | 0.63 | 0.23 | 118.05 | 0.51 | 0.53 |
| Hex | 4D | C4 | 49 | 3D | 0 | 3F | 17 | 76 | 33 | 35 |
| Octal | 115 | 304 | 111 | 75 | 0 | 77 | 27 | 166 | 63 | 65 |
| Binary | 1001101 | 11000100 | 1001001 | 111101 | 0 | 111111 | 10111 | 1110110 | 110011 | 110101 |
Color Harmonies of #4DC449
Complementary color
Monochromatic Colors of #4DC449
Black with #4DC449
Text Example
Text Example
White with #4DC449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DC449; }
p { color: rgb(77,196,73); }
H1.HeaderClassName
{
color: #4DC449;
}
.AnyTagClassName
{
color: #4DC449;
}
</style>
background-color css
<style>
a { background-color: #4DC449; }
a { background-color: rgb(77,196,73); }
div.DivClassName
{
background-color: #4DC449;
}
.BgClassName
{
background-color: #4DC449;
}
</style>
border-color css
<style>
span { border-color: #4DC449; }
span { border-color: rgb(77,196,73); }
td.TdClassName
{
border-color: #4DC449;
}
.TagClassName
{
border-color: #4DC449;
}
</style>