#4DC348

Color #4DC348 Fruit Salad (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fruit Salad #4DC348

Tints of Fruit Salad #4DC348

Color information

#4DC348 (or 0x4DC348) is unknown color: approx 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

RGB7719572-
CMYK0.6100.630.24
HSL117.56º50.62%52.35%-
HSV(B)117.56º63.08%76.47%-
XYZ23.7541.0812.81-
YUV145.786.4179-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 77 (30.47% from 255) = 22.38%
GREEN value IS 195 (76.56% from 255) = 56.69%
BLUE value IS 72 (28.52% from 255) = 20.93%
R=22.38%
G=56.69%
B=20.93%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal77195720.6100.630.24117.5650.6252.35
Hex4DC3483D03F18763334
Octal11530311075077301666364
Binary10011011100001110010001111010111111110001110110110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DC348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>