#4ABA4E

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

Shades of Fruit Salad #4ABA4E

Tints of Fruit Salad #4ABA4E

Color information

#4ABA4E (or 0x4ABA4E) is unknown color: approx Fruit Salad. HEX triplet: 4A, BA and 4E. RGB value is (74,186,78). Sum of RGB (Red+Green+Blue) = 74+186+78=338 (44% of max value = 765). Red value is 74 (29.30% from 255 or 21.89% from 338); Green value is 186 (73.05% from 255 or 55.03% from 338); Blue value is 78 (30.86% from 255 or 23.08% from 338); Max value from RGB is 186 - color contains mainly: green. Hex color #4ABA4E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4ABA4E is #B545B1. Grayscale: #8C8C8C. Windows color (decimal): -11879858 or 5159498. OLE color: 5159498.

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

Color convert

RGB7418678-
CMYK0.6000.580.27
HSL122.14º44.8%50.98%-
HSV(B)122.14º60.22%72.94%-
XYZ21.7637.1213.23-
YUV140.292.8980.78-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 21.89%
GREEN value IS 186 (73.05% from 255) = 55.03%
BLUE value IS 78 (30.86% from 255) = 23.08%
R=21.89%
G=55.03%
B=23.08%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal74186780.6000.580.27122.1444.850.98
Hex4ABA4E3C03A1B7a2d33
Octal11227211674072331725563
Binary10010101011101010011101111000111010110111111010101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4ABA4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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