#4AB94D

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

Shades of Fruit Salad #4AB94D

Tints of Fruit Salad #4AB94D

Color information

#4AB94D (or 0x4AB94D) is unknown color: approx Fruit Salad. HEX triplet: 4A, B9 and 4D. RGB value is (74,185,77). Sum of RGB (Red+Green+Blue) = 74+185+77=336 (44% of max value = 765). Red value is 74 (29.30% from 255 or 22.02% from 336); Green value is 185 (72.66% from 255 or 55.06% from 336); Blue value is 77 (30.47% from 255 or 22.92% from 336); Max value from RGB is 185 - color contains mainly: green. Hex color #4AB94D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AB94D is #B546B2. Grayscale: #8B8B8B. Windows color (decimal): -11880115 or 5093706. OLE color: 5093706.

HSL color Cylindrical-coordinate representation of color #4AB94D: hue angle of 121.62º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4AB94D is Cyan = 0.6, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.27.

Color convert

RGB7418577-
CMYK0.600.580.27
HSL121.62º44.22%50.78%-
HSV(B)121.62º60%72.55%-
XYZ21.5136.6912.97-
YUV139.592.7381.28-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 22.02%
GREEN value IS 185 (72.66% from 255) = 55.06%
BLUE value IS 77 (30.47% from 255) = 22.92%
R=22.02%
G=55.06%
B=22.92%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal74185770.600.580.27121.6244.2250.78
Hex4AB94D3C03A1B7a2c33
Octal11227111574072331725463
Binary10010101011100110011011111000111010110111111010101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AB94D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,185,77); }

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

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

 a { background-color: rgb(74,185,77); }

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

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

 span { border-color: rgb(74,185,77); }

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