Shades of Fruit Salad #4DC348
Tints of Fruit Salad #4DC348
RGB
CMYK
RGB Variations
Color information
#4DC348 (or 0x4DC348) is known color: Fruit Salad. HEX triplet: 4D, C3 and 48. RGB value is (77,195,72). Sum of RGB (Red+Green+Blue) = 77+195+72=344 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.38% from 344); Green value is 195 (76.56% from 255 or 56.69% from 344); Blue value is 72 (28.52% from 255 or 20.93% from 344); Max value from RGB is 195 - color contains mainly: green. Hex color #4DC348 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DC348 is #B23CB7. Grayscale: #929292. Windows color (decimal): -11680952 or 4768589. OLE color: 4768589.
HSL color Cylindrical-coordinate representation of color #4DC348: hue angle of 117.56º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4DC348 is Cyan = 0.61, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 77 | 195 | 72 | - |
| CMYK | 0.61 | 0 | 0.63 | 0.24 |
| HSL | 117.56º | 0.51% | 0.52% | - |
| HSV(B) | 117.56º | 0.63% | 0.76% | - |
| XYZ | 23.75 | 41.08 | 12.81 | - |
| YUV | 145.7 | 86.41 | 79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 195 | 72 | 0.61 | 0 | 0.63 | 0.24 | 117.56 | 0.51 | 0.52 |
| Hex | 4D | C3 | 48 | 3D | 0 | 3F | 18 | 76 | 33 | 34 |
| Octal | 115 | 303 | 110 | 75 | 0 | 77 | 30 | 166 | 63 | 64 |
| Binary | 1001101 | 11000011 | 1001000 | 111101 | 0 | 111111 | 11000 | 1110110 | 110011 | 110100 |
Color Harmonies of #4DC348
Complementary color
Monochromatic Colors of #4DC348
Black with #4DC348
Text Example
Text Example
White with #4DC348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DC348; }
p { color: rgb(77,195,72); }
H1.HeaderClassName
{
color: #4DC348;
}
.AnyTagClassName
{
color: #4DC348;
}
</style>
background-color css
<style>
a { background-color: #4DC348; }
a { background-color: rgb(77,195,72); }
div.DivClassName
{
background-color: #4DC348;
}
.BgClassName
{
background-color: #4DC348;
}
</style>
border-color css
<style>
span { border-color: #4DC348; }
span { border-color: rgb(77,195,72); }
td.TdClassName
{
border-color: #4DC348;
}
.TagClassName
{
border-color: #4DC348;
}
</style>