#4AB65C

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

Shades of Fruit Salad #4AB65C

Tints of Fruit Salad #4AB65C

Color information

#4AB65C (or 0x4AB65C) is unknown color: approx Fruit Salad. HEX triplet: 4A, B6 and 5C. RGB value is (74,182,92). Sum of RGB (Red+Green+Blue) = 74+182+92=348 (46% of max value = 765). Red value is 74 (29.30% from 255 or 21.26% from 348); Green value is 182 (71.48% from 255 or 52.30% from 348); Blue value is 92 (36.33% from 255 or 26.44% from 348); Max value from RGB is 182 - color contains mainly: green. Hex color #4AB65C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AB65C is #B549A3. Grayscale: #8B8B8B. Windows color (decimal): -11880868 or 6075978. OLE color: 6075978.

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

Color convert

RGB7418292-
CMYK0.5900.490.29
HSL130º42.52%50.2%-
HSV(B)130º59.34%71.37%-
XYZ21.4835.6815.88-
YUV139.45101.2281.32-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 21.26%
GREEN value IS 182 (71.48% from 255) = 52.30%
BLUE value IS 92 (36.33% from 255) = 26.44%
R=21.26%
G=52.30%
B=26.44%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal74182920.5900.490.2913042.5250.2
Hex4AB65C3B0311D822b32
Octal11226613473061352025362
Binary100101010110110101110011101101100011110110000010101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AB65C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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