#4DC14C

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

Shades of Fruit Salad #4DC14C

Tints of Fruit Salad #4DC14C

Color information

#4DC14C (or 0x4DC14C) is unknown color: approx Fruit Salad. HEX triplet: 4D, C1 and 4C. RGB value is (77,193,76). Sum of RGB (Red+Green+Blue) = 77+193+76=346 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.25% from 346); Green value is 193 (75.78% from 255 or 55.78% from 346); Blue value is 76 (30.08% from 255 or 21.97% from 346); Max value from RGB is 193 - color contains mainly: green. Hex color #4DC14C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DC14C is #B23EB3. Grayscale: #919191. Windows color (decimal): -11681460 or 5030221. OLE color: 5030221.

HSL color Cylindrical-coordinate representation of color #4DC14C: hue angle of 119.49º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4DC14C is Cyan = 0.60, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.24.

Color convert

RGB7719376-
CMYK0.6000.610.24
HSL119.49º48.55%52.75%-
HSV(B)119.49º60.62%75.69%-
XYZ23.4440.2413.37-
YUV144.9889.0779.51-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 22.25%
GREEN value IS 193 (75.78% from 255) = 55.78%
BLUE value IS 76 (30.08% from 255) = 21.97%
R=22.25%
G=55.78%
B=21.97%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal77193760.6000.610.24119.4948.5552.75
Hex4DC14C3C03D18773135
Octal11530111474075301676165
Binary10011011100000110011001111000111101110001110111110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DC14C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4DC14C; }

 p { color: rgb(77,193,76); }

 H1.HeaderClassName
 {
   color: #4DC14C;
 }
 .AnyTagClassName
 {
   color: #4DC14C;
 }
</style>
background-color css

<style>
 a { background-color: #4DC14C; }

 a { background-color: rgb(77,193,76); }

 div.DivClassName
 {
   background-color: #4DC14C;
 }
 .BgClassName
 {
   background-color: #4DC14C;
 }
</style>
border-color css

<style>
 span { border-color: #4DC14C; }

 span { border-color: rgb(77,193,76); }

 td.TdClassName
 {
   border-color: #4DC14C;
 }
 .TagClassName
 {
   border-color: #4DC14C;
 }
</style>