#4AB44E

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

Shades of Fruit Salad #4AB44E

Tints of Fruit Salad #4AB44E

Color information

#4AB44E (or 0x4AB44E) is unknown color: approx Fruit Salad. HEX triplet: 4A, B4 and 4E. RGB value is (74,180,78). Sum of RGB (Red+Green+Blue) = 74+180+78=332 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.29% from 332); Green value is 180 (70.70% from 255 or 54.22% from 332); Blue value is 78 (30.86% from 255 or 23.49% from 332); Max value from RGB is 180 - color contains mainly: green. Hex color #4AB44E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AB44E is #B54BB1. Grayscale: #888888. Windows color (decimal): -11881394 or 5157962. OLE color: 5157962.

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

Color convert

RGB7418078-
CMYK0.5900.570.29
HSL122.26º41.73%49.8%-
HSV(B)122.26º58.89%70.59%-
XYZ20.5234.6512.81-
YUV136.6894.8883.29-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 22.29%
GREEN value IS 180 (70.70% from 255) = 54.22%
BLUE value IS 78 (30.86% from 255) = 23.49%
R=22.29%
G=54.22%
B=23.49%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal74180780.5900.570.29122.2641.7349.8
Hex4AB44E3B0391D7a2a32
Octal11226411673071351725262
Binary10010101011010010011101110110111001111011111010101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AB44E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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