#4ABA46

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

Shades of Fruit Salad #4ABA46

Tints of Fruit Salad #4ABA46

Color information

#4ABA46 (or 0x4ABA46) is unknown color: approx Fruit Salad. HEX triplet: 4A, BA and 46. RGB value is (74,186,70). Sum of RGB (Red+Green+Blue) = 74+186+70=330 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.42% from 330); Green value is 186 (73.05% from 255 or 56.36% from 330); Blue value is 70 (27.73% from 255 or 21.21% from 330); Max value from RGB is 186 - color contains mainly: green. Hex color #4ABA46 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4ABA46 is #B545B9. Grayscale: #8B8B8B. Windows color (decimal): -11879866 or 4635210. OLE color: 4635210.

HSL color Cylindrical-coordinate representation of color #4ABA46: hue angle of 117.93º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4ABA46 is Cyan = 0.60, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.27.

Color convert

RGB7418670-
CMYK0.6000.620.27
HSL117.93º45.67%50.2%-
HSV(B)117.93º62.37%72.94%-
XYZ21.4937.0211.81-
YUV139.2988.8981.43-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 22.42%
GREEN value IS 186 (73.05% from 255) = 56.36%
BLUE value IS 70 (27.73% from 255) = 21.21%
R=22.42%
G=56.36%
B=21.21%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal74186700.6000.620.27117.9345.6750.2
Hex4ABA463C03E1B762e32
Octal11227210674076331665662
Binary10010101011101010001101111000111110110111110110101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4ABA46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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