#4DC14E

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

Shades of Fruit Salad #4DC14E

Tints of Fruit Salad #4DC14E

Color information

#4DC14E (or 0x4DC14E) is unknown color: approx Fruit Salad. HEX triplet: 4D, C1 and 4E. RGB value is (77,193,78). Sum of RGB (Red+Green+Blue) = 77+193+78=348 (46% of max value = 765). Red value is 77 (30.47% from 255 or 22.13% from 348); Green value is 193 (75.78% from 255 or 55.46% from 348); Blue value is 78 (30.86% from 255 or 22.41% from 348); Max value from RGB is 193 - color contains mainly: green. Hex color #4DC14E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DC14E is #B23EB1. Grayscale: #919191. Windows color (decimal): -11681458 or 5161293. OLE color: 5161293.

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

Color convert

RGB7719378-
CMYK0.6000.600.24
HSL120.52º48.33%52.94%-
HSV(B)120.52º60.1%75.69%-
XYZ23.5140.2713.74-
YUV145.2190.0779.35-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 22.13%
GREEN value IS 193 (75.78% from 255) = 55.46%
BLUE value IS 78 (30.86% from 255) = 22.41%
R=22.13%
G=55.46%
B=22.41%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal77193780.6000.600.24120.5248.3352.94
Hex4DC14E3C03C18793035
Octal11530111674074301716065
Binary10011011100000110011101111000111100110001111001110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DC14E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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