#4AB94E

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

Shades of Fruit Salad #4AB94E

Tints of Fruit Salad #4AB94E

Color information

#4AB94E (or 0x4AB94E) is unknown color: approx Fruit Salad. HEX triplet: 4A, B9 and 4E. RGB value is (74,185,78). Sum of RGB (Red+Green+Blue) = 74+185+78=337 (44% of max value = 765). Red value is 74 (29.30% from 255 or 21.96% from 337); Green value is 185 (72.66% from 255 or 54.90% from 337); Blue value is 78 (30.86% from 255 or 23.15% from 337); Max value from RGB is 185 - color contains mainly: green. Hex color #4AB94E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AB94E is #B546B1. Grayscale: #8B8B8B. Windows color (decimal): -11880114 or 5159242. OLE color: 5159242.

HSL color Cylindrical-coordinate representation of color #4AB94E: hue angle of 122.16º 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 #4AB94E is Cyan = 0.6, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.27.

Color convert

RGB7418578-
CMYK0.600.580.27
HSL122.16º44.22%50.78%-
HSV(B)122.16º60%72.55%-
XYZ21.5536.713.16-
YUV139.6193.2381.2-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 21.96%
GREEN value IS 185 (72.66% from 255) = 54.90%
BLUE value IS 78 (30.86% from 255) = 23.15%
R=21.96%
G=54.90%
B=23.15%

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
Decimal74185780.600.580.27122.1644.2250.78
Hex4AB94E3C03A1B7a2c33
Octal11227111674072331725463
Binary10010101011100110011101111000111010110111111010101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AB94E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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