Shades of Fruit Salad #4DC146
Tints of Fruit Salad #4DC146
RGB
CMYK
RGB Variations
Color information
#4DC146 (or 0x4DC146) is known color: Fruit Salad. HEX triplet: 4D, C1 and 46. RGB value is (77,193,70). Sum of RGB (Red+Green+Blue) = 77+193+70=340 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.65% from 340); Green value is 193 (75.78% from 255 or 56.76% from 340); Blue value is 70 (27.73% from 255 or 20.59% from 340); Max value from RGB is 193 - color contains mainly: green. Hex color #4DC146 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DC146 is #B23EB9. Grayscale: #909090. Windows color (decimal): -11681466 or 4637005. OLE color: 4637005.
HSL color Cylindrical-coordinate representation of color #4DC146: hue angle of 116.59º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4DC146 is Cyan = 0.60, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 77 | 193 | 70 | - |
| CMYK | 0.60 | 0 | 0.64 | 0.24 |
| HSL | 116.59º | 0.5% | 0.52% | - |
| HSV(B) | 116.59º | 0.64% | 0.76% | - |
| XYZ | 23.24 | 40.16 | 12.32 | - |
| YUV | 144.29 | 86.07 | 80 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 193 | 70 | 0.60 | 0 | 0.64 | 0.24 | 116.59 | 0.5 | 0.52 |
| Hex | 4D | C1 | 46 | 3C | 0 | 40 | 18 | 75 | 32 | 34 |
| Octal | 115 | 301 | 106 | 74 | 0 | 100 | 30 | 165 | 62 | 64 |
| Binary | 1001101 | 11000001 | 1000110 | 111100 | 0 | 1000000 | 11000 | 1110101 | 110010 | 110100 |
Color Harmonies of #4DC146
Complementary color
Monochromatic Colors of #4DC146
Black with #4DC146
Text Example
Text Example
White with #4DC146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DC146; }
p { color: rgb(77,193,70); }
H1.HeaderClassName
{
color: #4DC146;
}
.AnyTagClassName
{
color: #4DC146;
}
</style>
background-color css
<style>
a { background-color: #4DC146; }
a { background-color: rgb(77,193,70); }
div.DivClassName
{
background-color: #4DC146;
}
.BgClassName
{
background-color: #4DC146;
}
</style>
border-color css
<style>
span { border-color: #4DC146; }
span { border-color: rgb(77,193,70); }
td.TdClassName
{
border-color: #4DC146;
}
.TagClassName
{
border-color: #4DC146;
}
</style>