Shades of Fruit Salad #4DC450
Tints of Fruit Salad #4DC450
RGB
CMYK
RGB Variations
Color information
#4DC450 (or 0x4DC450) is known color: Fruit Salad. HEX triplet: 4D, C4 and 50. RGB value is (77,196,80). Sum of RGB (Red+Green+Blue) = 77+196+80=353 (46% of max value = 765). Red value is 77 (30.47% from 255 or 21.81% from 353); Green value is 196 (76.95% from 255 or 55.52% from 353); Blue value is 80 (31.64% from 255 or 22.66% from 353); Max value from RGB is 196 - color contains mainly: green. Hex color #4DC450 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DC450 is #B23BAF. Grayscale: #939393. Windows color (decimal): -11680688 or 5293133. OLE color: 5293133.
HSL color Cylindrical-coordinate representation of color #4DC450: hue angle of 121.51º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4DC450 is Cyan = 0.61, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 77 | 196 | 80 | - |
| CMYK | 0.61 | 0 | 0.59 | 0.23 |
| HSL | 121.51º | 0.5% | 0.54% | - |
| HSV(B) | 121.51º | 0.61% | 0.77% | - |
| XYZ | 24.25 | 41.64 | 14.35 | - |
| YUV | 147.2 | 90.08 | 77.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 196 | 80 | 0.61 | 0 | 0.59 | 0.23 | 121.51 | 0.5 | 0.54 |
| Hex | 4D | C4 | 50 | 3D | 0 | 3B | 17 | 7A | 32 | 36 |
| Octal | 115 | 304 | 120 | 75 | 0 | 73 | 27 | 172 | 62 | 66 |
| Binary | 1001101 | 11000100 | 1010000 | 111101 | 0 | 111011 | 10111 | 1111010 | 110010 | 110110 |
Color Harmonies of #4DC450
Complementary color
Monochromatic Colors of #4DC450
Black with #4DC450
Text Example
Text Example
White with #4DC450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DC450; }
p { color: rgb(77,196,80); }
H1.HeaderClassName
{
color: #4DC450;
}
.AnyTagClassName
{
color: #4DC450;
}
</style>
background-color css
<style>
a { background-color: #4DC450; }
a { background-color: rgb(77,196,80); }
div.DivClassName
{
background-color: #4DC450;
}
.BgClassName
{
background-color: #4DC450;
}
</style>
border-color css
<style>
span { border-color: #4DC450; }
span { border-color: rgb(77,196,80); }
td.TdClassName
{
border-color: #4DC450;
}
.TagClassName
{
border-color: #4DC450;
}
</style>