#4CC14E

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

Shades of Fruit Salad #4CC14E

Tints of Fruit Salad #4CC14E

Color information

#4CC14E (or 0x4CC14E) is unknown color: approx Fruit Salad. HEX triplet: 4C, C1 and 4E. RGB value is (76,193,78). Sum of RGB (Red+Green+Blue) = 76+193+78=347 (45% of max value = 765). Red value is 76 (30.08% from 255 or 21.90% from 347); Green value is 193 (75.78% from 255 or 55.62% from 347); Blue value is 78 (30.86% from 255 or 22.48% from 347); Max value from RGB is 193 - color contains mainly: green. Hex color #4CC14E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CC14E is #B33EB1. Grayscale: #919191. Windows color (decimal): -11746994 or 5161292. OLE color: 5161292.

HSL color Cylindrical-coordinate representation of color #4CC14E: hue angle of 121.03º 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 #4CC14E is Cyan = 0.61, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.24.

Color convert

RGB7619378-
CMYK0.6100.600.24
HSL121.03º48.55%52.75%-
HSV(B)121.03º60.62%75.69%-
XYZ23.4340.2313.74-
YUV144.9190.2478.85-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 21.90%
GREEN value IS 193 (75.78% from 255) = 55.62%
BLUE value IS 78 (30.86% from 255) = 22.48%
R=21.90%
G=55.62%
B=22.48%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal76193780.6100.600.24121.0348.5552.75
Hex4CC14E3D03C18793135
Octal11430111675074301716165
Binary10011001100000110011101111010111100110001111001110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CC14E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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