#4AC54B

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

Shades of Fruit Salad #4AC54B

Tints of Fruit Salad #4AC54B

Color information

#4AC54B (or 0x4AC54B) is unknown color: approx Fruit Salad. HEX triplet: 4A, C5 and 4B. RGB value is (74,197,75). Sum of RGB (Red+Green+Blue) = 74+197+75=346 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.39% from 346); Green value is 197 (77.34% from 255 or 56.94% from 346); Blue value is 75 (29.69% from 255 or 21.68% from 346); Max value from RGB is 197 - color contains mainly: green. Hex color #4AC54B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4AC54B is #B53AB4. Grayscale: #929292. Windows color (decimal): -11877045 or 4965706. OLE color: 4965706.

HSL color Cylindrical-coordinate representation of color #4AC54B: hue angle of 120.49º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4AC54B is Cyan = 0.62, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.23.

Color convert

RGB7419775-
CMYK0.6200.620.23
HSL120.49º51.46%53.14%-
HSV(B)120.49º62.44%77.25%-
XYZ24.0641.913.48-
YUV146.3287.7576.42-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 21.39%
GREEN value IS 197 (77.34% from 255) = 56.94%
BLUE value IS 75 (29.69% from 255) = 21.68%
R=21.39%
G=56.94%
B=21.68%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal74197750.6200.620.23120.4951.4653.14
Hex4AC54B3E03E17783335
Octal11230511376076271706365
Binary10010101100010110010111111100111110101111111000110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AC54B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,197,75); }

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

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

 a { background-color: rgb(74,197,75); }

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

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

 span { border-color: rgb(74,197,75); }

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