#4AB64C

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

Shades of Fruit Salad #4AB64C

Tints of Fruit Salad #4AB64C

Color information

#4AB64C (or 0x4AB64C) is unknown color: approx Fruit Salad. HEX triplet: 4A, B6 and 4C. RGB value is (74,182,76). Sum of RGB (Red+Green+Blue) = 74+182+76=332 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.29% from 332); Green value is 182 (71.48% from 255 or 54.82% from 332); Blue value is 76 (30.08% from 255 or 22.89% from 332); Max value from RGB is 182 - color contains mainly: green. Hex color #4AB64C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4AB64C is #B549B3. Grayscale: #898989. Windows color (decimal): -11880884 or 5027402. OLE color: 5027402.

HSL color Cylindrical-coordinate representation of color #4AB64C: hue angle of 121.11º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4AB64C is Cyan = 0.59, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.29.

Color convert

RGB7418276-
CMYK0.5900.580.29
HSL121.11º42.52%50.2%-
HSV(B)121.11º59.34%71.37%-
XYZ20.8635.4312.58-
YUV137.6293.2282.62-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 22.29%
GREEN value IS 182 (71.48% from 255) = 54.82%
BLUE value IS 76 (30.08% from 255) = 22.89%
R=22.29%
G=54.82%
B=22.89%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal74182760.5900.580.29121.1142.5250.2
Hex4AB64C3B03A1D792b32
Octal11226611473072351715362
Binary10010101011011010011001110110111010111011111001101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AB64C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,182,76); }

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

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

 a { background-color: rgb(74,182,76); }

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

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

 span { border-color: rgb(74,182,76); }

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