#4CC14F

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

Shades of Fruit Salad #4CC14F

Tints of Fruit Salad #4CC14F

Color information

#4CC14F (or 0x4CC14F) is unknown color: approx Fruit Salad. HEX triplet: 4C, C1 and 4F. RGB value is (76,193,79). Sum of RGB (Red+Green+Blue) = 76+193+79=348 (46% of max value = 765). Red value is 76 (30.08% from 255 or 21.84% from 348); Green value is 193 (75.78% from 255 or 55.46% from 348); Blue value is 79 (31.25% from 255 or 22.70% from 348); Max value from RGB is 193 - color contains mainly: green. Hex color #4CC14F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CC14F is #B33EB0. Grayscale: #919191. Windows color (decimal): -11746993 or 5226828. OLE color: 5226828.

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

Color convert

RGB7619379-
CMYK0.6100.590.24
HSL121.54º48.55%52.75%-
HSV(B)121.54º60.62%75.69%-
XYZ23.4640.2413.93-
YUV145.0290.7478.77-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 21.84%
GREEN value IS 193 (75.78% from 255) = 55.46%
BLUE value IS 79 (31.25% from 255) = 22.70%
R=21.84%
G=55.46%
B=22.70%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal76193790.6100.590.24121.5448.5552.75
Hex4CC14F3D03B187a3135
Octal11430111775073301726165
Binary10011001100000110011111111010111011110001111010110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CC14F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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